Update reference to DigitalTop in doc

This commit is contained in:
Paul Rigge
2020-05-25 14:22:39 -07:00
parent 77a624f488
commit c4d791d323

View File

@@ -83,8 +83,8 @@ Once again following the path of the previous MMIO example, we now want to mix o
.. literalinclude:: ../../generators/chipyard/src/main/scala/DigitalTop.scala
:language: scala
:start-after: DOC include start: Top
:end-before: DOC include end: Top
:start-after: DOC include start: DigitalTop
:end-before: DOC include end: DigitalTop
Finally, we create the configuration class in ``generators/chipyard/src/main/scala/config/RocketConfigs.scala`` that uses the ``WithFIR`` mixin defined in ``generators/chipyard/src/main/scala/example/dsptools/GenericFIR.scala``.