This is a chisel workbench designed for someone who like docker containers and vscode dev container plugin.
# 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)