Skip to content

Commit

Permalink
point to bootrom copied into build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhou1318 committed Jul 20, 2022
1 parent 19eb9f4 commit 26304b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dromajo/dromajo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26304b2

Please sign in to comment.