In Chisel3, how to add `mark_debug = "true"` attribute to an internal signal in the output...
Read MoreHow to generate Verilog rather than SystemVerilog from Chisel?...
Read MoreIs it good thing to use `reduce(_ ## _) ` for IndexedSeq to UInt conversion in Chisel?...
Read MoreHow to propagate a value from a Module upwards...
Read MoreIn FPGA, why counter with full adder raw implementation have better clock performance than infered a...
Read MoreHow to parametrized vector of registers in chisel...
Read MoreUsing Chisel Submodule within another Module: Cannot assign variables to the io input...
Read MoreExamples in Chisel that make use of MuxCase...
Read Moresbt test does not work and all the tests fail...
Read MoreHow to export TileLink node to LazyModule's output and generate respective verilog file...
Read MoreRocket Chip - Access Exception on Page Table Walk...
Read MoreUsing subrepo for Chisel project errs...
Read MoreChisel : When-otherwise clause not working in function definition...
Read MoreSerializer in Chisel: Register printf dont seem to make sense...
Read MoreHow is data width determined for load/store instructions in Rocket Core?...
Read MoreImplementing a diplomatic AXI Stream interface in Chisel - BundleMap.cloneType error...
Read MoreExposing Simulation-only behavior in Chisel3...
Read MoreIs there a simple example of how to generate verilog from Chisel3 module?...
Read MoreCan Record class be used to create RegInit?...
Read Moreusing rocket chip(a library of chisel) to generate a axi4crossbar in verilog language...
Read MoreProviding a simulation model for a chisel blackbox...
Read MoreScala syntax question in Rocket-chip config.scala...
Read MoreIs Chisel Counter more than 32 bits possible?...
Read MoreUnable to get the RoCC accelerator built with the default Accumulator example for zed board...
Read MoreHow to use the empty signal of the Queue?...
Read MoreWhere does dut in Chisel Test get defined? (About Scala syntax)...
Read MoreInitializing IO with a bundle in Chisel 3.5...
Read More