diff options
author | Claire Wolf <clifford@clifford.at> | 2020-05-01 15:35:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 15:35:33 +0200 |
commit | 667f38fe533c9f6676b5944d801a5fb33938ef8b (patch) | |
tree | 91651b2f39a59eb736bc5eb21393eca7ebd04c92 /techlibs/ecp5/Makefile.inc | |
parent | d047ca8b11384dfe8f5d4b63ae7b3e6dfa2d6558 (diff) | |
parent | 9b26a1fa89e34af8651af381d88088b738c75769 (diff) | |
download | yosys-667f38fe533c9f6676b5944d801a5fb33938ef8b.tar.gz yosys-667f38fe533c9f6676b5944d801a5fb33938ef8b.tar.bz2 yosys-667f38fe533c9f6676b5944d801a5fb33938ef8b.zip |
Merge pull request #1997 from whitequark/document-ootb
Explain how to do out-of-tree builds in README
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r-- | techlibs/ecp5/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc index e4ee4991f..217151e96 100644 --- a/techlibs/ecp5/Makefile.inc +++ b/techlibs/ecp5/Makefile.inc @@ -2,6 +2,15 @@ OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o \ techlibs/ecp5/ecp5_gsr.o +GENFILES += techlibs/ecp5/bram_init_1_2_4.vh +GENFILES += techlibs/ecp5/bram_init_9_18_36.vh +GENFILES += techlibs/ecp5/bram_conn_1.vh +GENFILES += techlibs/ecp5/bram_conn_2.vh +GENFILES += techlibs/ecp5/bram_conn_4.vh +GENFILES += techlibs/ecp5/bram_conn_9.vh +GENFILES += techlibs/ecp5/bram_conn_18.vh +GENFILES += techlibs/ecp5/bram_conn_36.vh + $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_ff.vh)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_io.vh)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v)) |