# chisel-playground **Repository Path**: xiwenx/chisel-playground ## Basic Information - **Project Name**: chisel-playground - **Description**: chisel-playground - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-04 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Getting Started First, install mill by referring to the documentation [here](https://com-lihaoyi.github.io/mill). To run all tests in this design (recommended for test-driven development): ```bash make test ``` To generate Verilog: ```bash make verilog ```