Skip to content

Commit

Permalink
Zbk: add the Zbk implementation for RV64
Browse files Browse the repository at this point in the history
  • Loading branch information
phthinh committed Nov 2, 2021
1 parent 21136b8 commit 54a6cdd
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 64 deletions.
1 change: 1 addition & 0 deletions src/main/scala/system/ZbkConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class RocketWithZbkConf32 extends Config(
class RocketWithZbkConf64 extends Config(
new WithZBK ++
new WithNBigCores(1) ++
new WithCoherentBusTopology ++
new BaseConfig)


Expand Down
Loading

0 comments on commit 54a6cdd

Please sign in to comment.