An open API service indexing awesome lists of open source software.

https://github.com/ucb-bar/mada

Agile FPGA SoC design with Chisel and Mill.
https://github.com/ucb-bar/mada

chisel fpga millbuild

Last synced: about 2 months ago
JSON representation

Agile FPGA SoC design with Chisel and Mill.

Awesome Lists containing this project

README

          

# MaDa

## Getting Started

This project uses Mill as the Scala build tool. A ready-to-run script is provided as `/toolchains/mill`. To invoke mill directly, do

```bash
./toolchains/mill
```

The directory structure is organized in standalone packages. When running build flow, both the package name and the config name need to be provided:

```bash
make verilog PACKAGE=delta-soc MODULE=delta.MlpPolicyRunner
```

## Build Bitstream

```bash
make bitstream CONFIG=ExampleArty100TShell
```

## TODOs

- [ ] Better way of doing clock domain
- [ ] Fix Chipyard IP