Merge pull request #709 from smunaut/issue_708
[yosys.git] / techlibs / ice40 / Makefile.inc
1
2 OBJS += techlibs/ice40/synth_ice40.o
3 OBJS += techlibs/ice40/ice40_ffssr.o
4 OBJS += techlibs/ice40/ice40_ffinit.o
5 OBJS += techlibs/ice40/ice40_opt.o
6 OBJS += techlibs/ice40/ice40_unlut.o
7
8 GENFILES += techlibs/ice40/brams_init1.vh
9 GENFILES += techlibs/ice40/brams_init2.vh
10 GENFILES += techlibs/ice40/brams_init3.vh
11
12 EXTRA_OBJS += techlibs/ice40/brams_init.mk
13 .SECONDARY: techlibs/ice40/brams_init.mk
14
15 techlibs/ice40/brams_init.mk: techlibs/ice40/brams_init.py
16 $(Q) mkdir -p techlibs/ice40
17 $(P) python3 $<
18 $(Q) touch techlibs/ice40/brams_init.mk
19
20 techlibs/ice40/brams_init1.vh: techlibs/ice40/brams_init.mk
21 techlibs/ice40/brams_init2.vh: techlibs/ice40/brams_init.mk
22 techlibs/ice40/brams_init3.vh: techlibs/ice40/brams_init.mk
23
24 $(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v))
25 $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v))
26 $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
27 $(eval $(call add_share_file,share/ice40,techlibs/ice40/latches_map.v))
28 $(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
29 $(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
30
31 $(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init1.vh))
32 $(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init2.vh))
33 $(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init3.vh))
34