Skip to content

Commit e187284

Browse files
committed
changes missing elf file to be an error condition
1 parent 0521018 commit e187284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sysc/core_complex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ template <unsigned int BUSWIDTH, typename QK> void core_complex<BUSWIDTH, QK>::s
307307
for(auto& s : file_names) {
308308
std::pair<uint64_t, bool> load_result = load_file(s);
309309
if(!std::get<1>(load_result)) {
310-
SCCWARN(SCMOD) << "Could not load FW file " << s;
310+
SCCERR(SCMOD) << "Could not load FW file " << s;
311311
} else {
312312
#ifndef CWR_SYSTEMC
313313
if(reset_address.is_default_value())

0 commit comments

Comments
 (0)