Hans Jakob Damsgaard
Hans Jakob Damsgaard
From what I can tell by the releases of ChiselTest, there is technically support for Chisel 6: https://github.com/ucb-bar/chiseltest/releases/tag/v6.0.0 In any case, I suspect that a rebuild of ChiselVerify into the...
Having been over the code quite thoroughly now, I believe this issue stems from calling `scala.util.Random` directly without a seed instead of instantiating and initializing one for subsequent use. As...
Why was this closed? The issue still persists and it doesn't look great to keep having random red crosses in PRs and on the main branch.
I see. As you mention, I am indeed using Verilator for my larger tests, but I typically get memory warnings near the end of long tests if I don't manually...
Thanks for raising this question. I honestly don't feel qualified to say much here, though, since I haven't been following the development of Chisel and CIRCT as closely for the...
I agree that upgrading to the most recent version of Chisel should be in our main interests, but I can't tell how difficult this might be to do. Indeed, the...