Skip to content

Commit

Permalink
Rework verilator testing (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 authored Jun 24, 2024
1 parent ab279d0 commit 269416e
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fn interpret_helper(
*env.get(name)
.unwrap_or_else(|| panic!("didn't find var {:?}", name))
.get(time)
.unwrap(),
.unwrap_or_else(|| panic!("no value at time {:?}", time)),
bw,
))
}
Expand Down
Loading

0 comments on commit 269416e

Please sign in to comment.