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

chisel tutorial exercises and answers

Results 40 chisel-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

I imported the chisel-tutorial into IntelliJ and it recognized the sbt project. Inside the sbt console I can successfully run the builds and tests, but when I try to use...

I want to write a testcase for matrix mul, the inputs of it is a big matrix written in a text file. How should i read this file into the...

IMO, a consistent coding style, including naming convention, is important for good code. While starting my own Chisel project some time ago, I faced some port mismatch issues, and found...

could someone help me to solve the error ? thanks first. I don't like sbt very much, and try to transform *.scala to *.v as below: 1. download 'chisel3_2.12-3.1.6.jar' from...

```scala // See LICENSE.txt for license details. package solutions import chisel3._ // Problem: // // 'out' should be the sum of 'in0' and 'in1' // Adder width should be parametrized...

Hi all, I get the following error when generating Verilog with the command `./run-examples GCD --backend-name verilator` ``` /home/beatsnbytes/Documents/Git_Projects/to_experiment/lowrisc/verilator/include/verilated.cpp: In function ‘void vl_hash(bool, std::string)’: /home/beatsnbytes/Documents/Git_Projects/to_experiment/lowrisc/verilator/include/verilated.cpp:1149:37: error: no matching function for...

at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:158) at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:237) at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:68) at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:1429) at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:1403) at scala.Function1.$anonfun$compose$1(Function1.scala:44) at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:39) at sbt.std.Transform$$anon$4.work(System.scala:66) at sbt.Execute.$anonfun$submit$2(Execute.scala:262) at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:16) at sbt.Execute.work(Execute.scala:271) at sbt.Execute.$anonfun$submit$1(Execute.scala:262) at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:174) at sbt.CompletionService$$anon$2.call(CompletionService.scala:36) at java.base/java.util.concurrent.FutureTask.run(Unknown...

**verilated.o: In function `VL_FINISH_MT(char const*, int, char const*)': verilated.cpp:(.text+0x7): undefined reference to `vl_finish(char const*, int, char const*)' collect2: error: ld returned 1 exit status VGCD.mk:64: recipe for target 'VGCD' failed...