Skip to content

Commit

Permalink
Bugfix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Raragyay committed Nov 5, 2023
1 parent 010f103 commit 498337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/common/test/verilator_lib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void Sim::main() {
} // namespace sim

// Verilator callback to get the current time.
double sc_time_stamp() { return sim::TIME * TIME_CYCLES_TO_TIMESTAMP; }
double sc_time_stamp() { return sim::TIME * sim::TIME_CYCLES_TO_TIMESTAMP; }

// DPI calls.
void tb_memory_read(long long addr, int len, const svOpenArrayHandle data) {
Expand Down

0 comments on commit 498337c

Please sign in to comment.