ecp5: cleanup unused +/ecp5/abc9_model.v
[yosys.git] / techlibs / ecp5 / Makefile.inc
1
2 OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o \
3 techlibs/ecp5/ecp5_gsr.o
4
5 GENFILES += techlibs/ecp5/bram_init_1_2_4.vh
6 GENFILES += techlibs/ecp5/bram_init_9_18_36.vh
7 GENFILES += techlibs/ecp5/bram_conn_1.vh
8 GENFILES += techlibs/ecp5/bram_conn_2.vh
9 GENFILES += techlibs/ecp5/bram_conn_4.vh
10 GENFILES += techlibs/ecp5/bram_conn_9.vh
11 GENFILES += techlibs/ecp5/bram_conn_18.vh
12 GENFILES += techlibs/ecp5/bram_conn_36.vh
13
14 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_ff.vh))
15 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_io.vh))
16 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v))
17 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_sim.v))
18 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_bb.v))
19 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/lutrams_map.v))
20 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/lutrams.txt))
21 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/brams_map.v))
22 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/brams.txt))
23 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/arith_map.v))
24 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/latches_map.v))
25 $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/dsp_map.v))
26
27 EXTRA_OBJS += techlibs/ecp5/brams_init.mk techlibs/ecp5/brams_connect.mk
28 .SECONDARY: techlibs/ecp5/brams_init.mk techlibs/ecp5/brams_connect.mk
29
30 techlibs/ecp5/brams_init.mk: techlibs/ecp5/brams_init.py
31 $(Q) mkdir -p techlibs/ecp5
32 $(P) $(PYTHON_EXECUTABLE) $<
33 $(Q) touch $@
34
35 techlibs/ecp5/brams_connect.mk: techlibs/ecp5/brams_connect.py
36 $(Q) mkdir -p techlibs/ecp5
37 $(P) $(PYTHON_EXECUTABLE) $<
38 $(Q) touch $@
39
40
41 techlibs/ecp5/bram_init_1_2_4.vh: techlibs/ecp5/brams_init.mk
42 techlibs/ecp5/bram_init_9_18_36.vh: techlibs/ecp5/brams_init.mk
43
44 techlibs/ecp5/bram_conn_1.vh: techlibs/ecp5/brams_connect.mk
45 techlibs/ecp5/bram_conn_2.vh: techlibs/ecp5/brams_connect.mk
46 techlibs/ecp5/bram_conn_4.vh: techlibs/ecp5/brams_connect.mk
47 techlibs/ecp5/bram_conn_9.vh: techlibs/ecp5/brams_connect.mk
48 techlibs/ecp5/bram_conn_18.vh: techlibs/ecp5/brams_connect.mk
49 techlibs/ecp5/bram_conn_36.vh: techlibs/ecp5/brams_connect.mk
50
51 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_init_1_2_4.vh))
52 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_init_9_18_36.vh))
53
54 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_conn_1.vh))
55 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_conn_2.vh))
56 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_conn_4.vh))
57 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_conn_9.vh))
58 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_conn_18.vh))
59 $(eval $(call add_gen_share_file,share/ecp5,techlibs/ecp5/bram_conn_36.vh))