change log level

This commit is contained in:
mariusmonton 2019-01-22 12:47:54 +01:00
parent 098aebc15d
commit d83a15eec5
1 changed files with 1 additions and 1 deletions

View File

@ -2152,7 +2152,7 @@ void Execute::RaiseException(uint32_t cause, uint32_t inst) {
regs->setPC( new_pc); regs->setPC( new_pc);
log->SC_log(Log::INFO) << "Exception! new PC 0x" << hex << new_pc << endl; log->SC_log(Log::ERROR) << "Exception! new PC 0x" << hex << new_pc << endl;
regs->dump(); regs->dump();
cout << "Simulation time " << sc_time_stamp() << endl; cout << "Simulation time " << sc_time_stamp() << endl;