Update doc source references

This commit is contained in:
Jerry Zhao
2023-02-11 13:00:57 -08:00
parent 1ee45b55da
commit b92928090d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ This example instantiates a top-level module with include GPIO ports, and then t
Finally, you add the relevant config fragment to the SoC config. For example:
.. literalinclude:: ../../generators/chipyard/src/main/scala/config/RocketConfigs.scala
.. literalinclude:: ../../generators/chipyard/src/main/scala/config/PeripheralDeviceConfigs.scala
:language: scala
:start-after: DOC include start: GPIORocketConfig
:end-before: DOC include end: GPIORocketConfig