diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-08-04 11:46:36 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-08-04 11:46:36 +0200 |
commit | cf96f41c6d9c405ddc039a8d0629731924b774ed (patch) | |
tree | 6e95a5e260375b12fd5203050b1ca3b86a7e3c29 /techlibs/efinix/Makefile.inc | |
parent | 6e210f26fa97fa65c420534f0ec0e26eeb1b078a (diff) | |
download | yosys-cf96f41c6d9c405ddc039a8d0629731924b774ed.tar.gz yosys-cf96f41c6d9c405ddc039a8d0629731924b774ed.tar.bz2 yosys-cf96f41c6d9c405ddc039a8d0629731924b774ed.zip |
Added bram support
Diffstat (limited to 'techlibs/efinix/Makefile.inc')
-rw-r--r-- | techlibs/efinix/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/techlibs/efinix/Makefile.inc b/techlibs/efinix/Makefile.inc index 82dfa3cd8..d0593baec 100644 --- a/techlibs/efinix/Makefile.inc +++ b/techlibs/efinix/Makefile.inc @@ -1,7 +1,10 @@ OBJS += techlibs/efinix/synth_efinix.o OBJS += techlibs/efinix/efinix_gbuf.o +OBJS += techlibs/efinix/efinix_determine_init.o $(eval $(call add_share_file,share/efinix,techlibs/efinix/cells_map.v)) $(eval $(call add_share_file,share/efinix,techlibs/efinix/arith_map.v)) $(eval $(call add_share_file,share/efinix,techlibs/efinix/cells_sim.v)) +$(eval $(call add_share_file,share/efinix,techlibs/efinix/brams_map.v)) +$(eval $(call add_share_file,share/efinix,techlibs/efinix/bram.txt))
\ No newline at end of file |