FreeCalypso > hg > freecalypso-schem2
comparison venus/src/Makefile @ 26:4baae6215619
Venus: reached the point of compiling sverp.unet
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 20 Nov 2021 21:54:27 +0000 |
| parents | |
| children | d03d6dcd194c |
comparison
equal
deleted
inserted
replaced
| 25:250fd753c0c5 | 26:4baae6215619 |
|---|---|
| 1 VSRCS= core/M034F.v core/RF3166.v core/S71PL064J.v core/abb_block.v \ | |
| 2 core/abb_rc_network.v core/baseband.v core/calypso_179ghh.v \ | |
| 3 core/clock_rf2dbb.v core/core.v core/dbb_block.v \ | |
| 4 core/int_vcxo_passive.v core/iota_100ggm.v core/memory.v \ | |
| 5 core/rf_fem_block.v core/rf_pa_block.v core/rf_section.v \ | |
| 6 core/rfmatch_fem2rita_dcs.v core/rfmatch_fem2rita_low.v \ | |
| 7 core/rfmatch_fem2rita_pcs.v core/rfmatch_pa2fem_pi.v \ | |
| 8 core/rfmatch_rita2pa_hb.v core/rfmatch_rita2pa_lb.v \ | |
| 9 core/rita_rf_chip.v core/rita_vcxo_int.v core/rita_wrap.v \ | |
| 10 core/xtal_32khz_wrap.v \ | |
| 11 periph/battery.v periph/calypso_uart_in.v periph/inv_buffer_74LVC1G04.v\ | |
| 12 periph/jtag_if.v periph/sim_socket_block.v periph/sim_socket_wrap.v \ | |
| 13 periph/sma_wrap.v \ | |
| 14 top/board.v top/mobile.v \ | |
| 15 usb/FT2232D_block.v usb/FT2232D_chip.v usb/eeprom_93Cx6_16bit.v \ | |
| 16 usb/regulator_ic.v usb/regulator_with_caps.v usb/usb_conn.v \ | |
| 17 usb/usb_core.v usb/usb_domain.v usb/usb_domain_bctl.v \ | |
| 18 usb/usb_domain_buf.v | |
| 19 NETS= sverp.unet | |
| 20 | |
| 21 all: ${NETS} | |
| 22 | |
| 23 sverp.unet: ${VSRCS} primitives Makefile | |
| 24 ueda-sverp -o $@ ${VSRCS} | |
| 25 | |
| 26 clean: | |
| 27 rm -f *.unet *.txt *.csv |
