FreeCalypso > hg > fc-small-hw
annotate mmtb1/schem+bom/Makefile @ 0:0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 21 Oct 2019 00:53:38 +0000 | 
| parents | |
| children | 
| rev | line source | 
|---|---|
| 0 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 1 VSRCS= vsrc/board.v vsrc/interface.v vsrc/led_circuit.v vsrc/pushbutton_wrap.v\ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 2 vsrc/sim_socket_block.v vsrc/uart_bringout.v | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 3 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 4 NETS= sverp.unet bound.unet pcb-netlist.txt | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 5 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 6 all: ${BOMS} ${NETS} elements.pcb | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 7 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 8 sverp.unet: ${VSRCS} primitives Makefile | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 9 ueda-sverp -o $@ ${VSRCS} | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 10 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 11 bound.unet: MCL sverp.unet | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 12 unet-bind -c sverp.unet $@ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 13 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 14 pcb-netlist.txt: bound.unet | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 15 unet2pcb bound.unet $@ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 16 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 17 tallied-bom.txt: MCL | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 18 ueda-mkbom -cr > $@ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 19 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 20 tallied-bom.csv: MCL | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 21 ueda-csvbom > $@ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 22 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 23 comptab.txt: MCL | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 24 ueda-shortbom > $@ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 25 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 26 elements.pcb: MCL | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 27 ueda-getfps -ch | ueda-runm4 > $@ | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 28 | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 29 clean: | 
| 
0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 30 rm -f *.unet *.txt *.csv errs elements.pcb | 
