mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
The new pass will contain all of the logic for inserting "passthrough" product term and XOR cells as appropriate for the architecture. For example, this commit fixes connecting an input pin directly to another output pin with no logic in between.
10 lines
479 B
Makefile
10 lines
479 B
Makefile
|
|
OBJS += techlibs/coolrunner2/synth_coolrunner2.o
|
|
OBJS += techlibs/coolrunner2/coolrunner2_sop.o
|
|
OBJS += techlibs/coolrunner2/coolrunner2_fixup.o
|
|
|
|
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_latch.v))
|
|
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_sim.v))
|
|
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/tff_extract.v))
|
|
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/xc2_dff.lib))
|