CIRCT 23.0.0git
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
esiaccel.bsp.common.ESI_Manifest_ROM Class Reference
Inheritance diagram for esiaccel.bsp.common.ESI_Manifest_ROM:
Inheritance graph
[legend]
Collaboration diagram for esiaccel.bsp.common.ESI_Manifest_ROM:
Collaboration graph
[legend]

Static Public Attributes

str module_name = "__ESI_Manifest_ROM"
 
 clk = Clock()
 
 address = Input(Bits(29))
 
 data = Output(Bits(64))
 

Detailed Description

Module which will be created later by CIRCT which will contain the
compressed manifest.

Definition at line 29 of file common.py.

Member Data Documentation

◆ address

esiaccel.bsp.common.ESI_Manifest_ROM.address = Input(Bits(29))
static

Definition at line 36 of file common.py.

◆ clk

esiaccel.bsp.common.ESI_Manifest_ROM.clk = Clock()
static

Definition at line 35 of file common.py.

Referenced by esiaccel.bsp.common.ESI_Manifest_ROM_Wrapper.build().

◆ data

esiaccel.bsp.common.ESI_Manifest_ROM.data = Output(Bits(64))
static

Definition at line 38 of file common.py.

◆ module_name

str esiaccel.bsp.common.ESI_Manifest_ROM.module_name = "__ESI_Manifest_ROM"
static

Definition at line 33 of file common.py.


The documentation for this class was generated from the following file: