Bump fpga-shells

This commit is contained in:
Jerry Zhao
2023-10-24 18:24:44 -07:00
parent a4be708771
commit b4d4e54f9c
9 changed files with 16 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ import chipyard.{BuildSystem}
// don't use FPGAShell's DesignKey
class WithNoDesignKey extends Config((site, here, up) => {
case DesignKey => (p: Parameters) => new SimpleLazyModule()(p)
case DesignKey => (p: Parameters) => new SimpleLazyRawModule()(p)
})
class WithArty100TTweaks extends Config(