|
CIRCT 23.0.0git
|


Public Member Functions | |
| build (ports) | |
Static Public Attributes | |
| clk = Clock() | |
| rst = Reset() | |
| write_address = InputChannel(Bits(AxiMMIOAddrWidth)) | |
| write_data = InputChannel(Bits(32)) | |
| cmd = OutputChannel(MMIOIntermediateCmd) | |
| write_resp = OutputChannel(Bits(2)) | |
MMIO AXI Lite writes on XRT are 32 bits, but the MMIO service expects 64. Furthermore, there are two separate channels for writes: address and data. All four transactions must take place before an ESI MMIO write is considered complete.
|
static |
Definition at line 51 of file xrt.py.
Referenced by esiaccel.bsp.common.ESI_Manifest_ROM_Wrapper.build().
|
static |
|
static |
|
static |
|
static |