view venus/src/Makefile @ 47:9f5a3567d699

progress toward LCD integration
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Nov 2021 02:09:46 +0000
parents c247abb89302
children d55824058cfc
line wrap: on
line source

VSRCS=	core/M034F.v core/RF3166.v core/S71PL064J.v core/abb_block.v \
	core/abb_rc_network.v core/baseband.v core/calypso_179ghh.v \
	core/clock_rf2dbb.v core/core.v core/dbb_block.v \
	core/int_vcxo_passive.v core/iota_100ggm.v core/memory.v \
	core/rf_fem_block.v core/rf_pa_block.v core/rf_section.v \
	core/rfmatch_fem2rita_dcs.v core/rfmatch_fem2rita_low.v \
	core/rfmatch_fem2rita_pcs.v core/rfmatch_pa2fem_pi.v \
	core/rfmatch_rita2pa_hb.v core/rfmatch_rita2pa_lb.v \
	core/rita_rf_chip.v core/rita_vcxo_int.v core/rita_wrap.v \
	core/xtal_32khz_wrap.v \
	periph/MAX1916.v periph/Si9407AEY.v periph/battery.v \
	periph/bl_current_select.v periph/bl_current_sink.v \
	periph/calypso_uart_in.v periph/charging_circuit.v \
	periph/charging_led.v periph/inv_buffer_74LVC1G04.v periph/jtag_if.v \
	periph/lcd_module.v periph/sim_socket_block.v periph/sim_socket_wrap.v \
	periph/sma_wrap.v \
	top/board.v top/mobile.v \
	usb/FT2232D_block.v usb/FT2232D_chip.v usb/eeprom_93Cx6_16bit.v \
	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
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 Makefile ${SLOTMAP}
	unet-bind noledb.unet $@

clean:
	rm -f *.unet *.txt *.csv