Skip to content

Commit

Permalink
Do not sync before b_transport
Browse files Browse the repository at this point in the history
  • Loading branch information
janweinstock committed May 14, 2019
1 parent 5deadfe commit e26c855
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vcml/master_socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ namespace vcml {
sc_time t2 = sc_time_stamp();
VCML_ERROR_ON(t1 != t2, "time advanced during debug call");
} else {
if (is_sync(flags))
m_host->sync();
(*this)->b_transport(tx, m_host->offset());
if (is_sync(flags))
m_host->sync();
Expand Down

0 comments on commit e26c855

Please sign in to comment.