misc: update build.sc

This commit is contained in:
wangkaifan 2022-07-11 19:19:24 +08:00
parent 5b287ba318
commit 29d2584875
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ object rocketchip extends `rocket-chip`.common.CommonRocketChip {
def chisel3IvyDeps = if(chisel3Module.isEmpty) Agg(
common.getVersion("chisel3")
) else Agg.empty[Dep]
def chisel3PluginIvyDeps = Agg(common.getVersion("chisel3-plugin", cross=true))
}
def hardfloatModule = hardfloatRocket