Added ice40_ffinit pass
[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
7 GENFILES += techlibs/ice40/brams_init1.vh
8 GENFILES += techlibs/ice40/brams_init2.vh
9 GENFILES += techlibs/ice40/brams_init3.vh
10
11 EXTRA_OBJS += techlibs/ice40/brams_init.mk
12 .SECONDARY: techlibs/ice40/brams_init.mk
13
14 techlibs/ice40/brams_init.mk: techlibs/ice40/brams_init.py
15 $(Q) mkdir -p techlibs/ice40
16 $(P) python3 $<
17 $(Q) touch techlibs/ice40/brams_init.mk
18
19 techlibs/ice40/brams_init1.vh: techlibs/ice40/brams_init.mk
20 techlibs/ice40/brams_init2.vh: techlibs/ice40/brams_init.mk
21 techlibs/ice40/brams_init3.vh: techlibs/ice40/brams_init.mk
22
23 $(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v))
24 $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v))
25 $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
26 $(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
27 $(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
28
29 $(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init1.vh))
30 $(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init2.vh))
31 $(eval $(call add_gen_share_file,share/ice40,techlibs/ice40/brams_init3.vh))
32