comparison duart28/src/Makefile @ 23:22aba3a61a4b

duart28: vsrc passes sverp
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Jun 2020 06:38:05 +0000
parents 54e5edfe2f04
children 0073141010a2
comparison
equal deleted inserted replaced
22:43097651a26d 23:22aba3a61a4b
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
1 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt 5 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt
6 NETS= sverp.unet
2 7
3 all: ${BOMS} elements.pcb 8 all: ${BOMS} ${NETS} elements.pcb
4 9
5 tallied-bom.txt: MCL 10 tallied-bom.txt: MCL
6 ueda-mkbom -cr > $@ 11 ueda-mkbom -cr > $@
7 12
8 tallied-bom.csv: MCL 13 tallied-bom.csv: MCL
12 ueda-shortbom > $@ 17 ueda-shortbom > $@
13 18
14 elements.pcb: MCL 19 elements.pcb: MCL
15 ueda-getfps -ch | ueda-runm4 > $@ 20 ueda-getfps -ch | ueda-runm4 > $@
16 21
22 sverp.unet: ${VSRCS} primitives Makefile
23 ueda-sverp -o $@ ${VSRCS}
24
17 clean: 25 clean:
18 rm -f *.unet *.txt *.csv errs elements.pcb 26 rm -f *.unet *.txt *.csv errs elements.pcb