Ben Keller

Results 7 issues of 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,...

Feature Request

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.

Documentation

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...

Feature Request
Verilog backend

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...

Verilog backend
Documentation

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...

Documentation

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...