Unverified Commit 8283ec16 authored by Jiuyang Liu's avatar Jiuyang Liu Committed by GitHub
Browse files

rewrite mill build scripts for chisel5 (#3045)



This PR cleaned up the old build script, split it to common.sc and
builds.sc two files. common.sc is used for declare the dependencies and
project structual for each modules, which can be reused by other
projects for building from source. build.sc is used for build project in
tree.
This commit makes chisel3[2.13.10] able to compile.

Also switch from Mill's BuildInfo to our own

---------

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 4b891ecf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment