Fix HasChipyardPRCI typos
This commit is contained in:
@@ -29,8 +29,8 @@ case class ChipyardPRCIControlParams(
|
|||||||
|
|
||||||
case object ChipyardPRCIControlKey extends Field[ChipyardPRCIControlParams](ChipyardPRCIControlParams())
|
case object ChipyardPRCIControlKey extends Field[ChipyardPRCIControlParams](ChipyardPRCIControlParams())
|
||||||
|
|
||||||
trait HasChipyardPRCI { this: BaseSubsystem with InstantiatesHierarchicalElementss =>
|
trait HasChipyardPRCI { this: BaseSubsystem with InstantiatesHierarchicalElements =>
|
||||||
require(!p(SubsystemDriveDriveClockGroupsFromIO), "Subsystem allClockGroups cannot be driven from implicit clocks")
|
require(!p(SubsystemDriveClockGroupsFromIO), "Subsystem allClockGroups cannot be driven from implicit clocks")
|
||||||
|
|
||||||
val prciParams = p(ChipyardPRCIControlKey)
|
val prciParams = p(ChipyardPRCIControlKey)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user