|
Kactus2
Kactus2 reference guide
|
#include <InterconnectGenerator.h>
Public Attributes | |
| std::string | mode |
| Mode of the interface. | |
| std::string | name |
| Name of the bus interface. | |
| QString | range |
| Optional address range. | |
| QString | start |
| Optional start address. | |
Struct representing bus interface information used for generation.
Definition at line 47 of file InterconnectGenerator.h.
| std::string InterconnectGeneration::BusInterfaceInfo::mode |
Mode of the interface.
Definition at line 50 of file InterconnectGenerator.h.
| std::string InterconnectGeneration::BusInterfaceInfo::name |
Name of the bus interface.
Definition at line 49 of file InterconnectGenerator.h.
| QString InterconnectGeneration::BusInterfaceInfo::range |
Optional address range.
Definition at line 52 of file InterconnectGenerator.h.
| QString InterconnectGeneration::BusInterfaceInfo::start |
Optional start address.
Definition at line 51 of file InterconnectGenerator.h.