mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
All DFFs map to either FDCP (matches Xilinx) or a custom FDCP_N (negative-edge triggered)
7 lines
262 B
Makefile
7 lines
262 B
Makefile
|
|
OBJS += techlibs/coolrunner2/synth_coolrunner2.o
|
|
OBJS += techlibs/coolrunner2/coolrunner2_sop.o
|
|
|
|
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_sim.v))
|
|
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/xc2_dff.lib))
|