You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Resolution from chisel-dev 2/8: get rid of the blocking Region concept, replace it with a forking version to avoid the weirdness.
Also, maybe fork creates a ThreadBuilder object so we could have fork.withName("lol").onRegion(Monitor) { ... }
The text was updated successfully, but these errors were encountered:
dumpfile produces a vcd output.
The previous code wrote two streams into the same file.
(cherry picked from commit 4a93c95)
Co-authored-by: Wesley W. Terpstra <wesley@sifive.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Resolution from chisel-dev 2/8: get rid of the blocking Region concept, replace it with a forking version to avoid the weirdness.
Also, maybe fork creates a ThreadBuilder object so we could have
fork.withName("lol").onRegion(Monitor) { ... }
The text was updated successfully, but these errors were encountered: