updates SCC and quantum keeper testcase
This commit is contained in:
@@ -45,9 +45,7 @@ private:
|
||||
SCCDEBUG(SCMOD) << "initiating b_transport at local time " << quantum_keeper.get_local_absolute_time();
|
||||
quantum_keeper.execute_on_sysc([this, &gp, &t]() {
|
||||
SCCDEBUG(SCMOD) << "executing b_transport";
|
||||
auto t0 = sc_core::sc_time_stamp();
|
||||
this->isckt->b_transport(gp, t);
|
||||
return t0 - sc_core::sc_time_stamp();
|
||||
});
|
||||
if(t.value()) {
|
||||
SCCDEBUG(SCMOD) << "incrementing local time by b_transport delay of " << t;
|
||||
|
||||
Reference in New Issue
Block a user