diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-08-22 18:06:36 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-22 18:06:36 +0200 |
commit | 4c449caf9bb7a855b8e61cb96f99f59141ea6ef5 (patch) | |
tree | dde51ffb14d9dc4e28912114bab4455e2e237e9b /techlibs/efinix | |
parent | 4d37710e82b0f1fe9f9eecc248de35e2adb840cd (diff) | |
download | yosys-4c449caf9bb7a855b8e61cb96f99f59141ea6ef5.tar.gz yosys-4c449caf9bb7a855b8e61cb96f99f59141ea6ef5.tar.bz2 yosys-4c449caf9bb7a855b8e61cb96f99f59141ea6ef5.zip |
Fix missing newline at end of file
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'techlibs/efinix')
-rw-r--r-- | techlibs/efinix/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/efinix/Makefile.inc b/techlibs/efinix/Makefile.inc index f1ce58276..5013f7fc1 100644 --- a/techlibs/efinix/Makefile.inc +++ b/techlibs/efinix/Makefile.inc @@ -7,4 +7,4 @@ $(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 +$(eval $(call add_share_file,share/efinix,techlibs/efinix/bram.txt)) |