Resolve duplicate label

This commit is contained in:
Paul Rigge
2020-05-25 14:26:17 -07:00
parent c4d791d323
commit 1157c6f93d

View File

@@ -47,7 +47,7 @@ The first step in attaching the FIR filter as a MMIO peripheral is to create an
:start-after: DOC include start: GenericFIRBlock chisel
:end-before: DOC include end: GenericFIRBlock chisel
Connecting by TileLink
Connecting DspBlock by TileLink
----------------------
With these classes implemented, you can begin to construct the chain by extending ``GenericFIRBlock`` while using the ``TLDspBlock`` trait via mixin.