chisel-tutorial icon indicating copy to clipboard operation
chisel-tutorial copied to clipboard

chisel tutorial exercises and answers

Results 35 chisel-tutorial issues
Sort by recently updated
recently updated
newest added

To use `Cat(x,y)` and `Fill(x,y)` one need to `import chisel3.utils._` besides `import chisel3._` It's demonstrated in examples so it's not critical issue but I believe it should be stated in...

Hello, I discovered chisel and its ecosystem (rocketchip, chipyard etc.) recently and I'm playing around with the various tutorials I found. This is the error i get: ``` (base) xxx@ubuntu:~/chisel-tutorial$...

Here is the code instruction I usually use for testing... ========================CODE======================= import chisel3.iotester.{Driver,PeekPokeTester} class {module name}Tester (dut :...) extends PeekPokeTester(dut){ ... } object {module name}Tester extend App{ Driver.execute(args,()=>new {module name}()){...

… were just representing shell prompts I changed them to > Also fixed the stale links in readme

enhancement

``` $ make -j4 run cd /path/rocket/rocket-chip && java -Xmx2G -Xss8M -jar /path/rocket/rocket-chip/sbt-launch.jar -Dsbt.sourcemode=true -Dsbt.workspace=$PWD assembly [info] welcome to sbt 1.3.13 (Ubuntu Java 11.0.9.1) [info] loading settings for project rocket-chip-build...

Hello! ## I really hope to study CHISEL. But it's too hard to me.... Today i tried to this tutorial. and i couldn't pass at ``` sbt:chisel-tutorial>test:runMain problems.Launchar Mux4 ```...

The current release version contains a bug that causes a failure in the Risc example test harness The problem is related to the Memory handler in Treadle's handling of memory...

bug

I observed that the xorR operator is broken when used within this tutorial which I think is due to an old FIRRTL backend as described in: https://github.com/freechipsproject/treadle/issues/78 Now I tried...