FreeCalypso > hg > fc-small-hw
comparison lunalcd2/src/Makefile @ 62:907bff95244d
lunalcd2/src/Makefile: generate elements.pcb
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Jun 2021 19:11:21 +0000 |
parents | df8f40386c0b |
children | 000411b39576 |
comparison
equal
deleted
inserted
replaced
61:df8f40386c0b | 62:907bff95244d |
---|---|
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 pcb-netlist.txt | 3 NETS= sverp.unet bound.unet pcb-netlist.txt |
4 | 4 |
5 all: ${NETS} | 5 all: ${NETS} elements.pcb |
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 | 13 pcb-netlist.txt: bound.unet |
14 unet2pcb bound.unet $@ | 14 unet2pcb bound.unet $@ |
15 | 15 |
16 elements.pcb: MCL | |
17 ueda-getfps -ch | ueda-runm4 > $@ | |
18 | |
16 clean: | 19 clean: |
17 rm -f *.unet *.txt *.csv errs elements.pcb | 20 rm -f *.unet *.txt *.csv errs elements.pcb |