From 8e39fe1fa1d8ae69e8b6be850220ac0c8472c15b Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Wed, 14 Jun 2023 18:37:37 -0700 Subject: [PATCH] [ci skip] Fix broken docs link --- .../src/main/scala/config/fragments/PeripheralFragments.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generators/chipyard/src/main/scala/config/fragments/PeripheralFragments.scala b/generators/chipyard/src/main/scala/config/fragments/PeripheralFragments.scala index 290e3dfe09..09636c49e6 100644 --- a/generators/chipyard/src/main/scala/config/fragments/PeripheralFragments.scala +++ b/generators/chipyard/src/main/scala/config/fragments/PeripheralFragments.scala @@ -39,6 +39,7 @@ class WithBootROM(address: BigInt = 0x10000, size: Int = 0x10000, hang: BigInt = )) }) +// DOC include start: gpio config fragment /** * Config fragment for adding a GPIO peripheral device to the SoC * @@ -49,6 +50,7 @@ class WithGPIO(address: BigInt = 0x10010000, width: Int = 4) extends Config ((si case PeripheryGPIOKey => up(PeripheryGPIOKey) ++ Seq( GPIOParams(address = address, width = width, includeIOF = false)) }) +// DOC include end: gpio config fragment /** * Config fragment for removing all UART peripheral devices from the SoC