mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
Add synth_fabulous ScriptPass
This commit is contained in:
parent
0516fd751c
commit
2e9480be24
8 changed files with 1282 additions and 0 deletions
10
techlibs/fabulous/Makefile.inc
Normal file
10
techlibs/fabulous/Makefile.inc
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
OBJS += techlibs/fabulous/synth_fabulous.o
|
||||
|
||||
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/cells_map.v))
|
||||
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/cells_map_ff.v))
|
||||
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/prims.v))
|
||||
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/prims_ff.v))
|
||||
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/latches_map.v))
|
||||
$(eval $(call add_share_file,share/fabulous,techlibs/fabulous/ff_map.v))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue