LINK_GEN_MOVE_RODATA_TO_DMEM is defined in examples/cuda/riscv.mk, but some testbenches have source codes located in bsg_manycore/software/spmd, and they are utilizing bsg_manycore's compilation flow. Need to pass the LINK_GEN_MOVE_RODATA_TO_DMEM flag to the bsg_manycore compilation flow.
Applicable files:
examples/cuda/test_loader/Makefile
examples/cuda/test_loader_pod/Makefile
examples/specint/rules.mk
examples/spmd/test_bsg_dram_loopback_cache/Makefile
examples/spmd/test_bsg_loader_suite/Makefile
examples/spmd/test_bsg_scalar_print/Makefile
examples/spmd/test_saif/Makefile
examples/spmd/test_symbol_to_eva/Makefile
examples/spmd/loader.mk
LINK_GEN_MOVE_RODATA_TO_DMEM is defined in examples/cuda/riscv.mk, but some testbenches have source codes located in bsg_manycore/software/spmd, and they are utilizing bsg_manycore's compilation flow. Need to pass the
LINK_GEN_MOVE_RODATA_TO_DMEMflag to the bsg_manycore compilation flow.Applicable files: