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/gowin/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/gowin/Makefile.inc')
-rw-r--r-- | techlibs/gowin/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/techlibs/gowin/Makefile.inc b/techlibs/gowin/Makefile.inc index fe5d9d6e6..0756e3bcf 100644 --- a/techlibs/gowin/Makefile.inc +++ b/techlibs/gowin/Makefile.inc @@ -2,6 +2,7 @@ OBJS += techlibs/gowin/synth_gowin.o OBJS += techlibs/gowin/determine_init.o +GENFILES += techlibs/gowin/bram_init_16.vh $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_map.v)) $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_sim.v)) @@ -11,8 +12,6 @@ $(eval $(call add_share_file,share/gowin,techlibs/gowin/brams.txt)) $(eval $(call add_share_file,share/gowin,techlibs/gowin/lutrams_map.v)) $(eval $(call add_share_file,share/gowin,techlibs/gowin/lutrams.txt)) - - $(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_init3.vh)) EXTRA_OBJS += techlibs/gowin/brams_init.mk |