annotate venus/src/Makefile @ 51:9de8e7a43160

keypad initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Nov 2021 07:03:14 +0000
parents 3dbe73bbc0a4
children 06e95ff0023b
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 \
46
c247abb89302 MAX1916.v and lcd_module.v from lunalcd2
Mychaela Falconia <falcon@freecalypso.org>
parents: 35
diff changeset
11 periph/MAX1916.v periph/Si9407AEY.v periph/battery.v \
47
9f5a3567d699 progress toward LCD integration
Mychaela Falconia <falcon@freecalypso.org>
parents: 46
diff changeset
12 periph/bl_current_select.v periph/bl_current_sink.v \
46
c247abb89302 MAX1916.v and lcd_module.v from lunalcd2
Mychaela Falconia <falcon@freecalypso.org>
parents: 35
diff changeset
13 periph/calypso_uart_in.v periph/charging_circuit.v \
c247abb89302 MAX1916.v and lcd_module.v from lunalcd2
Mychaela Falconia <falcon@freecalypso.org>
parents: 35
diff changeset
14 periph/charging_led.v periph/inv_buffer_74LVC1G04.v periph/jtag_if.v \
51
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents: 50
diff changeset
15 periph/keypad.v periph/keyswitch_wrap.v periph/lcd_module.v \
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents: 50
diff changeset
16 periph/lcd_subsystem.v periph/sim_socket_block.v \
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents: 50
diff changeset
17 periph/sim_socket_wrap.v periph/sma_wrap.v \
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 top/board.v top/mobile.v \
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 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
20 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
21 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
22 usb/usb_domain_buf.v
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
23 SLOTMAP=slotmap/Q308 slotmap/Q600 slotmap/Q601 slotmap/R295 slotmap/R296 \
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
24 slotmap/R361 slotmap/U401 slotmap/U705 slotmap/U707
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
25 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
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 all: ${NETS}
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 sverp.unet: ${VSRCS} primitives Makefile
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 ueda-sverp -o $@ ${VSRCS}
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
32 noledb.unet: sverp.unet
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
33 unet-excise sverp.unet mob.LED_B > $@
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
34
35
971c05950675 starpoints in core: commit to using pcb-rnd intnoconn
Mychaela Falconia <falcon@freecalypso.org>
parents: 34
diff changeset
35 bound.unet: MCL noledb.unet Makefile ${SLOTMAP}
971c05950675 starpoints in core: commit to using pcb-rnd intnoconn
Mychaela Falconia <falcon@freecalypso.org>
parents: 34
diff changeset
36 unet-bind noledb.unet $@
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
37
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 clean:
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 rm -f *.unet *.txt *.csv