Go to file
LinJiawei c8f20742a9 Remove NoopNode 2021-10-27 19:25:56 +08:00
.github/workflows An initial version of HuanCun (#11) 2021-07-14 12:56:21 +08:00
rocket-chip@bfe806da82 update rocketchip 2021-08-21 21:21:07 +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 Remove NoopNode 2021-10-27 19:25:56 +08:00
.gitignore Added basic test 2021-05-04 12:39:40 +08:00
.gitmodules Revert "submodule: use https url instead of ssh" 2021-10-08 22:28:55 +08:00
.mill-version Initial commit 2021-05-03 20:16:46 +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 Add test-top 2021-10-25 14:41:50 +08:00
README.md Create README.md 2021-05-03 21:12:41 +08:00
build.sc misc: fix version of chiseltest 2021-10-10 20:22:26 +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