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

Generator Bootcamp Material: Learn Chisel the Right Way

Results 58 chisel-bootcamp issues
Sort by recently updated
recently updated
newest added

local install follow [the Local Installation using Docker - Linux/Mac/Windows](https://github.com/freechipsproject/chisel-bootcamp/blob/master/Install.md) java -version : ![image](https://user-images.githubusercontent.com/37606036/108591688-ed6b6000-73a4-11eb-9c93-e5140dd56a1c.png) ![image](https://user-images.githubusercontent.com/37606036/108591738-30c5ce80-73a5-11eb-97f8-4220cf031cc4.png) how to slove this problem : ammonite.util.CompilationError: Failed to resolve ivy dependencies:/coursier_cache/.structure.lock (Permission denied)? ![image](https://user-images.githubusercontent.com/37606036/108591569-60280b80-73a4-11eb-9b58-1da6b8e80980.png)...

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