FreeCalypso > hg > fc-sim-sniff
comparison boards/sim-fpc-pasv/src/Makefile @ 0:fbbafa93b52b
starting project with README and sim-fpc-pasv adapter
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 17 Jul 2023 00:52:00 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fbbafa93b52b |
---|---|
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 |