Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nix] add --timescale option to verilator
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
Avimitin committed Oct 10, 2024

Verified

This commit was signed with the committer’s verified signature.
Avimitin Jiongjia Lu
1 parent 4b9a6b0 commit d2e96f8
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
@@ -30,6 +30,8 @@ rec {
"--cc"
"--main"
"--exe"
"--timescale"
"1ns/1ps"
"--timing"
"--threads"
(toString verilatorThreads)

0 comments on commit d2e96f8

Please sign in to comment.