changeset 33:0073141010a2

duart28/src/Makefile: netlist MCL binding added
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 05 Jul 2020 00:10:45 +0000
parents 0ce4b2fb0f11
children 0eca5449abd7
files duart28/src/Makefile
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/duart28/src/Makefile	Sat Jul 04 23:37:47 2020 +0000
+++ b/duart28/src/Makefile	Sun Jul 05 00:10:45 2020 +0000
@@ -3,7 +3,7 @@
 	vsrc/regulator_ic.v vsrc/regulator_with_caps.v vsrc/target_if.v \
 	vsrc/usb_conn.v
 BOMS=	tallied-bom.txt tallied-bom.csv comptab.txt
-NETS=	sverp.unet
+NETS=	sverp.unet bound.unet pcb-netlist.txt
 
 all:	${BOMS} ${NETS} elements.pcb
 
@@ -22,5 +22,11 @@
 sverp.unet:	${VSRCS} primitives Makefile
 	ueda-sverp -o $@ ${VSRCS}
 
+bound.unet:	MCL sverp.unet
+	unet-bind -c sverp.unet $@
+
+pcb-netlist.txt:	bound.unet
+	unet2pcb bound.unet $@
+
 clean:
 	rm -f *.unet *.txt *.csv errs elements.pcb