Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1013 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 1013 Bytes

Chisel workbench

This is a chisel workbench designed for someone who like docker containers and vscode dev container plugin.

Usage

# Build docker image for chisel dev:
make image
# Create & Run the image as a container
make container
# Test chisel design
make test
# Build verilog design from chisel
make build

Then you can use vscode dev container plugin to connect this container. Happy coding (for chip)

Useful Links

  1. Chisel project template
  2. Chisel Bootcamp
  3. ChiselTest
  4. Chisel Cheatsheet
  5. Chisel API Docs