Kamyar Mohajerani
Kamyar Mohajerani
Hi @tgingold, Thanks for looking into it. > I can reproduce the issue, but it is due to 'mem', which is only written. Do you have a more complete reproducer...
I can confirm that chisel under Cygwin works fine. I have also used IntelliJ IDEA in the Cygwin setup. You just need to run it from the Cygwin shell to...
You can easily do that: ``` val mods = for (i chiselMain(args, ()=> mod ) ) ``` or maybe generate modules on the go: ``` (2 to 10).foreach( i =>...
Any updates on this? The warnings can be quite annoying.
I’ve been facing the sane issue and came up with the following workaround: https://github.com/ucb-bar/chiseltest/pull/552 Implicit/automatic handling of zero-width data would definitely look cleaner, but I don’t know of a clean...
CI failures seem to be completely unrelated. (One is probably a bug in Verilator caching?)
Any updates on this? `cocotb` does not work with Verilator since 4.108 :(
@ktbarrett I can confirm that the suggested fix works!
> https://get-coursier.io/docs/cli-installation does currently recommend `brew install coursier/formulas/coursier` rather than the shorter `brew install coursier`, but it isn't clear to me why there would be a difference. They are two...
It's way better than the shell version in all possible ways! Would you care to publish it as a repo?