3
0
Fork 0
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:
Lofty 2024-03-01 10:43:34 +01:00 committed by Miodrag Milanovic
parent ceba889641
commit 3b48e9df61
4 changed files with 278 additions and 0 deletions

View 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))