Skip to content

Commit

Permalink
Merge pull request #384 from UebelAndre/verilator
Browse files Browse the repository at this point in the history
Flip `@rules_hdl//verilator/settings:avoid_nondeterministic_outputs`
  • Loading branch information
QuantamHD authored Feb 27, 2025
2 parents 74ab54c + 58a268f commit d5c263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilator/settings/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package(default_visibility = ["//visibility:public"])
# file.
bool_flag(
name = "avoid_nondeterministic_outputs",
build_setting_default = False,
build_setting_default = True,
)

0 comments on commit d5c263c

Please sign in to comment.