FreeCalypso > hg > fc-small-hw
comparison sim-fpc-pasv/src/Makefile @ 82:803667312307
sim-fpc-pasv: schem+BOM design complete
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 25 Oct 2022 06:13:01 +0000 |
parents | lunalcd1/src/Makefile@839e9b527e69 |
children |
comparison
equal
deleted
inserted
replaced
81:6feb6db2c0bf | 82:803667312307 |
---|---|
1 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt | |
2 NETS= sverp.unet bound.unet pcb-netlist.txt | |
3 | |
4 all: ${BOMS} ${NETS} elements.pcb | |
5 | |
6 sverp.unet: schem.v primitives | |
7 ueda-sverp -o $@ schem.v | |
8 | |
9 bound.unet: MCL sverp.unet | |
10 unet-bind -c sverp.unet $@ | |
11 | |
12 pcb-netlist.txt: bound.unet | |
13 unet2pcb bound.unet $@ | |
14 | |
15 tallied-bom.txt: MCL | |
16 ueda-mkbom -cr > $@ | |
17 | |
18 tallied-bom.csv: MCL | |
19 ueda-csvbom > $@ | |
20 | |
21 comptab.txt: MCL | |
22 ueda-shortbom > $@ | |
23 | |
24 elements.pcb: MCL | |
25 ueda-getfps -ch | ueda-runm4 > $@ | |
26 | |
27 clean: | |
28 rm -f *.unet *.txt *.csv errs elements.pcb |