annotate venus/src/Makefile @ 65:fb8fceab632c

venus/src/Makefile: unet-bind -c to check completeness
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 01 Dec 2021 21:47:20 +0000
parents 4a7db02ddd3e
children 8f3df7a222f5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 \
57
3afd172b83e1 main audio channel implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 54
diff changeset
11 periph/MAX1916.v periph/Si9407AEY.v periph/audio_main.v \
63
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
12 periph/audio_hso.v periph/battery.v periph/buzzer_circuit.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
13 periph/buzzer_wrap.v periph/bl_current_select.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
14 periph/bl_current_sink.v periph/calypso_uart_in.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
15 periph/charging_circuit.v periph/charging_led.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
16 periph/inv_buffer_74LVC1G04.v periph/jtag_if.v periph/keypad.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
17 periph/keyswitch_wrap.v periph/lcd_module.v periph/lcd_subsystem.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
18 periph/led_mosfet.v periph/led_npn.v periph/loudspeaker.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
19 periph/sim_socket_block.v periph/sim_socket_wrap.v periph/sma_wrap.v \
4a7db02ddd3e buzzer circuit implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 60
diff changeset
20 periph/transistor_ext_bias.v periph/trrs_jack.v \
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 top/board.v top/mobile.v \
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 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
23 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
24 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
25 usb/usb_domain_buf.v
54
562c2cb561e4 LPG and PWL LEDs implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 52
diff changeset
26 SLOTMAP=slotmap/Q308 slotmap/Q402 slotmap/Q600 slotmap/Q601 \
562c2cb561e4 LPG and PWL LEDs implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 52
diff changeset
27 slotmap/R295 slotmap/R296 slotmap/R361 \
562c2cb561e4 LPG and PWL LEDs implemented
Mychaela Falconia <falcon@freecalypso.org>
parents: 52
diff changeset
28 slotmap/U401 slotmap/U403 slotmap/U705 slotmap/U707
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
29 NETS= sverp.unet noledb.unet bound.unet
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31 all: ${NETS}
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 sverp.unet: ${VSRCS} primitives Makefile
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 ueda-sverp -o $@ ${VSRCS}
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
36 noledb.unet: sverp.unet
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
37 unet-excise sverp.unet mob.LED_B > $@
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
38
35
971c05950675 starpoints in core: commit to using pcb-rnd intnoconn
Mychaela Falconia <falcon@freecalypso.org>
parents: 34
diff changeset
39 bound.unet: MCL noledb.unet Makefile ${SLOTMAP}
65
fb8fceab632c venus/src/Makefile: unet-bind -c to check completeness
Mychaela Falconia <falcon@freecalypso.org>
parents: 63
diff changeset
40 unet-bind -c noledb.unet $@
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
41
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 clean:
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 rm -f *.unet *.txt *.csv