# HG changeset patch # User Mychaela Falconia # Date 1690578648 0 # Node ID 0c321f1ce085c6b728236601e513a037fe6dd1fb # Parent 81f3c1eef065e1678a1d93df7147a7b07f1eaf51 boards/mv-sniffer/src: generate elements.pcb diff -r 81f3c1eef065 -r 0c321f1ce085 .hgignore --- 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$ diff -r 81f3c1eef065 -r 0c321f1ce085 boards/mv-sniffer/src/MCL --- 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 diff -r 81f3c1eef065 -r 0c321f1ce085 boards/mv-sniffer/src/Makefile --- 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