FreeCalypso > hg > fc-sim-sniff
changeset 3:0c321f1ce085
boards/mv-sniffer/src: generate elements.pcb
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 28 Jul 2023 21:10:48 +0000 |
parents | 81f3c1eef065 |
children | b275c69c1b80 |
files | .hgignore boards/mv-sniffer/src/MCL boards/mv-sniffer/src/Makefile |
diffstat | 3 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Fri Jul 28 20:17:52 2023 +0000 +++ b/.hgignore Fri Jul 28 21:10:48 2023 +0000 @@ -6,5 +6,7 @@ \.ps$ \.pdf$ +^boards/mv-sniffer/src/elements\.pcb$ + ^boards/sim-fpc-pasv/pcb/gerbers\. ^boards/sim-fpc-pasv/src/elements\.pcb$
--- a/boards/mv-sniffer/src/MCL Fri Jul 28 20:17:52 2023 +0000 +++ b/boards/mv-sniffer/src/MCL Fri Jul 28 21:10:48 2023 +0000 @@ -58,6 +58,7 @@ U1: hier=buffer.pkg device=74LVC4T3144 + footprint=TSSOP14_MNF manufacturer=Nexperia manufacturer_part_number=74LVC4T3144PWJ description=Dual supply buffer IC, TSSOP14
--- a/boards/mv-sniffer/src/Makefile Fri Jul 28 20:17:52 2023 +0000 +++ b/boards/mv-sniffer/src/Makefile Fri Jul 28 21:10:48 2023 +0000 @@ -1,7 +1,7 @@ BOMS= tallied-bom.txt tallied-bom.csv comptab.txt NETS= sverp.unet bound.unet pcb-netlist.txt -all: ${BOMS} ${NETS} #elements.pcb +all: ${BOMS} ${NETS} elements.pcb sverp.unet: schem.v ic_74LVC4T3144.v primitives ueda-sverp -o $@ schem.v ic_74LVC4T3144.v