diff options
author | saurabhb17 | 2020-03-11 15:02:18 +0530 |
---|---|---|
committer | GitHub | 2020-03-11 15:02:18 +0530 |
commit | 113b43f1cdf83b64ab7faf3fc9cea0181740ad50 (patch) | |
tree | f1bf080150f8e19788b2dc56eeb10021a44b2c2f /Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder | |
parent | 6ebbcc31ea0ce5c78c94718e2e46d87592c5d22b (diff) | |
parent | dc61eab5251234f02c0377ea328b929340b3604c (diff) | |
download | eSim-113b43f1cdf83b64ab7faf3fc9cea0181740ad50.tar.gz eSim-113b43f1cdf83b64ab7faf3fc9cea0181740ad50.tar.bz2 eSim-113b43f1cdf83b64ab7faf3fc9cea0181740ad50.zip |
Merge pull request #134 from saurabhb17/master
cleanup part2
Diffstat (limited to 'Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder')
4 files changed, 97 insertions, 0 deletions
diff --git a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-cache.lib b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-cache.lib index e21eb0f8..81e6945f 100644 --- a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-cache.lib +++ b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-cache.lib @@ -29,11 +29,19 @@ X Vdd 16 500 350 200 L 50 50 1 1 O ENDDRAW ENDDEF # +<<<<<<< HEAD # DC # DEF DC v 0 40 Y Y 1 F N F0 "v" -200 100 60 H V C CNN F1 "DC" -200 -50 60 H V C CNN +======= +# DC-RESCUE-BCDToDecimalDecoder +# +DEF DC-RESCUE-BCDToDecimalDecoder v 0 40 Y Y 1 F N +F0 "v" -200 100 60 H V C CNN +F1 "DC-RESCUE-BCDToDecimalDecoder" -200 -50 60 H V C CNN +>>>>>>> fellowship2019-python3 F2 "R1" -300 0 60 H V C CNN F3 "" 0 0 60 H V C CNN $FPLIST diff --git a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-rescue.lib b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-rescue.lib new file mode 100644 index 00000000..5c30d95b --- /dev/null +++ b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder-rescue.lib @@ -0,0 +1,21 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# DC-RESCUE-BCDToDecimalDecoder +# +DEF DC-RESCUE-BCDToDecimalDecoder v 0 40 Y Y 1 F N +F0 "v" -200 100 60 H V C CNN +F1 "DC-RESCUE-BCDToDecimalDecoder" -200 -50 60 H V C CNN +F2 "R1" -300 0 60 H V C CNN +F3 "" 0 0 60 H V C CNN +$FPLIST + 1_pin +$ENDFPLIST +DRAW +C 0 0 150 0 1 0 N +X + 1 0 450 300 D 50 50 1 1 P +X - 2 0 -450 300 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.pro b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.pro index dc708582..3a7a5a58 100644 --- a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.pro +++ b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.pro @@ -1,3 +1,4 @@ +<<<<<<< HEAD update=06/01/19 16:07:13
version=1
last_client=eeschema
@@ -42,3 +43,50 @@ LibName8=eSim_Power LibName9=eSim_Sources
LibName10=eSim_Subckt
LibName11=eSim_User
+======= +update=Wed Mar 11 12:54:17 2020 +version=1 +last_client=eeschema +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir=../../eSim/kicadSchematicLibrary +[eeschema/libraries] +LibName1=BCDToDecimalDecoder-rescue +LibName2=power +LibName3=eSim_Analog +LibName4=eSim_Devices +LibName5=eSim_Digital +LibName6=eSim_Hybrid +LibName7=eSim_Miscellaneous +LibName8=eSim_Plot +LibName9=eSim_Power +LibName10=eSim_Sources +LibName11=eSim_Subckt +LibName12=eSim_User +>>>>>>> fellowship2019-python3 diff --git a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.sch b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.sch index e4c093fd..15ab433e 100644 --- a/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.sch +++ b/Examples/Analysis_Of_Digital_IC/BCDToDecimalDecoder/BCDToDecimalDecoder.sch @@ -1,4 +1,8 @@ EESchema Schematic File Version 2 +<<<<<<< HEAD +======= +LIBS:BCDToDecimalDecoder-rescue +>>>>>>> fellowship2019-python3 LIBS:power LIBS:eSim_Analog LIBS:eSim_Devices @@ -70,7 +74,11 @@ F 3 "" H 3800 5050 60 0000 C CNN -1 0 0 -1 $EndComp $Comp +<<<<<<< HEAD L DC v2 +======= +L DC-RESCUE-BCDToDecimalDecoder v2 +>>>>>>> fellowship2019-python3 U 1 1 5CF25946 P 9400 3950 F 0 "v2" H 9200 4050 60 0000 C CNN @@ -81,7 +89,11 @@ F 3 "" H 9400 3950 60 0000 C CNN 0 -1 -1 0 $EndComp $Comp +<<<<<<< HEAD L DC v1 +======= +L DC-RESCUE-BCDToDecimalDecoder v1 +>>>>>>> fellowship2019-python3 U 1 1 5CF259A4 P 9400 3400 F 0 "v1" H 9200 3500 60 0000 C CNN @@ -92,7 +104,11 @@ F 3 "" H 9400 3400 60 0000 C CNN 0 -1 -1 0 $EndComp $Comp +<<<<<<< HEAD L DC v3 +======= +L DC-RESCUE-BCDToDecimalDecoder v3 +>>>>>>> fellowship2019-python3 U 1 1 5CF259F8 P 9400 4500 F 0 "v3" H 9200 4600 60 0000 C CNN @@ -103,7 +119,11 @@ F 3 "" H 9400 4500 60 0000 C CNN 0 -1 -1 0 $EndComp $Comp +<<<<<<< HEAD L DC v4 +======= +L DC-RESCUE-BCDToDecimalDecoder v4 +>>>>>>> fellowship2019-python3 U 1 1 5CF25A37 P 9450 5000 F 0 "v4" H 9250 5100 60 0000 C CNN |