applies clang-format and updates SystemC HTIF implementation

This commit is contained in:
2025-03-06 12:10:12 +01:00
parent 03cbd305c6
commit 383d762abc
7 changed files with 61 additions and 39 deletions

View File

@ -387,7 +387,7 @@ template <unsigned int BUSWIDTH> void core_complex<BUSWIDTH>::run() {
quantum_keeper.reset();
cpu->set_interrupt_execution(false);
cpu->start(dump_ir);
} while(cpu->get_interrupt_execution());
} while(!cpu->get_interrupt_execution());
sc_stop();
}