pyEDAA.IPXACT.Component

Classes


Classes

class pyEDAA.IPXACT.Component.Component(vlnv, description)[source]

Represents an IP-XACT components.

Inheritance

Inheritance diagram of Component

__init__(vlnv, description)[source]

Initializes the RootElement with an VLNV field for all derives classes.

Parameters:

vlnv – VLNV unique identifier.

ToXml()[source]

Converts the object’s data into XML format.

Return type:

str

_vlnv: Vlnv

VLNV unique identifier.

class pyEDAA.IPXACT.Component.BusInterface[source]

Represents an IP-XACT bus interface.

Inheritance

Inheritance diagram of BusInterface

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.IndirectInterface[source]

Represents an IP-XACT indirect interface.

Inheritance

Inheritance diagram of IndirectInterface

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.Channel[source]

Represents an IP-XACT channel.

Inheritance

Inheritance diagram of Channel

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.RemapState[source]

Represents an IP-XACT remap state.

Inheritance

Inheritance diagram of RemapState

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.AddressSpace[source]

Represents an IP-XACT address space.

Inheritance

Inheritance diagram of AddressSpace

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.MemoryMap[source]

Represents an IP-XACT memory map.

Inheritance

Inheritance diagram of MemoryMap

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.Model[source]

Represents an IP-XACT model.

Inheritance

Inheritance diagram of Model

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.ComponentGenerator[source]

Represents an IP-XACT component generator.

Inheritance

Inheritance diagram of ComponentGenerator

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.Choice[source]

Represents an IP-XACT choice.

Inheritance

Inheritance diagram of Choice

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.FileSet[source]

Represents an IP-XACT fileset.

Inheritance

Inheritance diagram of FileSet

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.WhiteboxElement[source]

Represents an IP-XACT whitebos element.

Inheritance

Inheritance diagram of WhiteboxElement

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.Cpu[source]

Represents an IP-XACT cpu.

Inheritance

Inheritance diagram of Cpu

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.OtherClockDriver[source]

Represents an IP-XACT other clock driver.

Inheritance

Inheritance diagram of OtherClockDriver

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.ResetType[source]

Represents an IP-XACT reset type.

Inheritance

Inheritance diagram of ResetType

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.Parameter[source]

Represents an IP-XACT parameter.

Inheritance

Inheritance diagram of Parameter

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.

class pyEDAA.IPXACT.Component.Assertion[source]

Represents an IP-XACT assertion.

Inheritance

Inheritance diagram of Assertion

__init__()[source]
Return type:

None

ToXml(indent=0)[source]

Converts the object’s data into XML format.