Skip to content

Commit

Permalink
Fixed early termination in dlrm design
Browse files Browse the repository at this point in the history
  • Loading branch information
abnashkb committed Oct 29, 2024
1 parent eaede59 commit 9f02da5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,6 @@ void custom_feature_interaction::Tick() {
_ofifo_full[ch_id].write(_output_fifos[ch_id].size() >= _fifos_depth - 2);
}
received_responses.write(_num_received_responses);

if (non_empty_output_fifo && got_all_mem_responses) {
radsim_design->set_rad_done();
}

wait();
}
}
Expand Down

0 comments on commit 9f02da5

Please sign in to comment.