sets reset start time to 0
This commit is contained in:
@@ -500,6 +500,7 @@ void core_complex::local_irq_cb() {
|
||||
void core_complex::run() {
|
||||
wait(SC_ZERO_TIME); // separate from elaboration phase
|
||||
do {
|
||||
wait(SC_ZERO_TIME);
|
||||
if (rst_i.read()) {
|
||||
cpu->reset(GET_PROP_VALUE(reset_address));
|
||||
wait(rst_i.negedge_event());
|
||||
|
Reference in New Issue
Block a user