FreeCalypso > hg > fc-small-hw
comparison duart28/src/Makefile @ 40:ace9b7659f7f
duart28/src/Makefile: added dependency on U[56].slotmap
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 24 Jul 2020 20:21:54 +0000 |
parents | 0073141010a2 |
children |
comparison
equal
deleted
inserted
replaced
39:e0b83c75df08 | 40:ace9b7659f7f |
---|---|
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 | 25 bound.unet: MCL sverp.unet U5.slotmap U6.slotmap |
26 unet-bind -c sverp.unet $@ | 26 unet-bind -c sverp.unet $@ |
27 | 27 |
28 pcb-netlist.txt: bound.unet | 28 pcb-netlist.txt: bound.unet |
29 unet2pcb bound.unet $@ | 29 unet2pcb bound.unet $@ |
30 | 30 |