2024-03-01 10:43:34 +01:00
|
|
|
|
|
|
|
|
OBJS += techlibs/nanoxplore/synth_nanoxplore.o
|
2024-03-18 13:27:33 +01:00
|
|
|
OBJS += techlibs/nanoxplore/nx_carry.o
|
2024-03-01 10:43:34 +01:00
|
|
|
|
|
|
|
|
# Techmap
|
2024-03-01 11:10:52 +01:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/arith_map.v))
|
2024-03-13 18:19:41 +01: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 12:07:20 +01:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_bb.v))
|
2024-03-11 13:03:20 +01: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 10:43:34 +01: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 11:15:56 +02: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 11:09:02 +01:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/cells_wrap.v))
|
2024-03-11 13:03:20 +01: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 13:52:11 +01:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/io_map.v))
|
2024-04-19 18:09:47 +02:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/latches_map.v))
|
2024-05-17 09:28:07 +02:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_init.vh))
|
2024-03-14 08:40:14 +01: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 18:19:41 +01:00
|
|
|
$(eval $(call add_share_file,share/nanoxplore,techlibs/nanoxplore/rf_rams_u.txt))
|
2024-03-14 08:40:14 +01: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))
|