mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 20:38:44 +00:00
8 lines
299 B
Makefile
8 lines
299 B
Makefile
|
|
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))
|