# HG changeset patch # User Mychaela Falconia # Date 1637464496 0 # Node ID d03d6dcd194c944a305f3644eb2d9083ae14140c # Parent f28249ee1ee58d733c4c7cf740c8b6bc7fc6fcfe venus/src/Makefile: generate bound.unet diff -r f28249ee1ee5 -r d03d6dcd194c venus/src/Makefile --- a/venus/src/Makefile Sun Nov 21 03:05:26 2021 +0000 +++ b/venus/src/Makefile Sun Nov 21 03:14:56 2021 +0000 @@ -16,12 +16,20 @@ usb/regulator_ic.v usb/regulator_with_caps.v usb/usb_conn.v \ usb/usb_core.v usb/usb_domain.v usb/usb_domain_bctl.v \ usb/usb_domain_buf.v -NETS= sverp.unet +SLOTMAP=slotmap/Q308 slotmap/Q600 slotmap/Q601 slotmap/R295 slotmap/R296 \ + slotmap/R361 slotmap/U401 slotmap/U705 slotmap/U707 +NETS= sverp.unet noledb.unet bound.unet all: ${NETS} sverp.unet: ${VSRCS} primitives Makefile ueda-sverp -o $@ ${VSRCS} +noledb.unet: sverp.unet + unet-excise sverp.unet mob.LED_B > $@ + +bound.unet: MCL noledb.unet starpoints Makefile ${SLOTMAP} + unet-bind -s starpoints noledb.unet $@ + clean: rm -f *.unet *.txt *.csv