applies clang-format and updates SystemC HTIF implementation
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user