3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-24 12:07:53 +00:00

ecp5: Support for flipflop initialisation

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2018-11-30 19:29:03 +00:00
parent ee8c9e854f
commit 549b8e74b2
3 changed files with 199 additions and 4 deletions

View file

@ -1,5 +1,5 @@
OBJS += techlibs/ecp5/synth_ecp5.o
OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_sim.v))