orichal

Results 1 issues of orichal

**Hierarchy:** ---------- TOP --> TB --> DUT **DUT module:** ----------- sc_port< tlm_nonblocking_get_peek_if< bool > > status; ... if (status->nb_can_get()) { bool status_in; status->nb_get(status_in); } **TB module:** ---------- sc_port< tlm_nonblocking_put_if< bool...