FreeCalypso > hg > fc-small-hw
comparison duart28c/src/Makefile @ 46:d80978bd645e
duart28c: started with a copy from duart28
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 29 Jul 2020 07:08:28 +0000 |
| parents | |
| children | 5bdd24aae51e |
comparison
equal
deleted
inserted
replaced
| 45:2f8a4e3c48cb | 46:d80978bd645e |
|---|---|
| 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 \ | |
| 3 vsrc/regulator_ic.v vsrc/regulator_with_caps.v vsrc/target_if.v \ | |
| 4 vsrc/usb_conn.v | |
| 5 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt | |
| 6 NETS= sverp.unet bound.unet pcb-netlist.txt | |
| 7 | |
| 8 all: ${BOMS} ${NETS} | |
| 9 | |
| 10 tallied-bom.txt: MCL | |
| 11 ueda-mkbom -cr > $@ | |
| 12 | |
| 13 tallied-bom.csv: MCL | |
| 14 ueda-csvbom > $@ | |
| 15 | |
| 16 comptab.txt: MCL | |
| 17 ueda-shortbom > $@ | |
| 18 | |
| 19 sverp.unet: ${VSRCS} primitives Makefile | |
| 20 ueda-sverp -o $@ ${VSRCS} | |
| 21 | |
| 22 bound.unet: MCL sverp.unet U5.slotmap U6.slotmap | |
| 23 unet-bind -c sverp.unet $@ | |
| 24 | |
| 25 pcb-netlist.txt: bound.unet | |
| 26 unet2pcb bound.unet $@ | |
| 27 | |
| 28 clean: | |
| 29 rm -f *.unet *.txt *.csv errs elements.pcb |
