3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 20:21:25 +00:00

Add NX_CY

This commit is contained in:
Lofty 2024-03-01 11:10:52 +01:00 committed by Miodrag Milanovic
parent b4e9bb0d85
commit b3f59c9820
4 changed files with 88 additions and 0 deletions

View file

@ -2,5 +2,6 @@
OBJS += techlibs/nanoxplore/synth_nanoxplore.o
# Techmap
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/arith_map.v))
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_map.v))
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_sim.v))