FreeCalypso > hg > fc-small-hw
comparison duart28/src/Makefile @ 33:0073141010a2
duart28/src/Makefile: netlist MCL binding added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 05 Jul 2020 00:10:45 +0000 |
parents | 22aba3a61a4b |
children | ace9b7659f7f |
comparison
equal
deleted
inserted
replaced
32:0ce4b2fb0f11 | 33:0073141010a2 |
---|---|
1 VSRCS= vsrc/FT2232D_block.v vsrc/FT2232D_chip.v vsrc/USB_block.v \ | 1 VSRCS= vsrc/FT2232D_block.v vsrc/FT2232D_chip.v vsrc/USB_block.v \ |
2 vsrc/application_block.v vsrc/board.v vsrc/eeprom_93Cx6_16bit.v \ | 2 vsrc/application_block.v vsrc/board.v vsrc/eeprom_93Cx6_16bit.v \ |
3 vsrc/regulator_ic.v vsrc/regulator_with_caps.v vsrc/target_if.v \ | 3 vsrc/regulator_ic.v vsrc/regulator_with_caps.v vsrc/target_if.v \ |
4 vsrc/usb_conn.v | 4 vsrc/usb_conn.v |
5 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt | 5 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt |
6 NETS= sverp.unet | 6 NETS= sverp.unet bound.unet pcb-netlist.txt |
7 | 7 |
8 all: ${BOMS} ${NETS} elements.pcb | 8 all: ${BOMS} ${NETS} elements.pcb |
9 | 9 |
10 tallied-bom.txt: MCL | 10 tallied-bom.txt: MCL |
11 ueda-mkbom -cr > $@ | 11 ueda-mkbom -cr > $@ |
20 ueda-getfps -ch | ueda-runm4 > $@ | 20 ueda-getfps -ch | ueda-runm4 > $@ |
21 | 21 |
22 sverp.unet: ${VSRCS} primitives Makefile | 22 sverp.unet: ${VSRCS} primitives Makefile |
23 ueda-sverp -o $@ ${VSRCS} | 23 ueda-sverp -o $@ ${VSRCS} |
24 | 24 |
25 bound.unet: MCL sverp.unet | |
26 unet-bind -c sverp.unet $@ | |
27 | |
28 pcb-netlist.txt: bound.unet | |
29 unet2pcb bound.unet $@ | |
30 | |
25 clean: | 31 clean: |
26 rm -f *.unet *.txt *.csv errs elements.pcb | 32 rm -f *.unet *.txt *.csv errs elements.pcb |