Skip to content

Commit 8f36194

Browse files
committed
Minor fix for the fpga flow.
1 parent 54b167a commit 8f36194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sw/deps/cva6-sdk

Submodule cva6-sdk updated 1 file

sw/sw.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $(foreach link,$(patsubst $(CHS_SW_LD_DIR)/%.ld,%,$(wildcard $(CHS_SW_LD_DIR)/*.
137137
$(CHS_SW_OBJCOPY) -I binary -O verilog $< $@
138138

139139
# Images from CVA6 SDK (built externally)
140-
CHS_CVA6_SDK_IMGS ?= $(addprefix $(CHS_SW_DIR)/deps/c910-sdk/cva6-sdk/install64/,fw_payload.bin uImage)
140+
CHS_CVA6_SDK_IMGS ?= $(addprefix $(CHS_SW_DIR)/deps/cva6-sdk/install64/,fw_payload.bin uImage)
141141

142142
# linux-%.gpt.bin do not provide meaningfull error
143143
$(CHS_CVA6_SDK_IMGS):

0 commit comments

Comments
 (0)