Skip to content

Commit

Permalink
[nix] add --timescale option to verilator
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Oct 10, 2024
1 parent 1c21e5f commit 33b6ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/t1/conversion/sv-to-verilator-emulator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ rec {
"--cc"
"--main"
"--exe"
"--timescale"
"1ns/1ps"
"--timing"
"--threads"
(toString verilatorThreads)
Expand Down

0 comments on commit 33b6ba1

Please sign in to comment.