mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-08 08:51:56 +00:00
Add initial NanoXplore pass
This commit is contained in:
parent
ceba889641
commit
3b48e9df61
4 changed files with 278 additions and 0 deletions
6
techlibs/nanoxplore/Makefile.inc
Normal file
6
techlibs/nanoxplore/Makefile.inc
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
OBJS += techlibs/nanoxplore/synth_nanoxplore.o
|
||||
|
||||
# Techmap
|
||||
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_map.v))
|
||||
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_sim.v))
|
Loading…
Add table
Add a link
Reference in a new issue