Go to file
Jiawei Lin 5e4f5c01a6
Merge pull request #95 from huanglingfeng/chisel-db-fixed
fix ChiselDB core dumped bug
2022-08-12 12:43:03 +08:00
.github/workflows Turn on chisel3-plugin 2022-03-25 09:45:16 +08:00
rocket-chip@85f319c62f Bump rocketchip 2022-03-24 17:28:51 +08:00
scripts script: refine tl filter(no tip on tip & must have tip on trunk) 2021-09-08 17:49:13 +08:00
src fix ChiselDB core dumped bug 2022-08-11 17:21:01 +08:00
.gitignore gitignore: add build/ 2021-10-28 11:54:52 +08:00
.gitmodules misc: use https url for git submodule 2021-12-20 21:33:43 +08:00
.mill-version Turn on chisel3-plugin 2022-03-25 09:45:16 +08:00
.scalafmt.conf Add scalafmt check 2021-05-03 20:27:32 +08:00
LICENSE add Mulan PSL2 license (#15) 2021-07-31 09:31:12 +08:00
LICENSE.SiFive add Mulan PSL2 license (#15) 2021-07-31 09:31:12 +08:00
Makefile test: enable prefetch during tl-test 2022-01-11 13:45:19 +08:00
README.md Create README.md 2021-05-03 21:12:41 +08:00
build.sc misc: update build.sc 2022-07-11 19:19:24 +08:00

README.md

HuanCun

Build Status

Compile source code

make init
make compile

Pull request

Please run make checkformat and make reformat before commit