diff options
author | David Shah <dave@ds0.me> | 2019-08-30 13:28:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 13:28:21 +0100 |
commit | a94a8f3e4030b3a4697c2201ef65c83b01f25ffb (patch) | |
tree | 0ff42560644cbc68fd519384e2f11c3f902745ef /techlibs/ecp5/Makefile.inc | |
parent | 694e30a35426b9582a1f2db730528d4d34305795 (diff) | |
parent | 91b46ed81670de621af2d88a4da32005a17a2f16 (diff) | |
download | yosys-a94a8f3e4030b3a4697c2201ef65c83b01f25ffb.tar.gz yosys-a94a8f3e4030b3a4697c2201ef65c83b01f25ffb.tar.bz2 yosys-a94a8f3e4030b3a4697c2201ef65c83b01f25ffb.zip |
Merge pull request #1343 from whitequark/diamond-ffs
Add/update every Diamond FF primitive
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r-- | techlibs/ecp5/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc index c41d16076..2143acae6 100644 --- a/techlibs/ecp5/Makefile.inc +++ b/techlibs/ecp5/Makefile.inc @@ -2,6 +2,8 @@ OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o \ techlibs/ecp5/ecp5_gsr.o +$(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)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_sim.v)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_bb.v)) |