Go to file
wangkaifan 9d09f8c86f sinkA: set req.isPrefetch when opcode is Hint 2022-01-09 11:34:54 +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 sinkA: set req.isPrefetch when opcode is Hint 2022-01-09 11:34:54 +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 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