diff --git a/docs/Customization/Custom-Core.rst b/docs/Customization/Custom-Core.rst index d6a19f04..16d19f27 100644 --- a/docs/Customization/Custom-Core.rst +++ b/docs/Customization/Custom-Core.rst @@ -225,7 +225,7 @@ Connect Interrupt Chipyard allows a tile to either receive interrupts from other devices or initiate interrupts to notify other cores/devices. In the tile that inherited ``SinksExternalInterrupts``, one can create a ``TileInterrupts`` object (a Chisel bundle) and call ``decodeCoreInterrupts`` with the object as the argument. Note that you should call this function in the implementation -class since it returns a Chisel bundle used by RTL code. You can then read the interrupt bits from the object. +class since it returns a Chisel bundle used by RTL code. You can then read the interrupt bits from the resulting object. The definition of ``TileInterrupts`` is .. code-block:: scala