mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
This tends to make much more efficient pterm usage compared to just throwing the problem at ABC
10 lines
520 B
Makefile
10 lines
520 B
Makefile
|
|
OBJS += techlibs/coolrunner2/synth_coolrunner2.o
|
|
OBJS += techlibs/coolrunner2/coolrunner2_sop.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/cells_counter_map.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))
|