annotate venus/src/Makefile @ 32:85fbd582af88

Venus src: charging circuit captured
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Nov 2021 20:20:38 +0000
parents 74a89c0a6466
children dfa0d08d8f2b
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 \
30
74a89c0a6466 Venus MCL: add Q401 charging circuit MOSFET
Mychaela Falconia <falcon@freecalypso.org>
parents: 29
diff changeset
11 periph/Si9407AEY.v periph/battery.v periph/calypso_uart_in.v \
32
85fbd582af88 Venus src: charging circuit captured
Mychaela Falconia <falcon@freecalypso.org>
parents: 30
diff changeset
12 periph/charging_circuit.v periph/inv_buffer_74LVC1G04.v \
85fbd582af88 Venus src: charging circuit captured
Mychaela Falconia <falcon@freecalypso.org>
parents: 30
diff changeset
13 periph/jtag_if.v periph/sim_socket_block.v periph/sim_socket_wrap.v \
85fbd582af88 Venus src: charging circuit captured
Mychaela Falconia <falcon@freecalypso.org>
parents: 30
diff changeset
14 periph/sma_wrap.v \
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 top/board.v top/mobile.v \
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 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
17 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
18 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
19 usb/usb_domain_buf.v
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
20 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
21 slotmap/R361 slotmap/U401 slotmap/U705 slotmap/U707
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
22 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
23
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 all: ${NETS}
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 sverp.unet: ${VSRCS} primitives Makefile
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 ueda-sverp -o $@ ${VSRCS}
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28
29
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
29 noledb.unet: sverp.unet
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
30 unet-excise sverp.unet mob.LED_B > $@
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
31
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
32 bound.unet: MCL noledb.unet starpoints Makefile ${SLOTMAP}
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
33 unet-bind -s starpoints noledb.unet $@
d03d6dcd194c venus/src/Makefile: generate bound.unet
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
34
26
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 clean:
4baae6215619 Venus: reached the point of compiling sverp.unet
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 rm -f *.unet *.txt *.csv