point to bootrom copied into build directory
This commit is contained in:
@@ -7,7 +7,7 @@ DROMAJO_LIB_NAME = dromajo_cosim
|
||||
DROMAJO_LIB = $(DROMAJO_DIR)/lib$(DROMAJO_LIB_NAME).a
|
||||
|
||||
# Dromajo assumes using the default bootrom
|
||||
DROMAJO_ROM = $(base_dir)/generators/testchipip/src/main/resources/testchipip/bootrom/bootrom.rv64.img
|
||||
DROMAJO_ROM = $(build_dir)/bootrom.rv64.img
|
||||
|
||||
DTS_FILE = $(build_dir)/$(long_name).dts
|
||||
DROMAJO_DTB = $(build_dir)/$(long_name).dtb
|
||||
|
||||
Reference in New Issue
Block a user