Ben Keller
Ben Keller
When you use 'peek' and the like in the Tester class, the outputs are in hexadecimal. It would be great if you could optionally have Chisel emit them in decimal,...
https://chisel.eecs.berkeley.edu/2.2.0/getting-started.html Images and some symbols are not appearing for me. Tested this on multiple browsers in OS X.
Instance names generated by Vecs tend to look like this: ``` scala instance instance_1 instance_2 ... ``` From a scripting standpoint, it would be great if they could instead look...
Let's say I have a piece of Verilog IP described thusly: ``` verilog module my_ip( input my_input, output my_output ); // Analog or otherwise non-Chisel-y functionality; port names can't be...
There is lots of useful stuff in ChiselUtil, but it's really easy to not know that this exists, much less how to use it. This useful library of modules should...
It would be helpful if the README indicated not just which packages are required as dependencies, but what minimum version of each dependency is required to successfully build the tools....
**Type of issue**: other enhancement **Impact**: unknown **Development Phase**: request **Other information** I would like to propose that the Rocket Chip codebase and related repositories move away from "master" and...