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