FreeCalypso > hg > fc-sim-sniff
comparison boards/mv-sniffer/src/Makefile @ 1:55e5f926fb5a
beginning of mv-sniffer adapter board design
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 28 Jul 2023 20:01:06 +0000 |
parents | |
children | 81f3c1eef065 |
comparison
equal
deleted
inserted
replaced
0:fbbafa93b52b | 1:55e5f926fb5a |
---|---|
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 ic_74LVC4T3144.v primitives | |
7 ueda-sverp -o $@ schem.v ic_74LVC4T3144.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 |