cores/icap: Fix/Update comment.

This commit is contained in:
Florent Kermarrec 2021-10-04 11:37:40 +02:00
parent cb6861e1c8
commit 6b3b243bb3
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ from litex.soc.interconnect import stream
class ICAP(Module, AutoCSR):
"""ICAP
Allow sending commands to ICAPE2 of Xilinx 7-Series FPGAs, the bistream can for example be
reloaded from SPI Flash by writing 0x00000000 at address @0x4.
Allow sending commands to ICAPE2 of Xilinx 7-Series FPGAs.
A warm boot can for example be triggered by writing IPROG CMD (0xf) to CMD register (0b100).
"""
def __init__(self, with_csr=True, simulation=False):
self.addr = Signal(5)