2024-03-01 03:43:34 -06:00
|
|
|
|
|
|
|
OBJS += techlibs/nanoxplore/synth_nanoxplore.o
|
2024-03-18 07:27:33 -05:00
|
|
|
OBJS += techlibs/nanoxplore/nx_carry.o
|
2024-03-01 03:43:34 -06:00
|
|
|
|
|
|
|
# Techmap
|
2024-03-01 04:10:52 -06:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/arith_map.v))
|
2024-05-28 07:21:36 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/brams_init.vh))
|
2024-03-13 12:19:41 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/brams_map.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/brams.txt))
|
2024-03-01 05:07:20 -06:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_bb.v))
|
2024-03-11 07:03:20 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_bb_l.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_bb_m.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_bb_u.v))
|
2024-03-01 03:43:34 -06:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_map.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_sim.v))
|
2024-05-10 04:15:56 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_sim_l.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_sim_m.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_sim_u.v))
|
2024-03-13 05:09:02 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_wrap.v))
|
2024-03-11 07:03:20 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_wrap_l.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_wrap_m.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_wrap_u.v))
|
2024-03-01 06:52:11 -06:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/io_map.v))
|
2024-04-19 11:09:47 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/latches_map.v))
|
2024-05-17 02:28:07 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_init.vh))
|
2024-03-14 02:40:14 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_l.txt))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_m.txt))
|
2024-03-13 12:19:41 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_u.txt))
|
2024-03-14 02:40:14 -05:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_map_l.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_map_m.v))
|
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_map_u.v))
|