diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-04-13 17:31:44 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-05-14 10:33:56 -0700 |
commit | 4a10c87ae1916fb1d19b7bb0adebd54a5b15cf30 (patch) | |
tree | 61c43da5301f9ca704c0b5b683abdeeeecf54401 /techlibs/ice40/Makefile.inc | |
parent | a1ae5845f83f12f2893c48c23c377aea25c1b280 (diff) | |
download | yosys-4a10c87ae1916fb1d19b7bb0adebd54a5b15cf30.tar.gz yosys-4a10c87ae1916fb1d19b7bb0adebd54a5b15cf30.tar.bz2 yosys-4a10c87ae1916fb1d19b7bb0adebd54a5b15cf30.zip |
ice40: split out cells_map.v into ff_map.v
Diffstat (limited to 'techlibs/ice40/Makefile.inc')
-rw-r--r-- | techlibs/ice40/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ice40/Makefile.inc b/techlibs/ice40/Makefile.inc index b9e504a9d..1a8caf9a9 100644 --- a/techlibs/ice40/Makefile.inc +++ b/techlibs/ice40/Makefile.inc @@ -23,6 +23,7 @@ techlibs/ice40/brams_init3.vh: techlibs/ice40/brams_init.mk $(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v)) $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v)) +$(eval $(call add_share_file,share/ice40,techlibs/ice40/ff_map.v)) $(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v)) $(eval $(call add_share_file,share/ice40,techlibs/ice40/latches_map.v)) $(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt)) |