Merge remote-tracking branch 'origin/main' into caliptra-aes

This commit is contained in:
abejgonzalez
2023-11-05 16:43:04 -08:00
11 changed files with 2975 additions and 2368 deletions

View File

@@ -13,7 +13,7 @@ import freechips.rocketchip.util.UIntIsOneOf
// DOC include start: GCD params
case class GCDParams(
address: BigInt = 0x1000,
address: BigInt = 0x4000,
width: Int = 32,
useAXI4: Boolean = false,
useBlackBox: Boolean = true)