mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
Basic SmartFusion2 and IGLOO2 synthesis support
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
db676957a0
commit
cf79fd4376
5 changed files with 377 additions and 0 deletions
7
techlibs/sf2/Makefile.inc
Normal file
7
techlibs/sf2/Makefile.inc
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
OBJS += techlibs/sf2/synth_sf2.o
|
||||
|
||||
$(eval $(call add_share_file,share/sf2,techlibs/sf2/arith_map.v))
|
||||
$(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_map.v))
|
||||
$(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_sim.v))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue