FreeCalypso > hg > fc-sim-sniff
view boards/mv-sniffer/src/Makefile @ 2:81f3c1eef065
boards/mv-sniffer/src: components bound to MCL
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 28 Jul 2023 20:17:52 +0000 |
parents | 55e5f926fb5a |
children | 0c321f1ce085 |
line wrap: on
line source
BOMS= tallied-bom.txt tallied-bom.csv comptab.txt NETS= sverp.unet bound.unet pcb-netlist.txt all: ${BOMS} ${NETS} #elements.pcb sverp.unet: schem.v ic_74LVC4T3144.v primitives ueda-sverp -o $@ schem.v ic_74LVC4T3144.v bound.unet: MCL sverp.unet unet-bind -c sverp.unet $@ pcb-netlist.txt: bound.unet unet2pcb bound.unet $@ tallied-bom.txt: MCL ueda-mkbom -cr > $@ tallied-bom.csv: MCL ueda-csvbom > $@ comptab.txt: MCL ueda-shortbom > $@ elements.pcb: MCL ueda-getfps -ch | ueda-runm4 > $@ clean: rm -f *.unet *.txt *.csv errs elements.pcb