chisel-bootcamp
chisel-bootcamp copied to clipboard
Generator Bootcamp Material: Learn Chisel the Right Way
local install follow [the Local Installation using Docker - Linux/Mac/Windows](https://github.com/freechipsproject/chisel-bootcamp/blob/master/Install.md) java -version :   how to slove this problem : ammonite.util.CompilationError: Failed to resolve ivy dependencies:/coursier_cache/.structure.lock (Permission denied)? ...
I clone the repo and install like readme. In Ubuntu system but I got error running cell 2.1 cmd0.sc:2: object ops is not a member of package ammonite val res0_1...
when i run code "visualize(() => new MovingAverage3(8))" in "0_demo.ipynb",i got a error that "dot" isn't exist. And then i installed graphviz 2.47.0 win64 for win10.I run this command again,and...
0_demo.ipynb // same 3-point moving average filter as before visualize(() => new FirFilter(8, Seq(1.U, 1.U, 1.U))) [info] [0.000] Elaborating design... [info] [0.071] Done elaborating. Total FIRRTL Compile Time: 159.2 ms...
Updated the dockerfile in order to use JupyterLab, as the Binder does.
import dsptools.tester.MemMasterModel import freechips.rocketchip.amba.axi4 abstract class FIRBlockTester[D, U, EO, EI, B new AXI4FIRBlockTester(lm) } here is the error: cmd8.sc:5: not found: type PeekPokeTester abstract class FIRBlockTester[D, U, EO, EI, B...
Write a "How to contribute" section to the README Should include - How to clear output cells in notebooks prior to committing changes - New material and changes should be...
Add `chown -R bootcamp:bootcamp /coursier_cach` to fix problem mentioned in #140 I have tested in my repo.
This does not compile right now. Not clear if it is current with scala/java Gets java null pointer exception