FreeCalypso > hg > fc-small-hw
comparison lunalcd2/src/Makefile @ 61:df8f40386c0b
lunalcd2/src/Makefile: generate pcb-netlist.txt
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Jun 2021 19:08:13 +0000 |
parents | 38c713964bb7 |
children | 907bff95244d |
comparison
equal
deleted
inserted
replaced
60:38c713964bb7 | 61:df8f40386c0b |
---|---|
1 VSRCS= vsrc/MAX1916.v vsrc/bl_current_sink.v vsrc/board.v \ | 1 VSRCS= vsrc/MAX1916.v vsrc/bl_current_sink.v vsrc/board.v \ |
2 vsrc/current_select.v vsrc/lcd_module.v | 2 vsrc/current_select.v vsrc/lcd_module.v |
3 NETS= sverp.unet bound.unet | 3 NETS= sverp.unet bound.unet pcb-netlist.txt |
4 | 4 |
5 all: ${NETS} | 5 all: ${NETS} |
6 | 6 |
7 sverp.unet: ${VSRCS} primitives Makefile | 7 sverp.unet: ${VSRCS} primitives Makefile |
8 ueda-sverp -o $@ ${VSRCS} | 8 ueda-sverp -o $@ ${VSRCS} |
9 | 9 |
10 bound.unet: MCL sverp.unet | 10 bound.unet: MCL sverp.unet |
11 unet-bind -c sverp.unet $@ | 11 unet-bind -c sverp.unet $@ |
12 | 12 |
13 pcb-netlist.txt: bound.unet | |
14 unet2pcb bound.unet $@ | |
15 | |
13 clean: | 16 clean: |
14 rm -f *.unet *.txt *.csv errs elements.pcb | 17 rm -f *.unet *.txt *.csv errs elements.pcb |