org.accellera.ipxact.v1685_2014 package
Submodules
org.accellera.ipxact.v1685_2014.abstraction_def_port_constraints_type module
- class org.accellera.ipxact.v1685_2014.abstraction_def_port_constraints_type.AbstractionDefPortConstraintsType(timing_constraint=<factory>, drive_constraint=<factory>, load_constraint=<factory>)
Bases:
object
Defines constraints that apply to a wire type port in an abstraction definition.
- Parameters:
timing_constraint (Iterable[TimingConstraint])
drive_constraint (Iterable[DriveConstraint])
load_constraint (Iterable[LoadConstraint])
- drive_constraint: Iterable[DriveConstraint]
- load_constraint: Iterable[LoadConstraint]
- timing_constraint: Iterable[TimingConstraint]
org.accellera.ipxact.v1685_2014.abstraction_definition module
- class org.accellera.ipxact.v1685_2014.abstraction_definition.AbstractionDefinition(vendor=None, library=None, name=None, version=None, bus_type=None, extends=None, ports=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Define the ports and other information of a particular abstraction of the bus.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
bus_type – Reference to the busDefinition that this abstractionDefinition implements.
extends – Optional name of abstraction type that this abstraction definition is compatible with. This abstraction definition may change the definitions of ports in the existing abstraction definition and add new ports, the ports in the original abstraction are not deleted but may be marked illegal to disallow their use. This abstraction definition may only extend another abstraction definition if the bus type of this abstraction definition extends the bus type of the extended abstraction definition
ports – This is a list of logical ports defined by the bus.
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
bus_type (LibraryRefType | None)
extends (LibraryRefType | None)
ports (Ports | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Ports(port: collections.abc.Iterable['AbstractionDefinition.Ports.Port'] = <factory>)
Bases:
object
- Parameters:
port (Iterable[Port])
- class Port(is_present=None, logical_name=None, display_name=None, description=None, wire=None, transactional=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
is_present
logical_name – The assigned name of this port in bus specifications.
display_name
description
wire – A port that carries logic or an array of logic values
transactional – A port that carries complex information modeled at a high level of abstraction.
vendor_extensions
id
- Parameters:
is_present (IsPresent | None)
logical_name (str | None)
display_name (DisplayName | None)
description (Description | None)
wire (Wire | None)
transactional (Transactional | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Transactional(qualifier=None, on_system=<factory>, on_master=None, on_slave=None)
Bases:
object
- Variables:
qualifier – The type of information this port carries A transactional port can carry both address and data information.
on_system – Defines constraints for this port when present in a system bus interface with a matching group name.
on_master – Defines constraints for this port when present in a master bus interface.
on_slave – Defines constraints for this port when present in a slave bus interface.
- Parameters:
- class OnMaster(presence=None, initiative=None, kind=None, bus_width=None, protocol=None)
Bases:
object
- Variables:
presence
initiative – If this element is present, the type of access is restricted to the specified value.
kind
bus_width – If this element is present, the width must match
protocol – If this element is present, the name must match
- Parameters:
presence (Presence | None)
initiative (OnMasterInitiative | None)
kind (Kind | None)
bus_width (UnsignedPositiveIntExpression | None)
protocol (Protocol | None)
- bus_width: UnsignedPositiveIntExpression | None
- initiative: OnMasterInitiative | None
- class OnSlave(presence=None, initiative=None, kind=None, bus_width=None, protocol=None)
Bases:
object
- Variables:
presence
initiative – If this element is present, the type of access is restricted to the specified value.
kind
bus_width – If this element is present, the width must match
protocol – If this element is present, the name must match
- Parameters:
presence (Presence | None)
initiative (OnSlaveInitiative | None)
kind (Kind | None)
bus_width (UnsignedPositiveIntExpression | None)
protocol (Protocol | None)
- bus_width: UnsignedPositiveIntExpression | None
- initiative: OnSlaveInitiative | None
- class OnSystem(group=None, presence=None, initiative=None, kind=None, bus_width=None, protocol=None, id=None)
Bases:
object
- Variables:
group – Used to group system ports into different groups within a common bus.
presence
initiative – If this element is present, the type of access is restricted to the specified value.
kind
bus_width – If this element is present, the width must match
protocol – If this element is present, the name must match
id
- Parameters:
group (str | None)
presence (Presence | None)
initiative (OnSystemInitiative | None)
kind (Kind | None)
bus_width (UnsignedPositiveIntExpression | None)
protocol (Protocol | None)
id (str | None)
- bus_width: UnsignedPositiveIntExpression | None
- group: str | None
- id: str | None
- initiative: OnSystemInitiative | None
- class Qualifier(is_address=None, is_data=None)
Bases:
object
- Variables:
is_address – If this element is present, the port contains address information.
is_data – If this element is present, the port contains data information.
- Parameters:
is_address (bool | None)
is_data (bool | None)
- is_address: bool | None
- is_data: bool | None
- class Wire(qualifier=None, on_system=<factory>, on_master=None, on_slave=None, default_value=None, requires_driver=None)
Bases:
object
- Variables:
qualifier – The type of information this port carries A wire port can carry both address and data, but may not mix this with a clock or reset
on_system – Defines constraints for this port when present in a system bus interface with a matching group name.
on_master – Defines constraints for this port when present in a master bus interface.
on_slave – Defines constraints for this port when present in a slave bus interface.
default_value – Indicates the default value for this wire port.
requires_driver
- Parameters:
qualifier (Qualifier | None)
on_system (Iterable[OnSystem])
on_master (OnMaster | None)
on_slave (OnSlave | None)
default_value (UnsignedBitVectorExpression | None)
requires_driver (RequiresDriver | None)
- class OnMaster(presence=None, width=None, direction=None, mode_constraints=None, mirrored_mode_constraints=None)
Bases:
object
- Variables:
presence
width – Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
direction – If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
mode_constraints – Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a ‘mode’ bus interface or a mirrored-‘mode’ bus interface. Otherwise they only apply when the port appears in a ‘mode’ bus interface.
mirrored_mode_constraints – Specifies default constraints for the enclosing wire type port when it appears in a mirrored-‘mode’ bus interface.
- Parameters:
presence (Presence | None)
width (UnsignedPositiveIntExpression | None)
direction (Direction | None)
mode_constraints (AbstractionDefPortConstraintsType | None)
mirrored_mode_constraints (AbstractionDefPortConstraintsType | None)
- mirrored_mode_constraints: AbstractionDefPortConstraintsType | None
- mode_constraints: AbstractionDefPortConstraintsType | None
- width: UnsignedPositiveIntExpression | None
- class OnSlave(presence=None, width=None, direction=None, mode_constraints=None, mirrored_mode_constraints=None)
Bases:
object
- Variables:
presence
width – Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
direction – If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
mode_constraints – Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a ‘mode’ bus interface or a mirrored-‘mode’ bus interface. Otherwise they only apply when the port appears in a ‘mode’ bus interface.
mirrored_mode_constraints – Specifies default constraints for the enclosing wire type port when it appears in a mirrored-‘mode’ bus interface.
- Parameters:
presence (Presence | None)
width (UnsignedPositiveIntExpression | None)
direction (Direction | None)
mode_constraints (AbstractionDefPortConstraintsType | None)
mirrored_mode_constraints (AbstractionDefPortConstraintsType | None)
- mirrored_mode_constraints: AbstractionDefPortConstraintsType | None
- mode_constraints: AbstractionDefPortConstraintsType | None
- width: UnsignedPositiveIntExpression | None
- class OnSystem(group=None, presence=None, width=None, direction=None, mode_constraints=None, mirrored_mode_constraints=None, id=None)
Bases:
object
- Variables:
group – Used to group system ports into different groups within a common bus.
presence
width – Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
direction – If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
mode_constraints – Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a ‘mode’ bus interface or a mirrored-‘mode’ bus interface. Otherwise they only apply when the port appears in a ‘mode’ bus interface.
mirrored_mode_constraints – Specifies default constraints for the enclosing wire type port when it appears in a mirrored-‘mode’ bus interface.
id
- Parameters:
group (str | None)
presence (Presence | None)
width (UnsignedPositiveIntExpression | None)
direction (Direction | None)
mode_constraints (AbstractionDefPortConstraintsType | None)
mirrored_mode_constraints (AbstractionDefPortConstraintsType | None)
id (str | None)
- group: str | None
- id: str | None
- mirrored_mode_constraints: AbstractionDefPortConstraintsType | None
- mode_constraints: AbstractionDefPortConstraintsType | None
- width: UnsignedPositiveIntExpression | None
- class Qualifier(is_address=None, is_data=None, is_clock=None, is_reset=None)
Bases:
object
- Variables:
is_address – If this element is present, the port contains address information.
is_data – If this element is present, the port contains data information.
is_clock – If this element is present, the port contains only clock information.
is_reset – Is this element is present, the port contains only reset information.
- Parameters:
is_address (bool | None)
is_data (bool | None)
is_clock (bool | None)
is_reset (bool | None)
- is_address: bool | None
- is_clock: bool | None
- is_data: bool | None
- is_reset: bool | None
- default_value: UnsignedBitVectorExpression | None
- requires_driver: RequiresDriver | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- logical_name: str | None
- transactional: Transactional | None
- vendor_extensions: VendorExtensions | None
- assertions: Assertions | None
- bus_type: LibraryRefType | None
- description: Description | None
- extends: LibraryRefType | None
- id: str | None
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.abstraction_types module
- class org.accellera.ipxact.v1685_2014.abstraction_types.AbstractionTypes(abstraction_type=<factory>)
Bases:
object
- Variables:
abstraction_type – The abstraction type/level of this interface. Refers to abstraction definition using vendor, library, name, version attributes along with any configurable element values needed to configure this abstraction. Bus definition can be found through a reference in this file.
- Parameters:
abstraction_type (Iterable[AbstractionType])
- class AbstractionType(view_ref=<factory>, abstraction_ref=None, port_maps=None, id=None)
Bases:
object
- Variables:
view_ref – A reference to a view name in the file for which this type applies.
abstraction_ref – Provides the VLNV of the abstraction type.
port_maps – Listing of maps between component ports and bus ports.
id
- Parameters:
view_ref (Iterable[ViewRef])
abstraction_ref (ConfigurableLibraryRefType | None)
port_maps (PortMaps | None)
id (str | None)
- class PortMaps(port_map=<factory>)
Bases:
object
- Variables:
port_map – Maps a component’s port to a port in a bus description. This is the logical to physical mapping. The logical pin comes from the bus interface and the physical pin from the component.
- Parameters:
port_map (Iterable[PortMap])
- class PortMap(is_present=None, logical_port=None, physical_port=None, logical_tie_off=None, is_informative=None, id=None, invert='false')
Bases:
object
- Variables:
is_present
logical_port – Logical port from abstraction definition
physical_port – Physical port from this component
logical_tie_off – Identifies a value to tie this logical port to.
is_informative – When true, indicates that this portMap element is for information purpose only.
id
invert – Indicates that the connection between the logical and physical ports should include an inversion.
- Parameters:
is_present (IsPresent | None)
logical_port (LogicalPort | None)
physical_port (PhysicalPort | None)
logical_tie_off (UnsignedPositiveIntExpression | None)
is_informative (bool | None)
id (str | None)
invert (object)
- class LogicalPort(name=None, range=None)
Bases:
object
- Variables:
name – Bus port name as specified inside the abstraction definition
range
- Parameters:
name (str | None)
range (Range | None)
- name: str | None
- class PhysicalPort(name=None, part_select=None)
Bases:
object
- Variables:
name – Component port name as specified inside the model port section
part_select
- Parameters:
name (str | None)
part_select (PartSelect | None)
- name: str | None
- part_select: PartSelect | None
- id: str | None
- invert: object
- is_informative: bool | None
- logical_port: LogicalPort | None
- logical_tie_off: UnsignedPositiveIntExpression | None
- physical_port: PhysicalPort | None
- abstraction_ref: ConfigurableLibraryRefType | None
- id: str | None
- abstraction_type: Iterable[AbstractionType]
org.accellera.ipxact.v1685_2014.abstractor module
- class org.accellera.ipxact.v1685_2014.abstractor.Abstractor(vendor=None, library=None, name=None, version=None, abstractor_mode=None, bus_type=None, abstractor_interfaces=None, model=None, abstractor_generators=None, choices=None, file_sets=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
AbstractorType
This is the root element for abstractors.
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
abstractor_mode (AbstractorMode | None)
bus_type (LibraryRefType | None)
abstractor_interfaces (AbstractorInterfaces | None)
model (AbstractorModelType | None)
abstractor_generators (AbstractorGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class AbstractorInterfaces(abstractor_interface=<factory>)
Bases:
object
- Variables:
abstractor_interface – An abstractor must have exactly 2 Interfaces.
- Parameters:
abstractor_interface (Iterable[AbstractorBusInterfaceType])
- abstractor_interface: Iterable[AbstractorBusInterfaceType]
- class AbstractorMode(value=None, group=None)
Bases:
object
- Variables:
value
group – Define the system group if the mode is set to system
- Parameters:
value (AbstractorModeType | None)
group (str | None)
- group: str | None
- value: AbstractorModeType | None
- abstractor_generators: AbstractorGenerators | None
- abstractor_interfaces: 'AbstractorType.AbstractorInterfaces' | None
- abstractor_mode: 'AbstractorType.AbstractorMode' | None
- assertions: Assertions | None
- bus_type: LibraryRefType | None
- description: Description | None
- id: str | None
- library: str | None
- model: AbstractorModelType | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.abstractor_bus_interface_type module
- class org.accellera.ipxact.v1685_2014.abstractor_bus_interface_type.AbstractorBusInterfaceType(name=None, display_name=None, description=None, abstraction_types=None, parameters=None, vendor_extensions=None, other_attributes=<factory>)
Bases:
object
Type definition for a busInterface in a component.
- Variables:
name – Unique name
display_name
description
abstraction_types
parameters
vendor_extensions
other_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
abstraction_types (AbstractionTypes | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
other_attributes (Mapping[str, str])
- abstraction_types: AbstractionTypes | None
- description: Description | None
- display_name: DisplayName | None
- name: str | None
- other_attributes: Mapping[str, str]
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.abstractor_generator module
- class org.accellera.ipxact.v1685_2014.abstractor_generator.AbstractorGenerator(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None, group=<factory>, scope=InstanceGeneratorTypeScope.INSTANCE)
Bases:
InstanceGeneratorType
Specifies a set of abstractor generators.
The scope attribute applies to abstractor generators and specifies whether the generator should be run for each instance of the entity (or module) or just once for all instances of the entity.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (ApiType | None)
transport_methods (TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
group (Iterable[Group])
scope (InstanceGeneratorTypeScope)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- group: Iterable['InstanceGeneratorType.Group']
- id: str | None
- name: str | None
- parameters: Parameters | None
- scope: InstanceGeneratorTypeScope
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.abstractor_generators module
- class org.accellera.ipxact.v1685_2014.abstractor_generators.AbstractorGenerators(abstractor_generator=<factory>)
Bases:
object
List of abstractor generators.
- Parameters:
abstractor_generator (Iterable[AbstractorGenerator])
- abstractor_generator: Iterable[AbstractorGenerator]
org.accellera.ipxact.v1685_2014.abstractor_mode_type module
org.accellera.ipxact.v1685_2014.abstractor_model_type module
- class org.accellera.ipxact.v1685_2014.abstractor_model_type.AbstractorModelType(views=None, instantiations=None, ports=None)
Bases:
object
Model information for an abstractor.
- Variables:
views – Views container
instantiations – Instantiations container
ports – Port container
- Parameters:
views (Views | None)
instantiations (Instantiations | None)
ports (Ports | None)
- class Instantiations(component_instantiation=<factory>)
Bases:
object
- Variables:
component_instantiation – Component Instantiation
- Parameters:
component_instantiation (Iterable[ComponentInstantiationType])
- component_instantiation: Iterable[ComponentInstantiationType]
- class Ports(port: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.abstractor_port_type.AbstractorPortType] = <factory>)
Bases:
object
- Parameters:
port (Iterable[AbstractorPortType])
- port: Iterable[AbstractorPortType]
- class Views(view=<factory>)
Bases:
object
- Variables:
view – Single view of an abstracto
- Parameters:
view (Iterable[View])
- class View(name=None, display_name=None, description=None, is_present=None, env_identifier=<factory>, component_instantiation_ref=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
env_identifier – Defines the hardware environment in which this view applies. The format of the string is language:tool:vendor_extension, with each piece being optional. The language must be one of the types from ipxact:fileType. The tool values are defined by the Accellera Systems Initiative, and include generic values “*Simulation” and “*Synthesis” to imply any tool of the indicated type. Having more than one envIdentifier indicates that the view applies to multiple environments.
component_instantiation_ref
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
env_identifier (Iterable[EnvIdentifier])
component_instantiation_ref (str | None)
- class EnvIdentifier(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- component_instantiation_ref: str | None
- description: Description | None
- display_name: DisplayName | None
- env_identifier: Iterable[EnvIdentifier]
- name: str | None
- instantiations: Instantiations | None
org.accellera.ipxact.v1685_2014.abstractor_port_type module
- class org.accellera.ipxact.v1685_2014.abstractor_port_type.AbstractorPortType(name=None, display_name=None, description=None, is_present=None, wire=None, transactional=None, access=None, vendor_extensions=None, id=None)
Bases:
PortType
A port description, giving a name and an access type for high level ports.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
wire (PortWireType | None)
transactional (PortTransactionalType | None)
access (PortAccessType1 | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- access: PortAccessType1 | None
- arrays: Any
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- transactional: PortTransactionalType | None
- vendor_extensions: VendorExtensions | None
- wire: PortWireType | None
org.accellera.ipxact.v1685_2014.abstractor_port_wire_type module
- class org.accellera.ipxact.v1685_2014.abstractor_port_wire_type.AbstractorPortWireType(direction=None, vectors=None, wire_type_defs=None, drivers=None, all_logical_directions_allowed=False)
Bases:
PortWireType
Wire port type for an abstractor.
- Parameters:
direction (ComponentPortDirectionType | None)
vectors (Vectors | None)
wire_type_defs (WireTypeDefs | None)
drivers (Drivers | None)
all_logical_directions_allowed (bool)
- all_logical_directions_allowed: bool
- constraint_sets: Any
- direction: ComponentPortDirectionType | None
- wire_type_defs: WireTypeDefs | None
org.accellera.ipxact.v1685_2014.abstractor_type module
- class org.accellera.ipxact.v1685_2014.abstractor_type.AbstractorType(vendor=None, library=None, name=None, version=None, abstractor_mode=None, bus_type=None, abstractor_interfaces=None, model=None, abstractor_generators=None, choices=None, file_sets=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Abstractor-specific extension to abstractorType.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
abstractor_mode – Define the mode for the interfaces on this abstractor. For master the first interface connects to the master, the second connects to the mirroredMaster For slave the first interface connects to the mirroredSlave the second connects to the slave For direct the first interface connects to the master, the second connects to the slave For system the first interface connects to the system, the second connects to the mirroredSystem. For system the group attribute is required
bus_type – The bus type of both interfaces. Refers to bus definition using vendor, library, name, version attributes.
abstractor_interfaces – The interfaces supported by this abstractor
model – Model information.
abstractor_generators – Generator list is tools-specific.
choices
file_sets
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
abstractor_mode (AbstractorMode | None)
bus_type (LibraryRefType | None)
abstractor_interfaces (AbstractorInterfaces | None)
model (AbstractorModelType | None)
abstractor_generators (AbstractorGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class AbstractorInterfaces(abstractor_interface=<factory>)
Bases:
object
- Variables:
abstractor_interface – An abstractor must have exactly 2 Interfaces.
- Parameters:
abstractor_interface (Iterable[AbstractorBusInterfaceType])
- abstractor_interface: Iterable[AbstractorBusInterfaceType]
- class AbstractorMode(value=None, group=None)
Bases:
object
- Variables:
value
group – Define the system group if the mode is set to system
- Parameters:
value (AbstractorModeType | None)
group (str | None)
- group: str | None
- value: AbstractorModeType | None
- abstractor_generators: AbstractorGenerators | None
- abstractor_interfaces: AbstractorInterfaces | None
- abstractor_mode: AbstractorMode | None
- assertions: Assertions | None
- bus_type: LibraryRefType | None
- description: Description | None
- id: str | None
- library: str | None
- model: AbstractorModelType | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.access module
- class org.accellera.ipxact.v1685_2014.access.Access(value=None)
Bases:
object
Indicates the accessibility of the data in the address bank, address block, register or field.
Possible values are ‘read-write’, ‘read-only’, ‘write-only’, ‘writeOnce’ and ‘read-writeOnce’. If not specified the value is inherited from the containing object.
- Parameters:
value (AccessType | None)
- value: AccessType | None
org.accellera.ipxact.v1685_2014.access_type module
org.accellera.ipxact.v1685_2014.active_condition module
- class org.accellera.ipxact.v1685_2014.active_condition.ActiveCondition(value='', other_attributes=<factory>)
Bases:
UnsignedBitExpression
Expression that determines whether the enclosing element responds to read or write accesses to its specified address location.
The expression can include dynamic values referencing register/field values and component states. If it evaluates to true, then the enclosing register can be accessed per its mapping and access specification. If it evaluates to false, the enclosing register/field cannot be accessed. If a register does not include an activeCondition or alternateRegister(s), then the register is uncondiitionally accessible. If a register does not include an activeCondition, but does include alternateRegister(s), then the condition that determines which is accessible is considered unspecified.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.active_interface module
- class org.accellera.ipxact.v1685_2014.active_interface.ActiveInterface(component_ref=None, bus_ref=None, id=None, is_present=None, description=None, exclude_ports=None, vendor_extensions=None)
Bases:
InterfaceType
- Variables:
is_present
description
exclude_ports – The list of physical ports to be excluded from an interface based connection. Analogous to the removing the port map element for the named ports.
vendor_extensions
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
is_present (IsPresent | None)
description (Description | None)
exclude_ports (ExcludePorts | None)
vendor_extensions (VendorExtensions | None)
- class ExcludePorts(exclude_port=<factory>)
Bases:
object
- Variables:
exclude_port – The name of a physical port to be excluded from the interface based connection.
- Parameters:
exclude_port (Iterable[ExcludePort])
- class ExcludePort(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- exclude_port: Iterable[ExcludePort]
- bus_ref: str | None
- component_ref: str | None
- description: Description | None
- exclude_ports: ExcludePorts | None
- id: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.ad_hoc_connection module
- class org.accellera.ipxact.v1685_2014.ad_hoc_connection.AdHocConnection(name=None, display_name=None, description=None, is_present=None, tied_value=None, port_references=None, vendor_extensions=None, id=None)
Bases:
object
Represents an ad-hoc connection between component ports.
- Variables:
name – Unique name
display_name
description
is_present
tied_value – The logic value of this connection. The value can be an unsigned longint expression or open or default. Only valid for ports of style wire.
port_references – Liist of internal and external port references involved in the adhocConnection
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
tied_value (ComplexTiedValueType | None)
port_references (PortReferences | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class PortReferences(internal_port_reference=<factory>, external_port_reference=<factory>)
Bases:
object
- Variables:
internal_port_reference – Defines a reference to a port on a component contained within the design.
external_port_reference
- Parameters:
internal_port_reference (Iterable[InternalPortReference])
external_port_reference (Iterable[ExternalPortReference])
- class InternalPortReference(is_present=None, part_select=None, component_ref=None, port_ref=None, id=None)
Bases:
object
- Variables:
is_present
part_select
component_ref – A reference to the instanceName element of a component in this design.
port_ref – A port on the on the referenced component from componentRef.
id
- Parameters:
is_present (IsPresent | None)
part_select (PartSelect | None)
component_ref (str | None)
port_ref (str | None)
id (str | None)
- component_ref: str | None
- id: str | None
- part_select: PartSelect | None
- port_ref: str | None
- external_port_reference: Iterable[ExternalPortReference]
- internal_port_reference: Iterable[InternalPortReference]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- port_references: PortReferences | None
- tied_value: ComplexTiedValueType | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.ad_hoc_connections module
- class org.accellera.ipxact.v1685_2014.ad_hoc_connections.AdHocConnections(ad_hoc_connection=<factory>)
Bases:
object
Defines the set of ad-hoc connections in a design.
An ad-hoc connection represents a connection between two component pins which were not connected as a result of interface connections (i.e.the pin to pin connection was made explicitly and is represented explicitly).
- Parameters:
ad_hoc_connection (Iterable[AdHocConnection])
- ad_hoc_connection: Iterable[AdHocConnection]
org.accellera.ipxact.v1685_2014.addr_space_ref_type module
- class org.accellera.ipxact.v1685_2014.addr_space_ref_type.AddrSpaceRefType(is_present=None, address_space_ref=None, id=None)
Bases:
object
Base type for an element which references an address space.
Reference is kept in an attribute rather than the text value, so that the type may be extended with child elements if necessary.
- Variables:
is_present
address_space_ref – A reference to a unique address space.
id
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
- address_space_ref: str | None
- id: str | None
org.accellera.ipxact.v1685_2014.address_bank_type module
- class org.accellera.ipxact.v1685_2014.address_bank_type.AddressBankType(name=None, display_name=None, description=None, access_handles=None, base_address=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Top level bank the specify an address.
- Variables:
name – Unique name
display_name
description
access_handles
base_address
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
subspace_map – A subspace map within the bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment – Describes whether this bank’s blocks are aligned in ‘parallel’ or ‘serial’.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
base_address (BaseAddress | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[BankedBankType])
subspace_map (Iterable[BankedSubspaceType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[BankedBankType]
- bank_alignment: BankAlignmentType | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- subspace_map: Iterable[BankedSubspaceType]
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.address_block module
- class org.accellera.ipxact.v1685_2014.address_block.AddressBlock(name=None, display_name=None, description=None, access_handles=None, is_present=None, base_address=None, type_identifier=None, range=None, width=None, usage=None, volatile=None, access=None, parameters=None, register=<factory>, register_file=<factory>, vendor_extensions=None, id=None)
Bases:
AddressBlockType
This is a single contiguous block of memory inside a memory map.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
base_address (BaseAddress | None)
type_identifier (str | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: 'AddressBlockType.AccessHandles' | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register: Iterable['AddressBlockType.Register']
- register_file: Iterable[RegisterFile]
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
org.accellera.ipxact.v1685_2014.address_block_type module
- class org.accellera.ipxact.v1685_2014.address_block_type.AddressBlockType(name=None, display_name=None, description=None, access_handles=None, is_present=None, base_address=None, type_identifier=None, range=None, width=None, usage=None, volatile=None, access=None, parameters=None, register=<factory>, register_file=<factory>, vendor_extensions=None, id=None)
Bases:
object
Top level address block that specify an address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
base_address
type_identifier – Identifier name used to indicate that multiple addressBlock elements contain the exact same information except for the elements in the addressBlockInstanceGroup.
range – The address range of an address block. Expressed as the number of addressable units accessible to the block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
width – The bit width of a row in the address block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
register – A single register
register_file – A structure of registers and register files
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
base_address (BaseAddress | None)
type_identifier (str | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: AccessHandles | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register_file: Iterable[RegisterFile]
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
org.accellera.ipxact.v1685_2014.address_space_ref module
- class org.accellera.ipxact.v1685_2014.address_space_ref.AddressSpaceRef(is_present=None, address_space_ref=None, id=None)
Bases:
AddrSpaceRefType
References the address space.
The name of the address space is kept in its addressSpaceRef attribute.
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
- address_space_ref: str | None
- id: str | None
org.accellera.ipxact.v1685_2014.address_spaces module
- class org.accellera.ipxact.v1685_2014.address_spaces.AddressSpaces(address_space=<factory>)
Bases:
object
If this component is a bus master, this lists all the address spaces defined by the component.
- Variables:
address_space – This defines a logical space, referenced by a bus master.
- Parameters:
address_space (Iterable[AddressSpace])
- class AddressSpace(name=None, display_name=None, description=None, is_present=None, range=None, width=None, segments=None, address_unit_bits=None, executable_image=<factory>, local_memory_map=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
range – The address range of an address block. Expressed as the number of addressable units accessible to the block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
width – The bit width of a row in the address block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
segments – Address segments withing an addressSpace
address_unit_bits
executable_image
local_memory_map – Provides the local memory map of an address space. Blocks in this memory map are accessable to master interfaces on this component that reference this address space. They are not accessable to any external master interface.
parameters – Data specific to this address space.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
segments (Segments | None)
address_unit_bits (AddressUnitBits | None)
executable_image (Iterable[ExecutableImage])
local_memory_map (LocalMemoryMapType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Segments(segment=<factory>)
Bases:
object
- Variables:
segment – Address segment withing an addressSpace
- Parameters:
segment (Iterable[Segment])
- class Segment(name=None, display_name=None, description=None, is_present=None, address_offset=None, range=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
address_offset – Address offset of the segment within the containing address space.
range – The address range of asegment. Expressed as the number of addressable units accessible to the segment.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_offset (UnsignedLongintExpression | None)
range (UnsignedPositiveLongintExpression | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_offset: UnsignedLongintExpression | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- range: UnsignedPositiveLongintExpression | None
- vendor_extensions: VendorExtensions | None
- address_unit_bits: AddressUnitBits | None
- description: Description | None
- display_name: DisplayName | None
- executable_image: Iterable[ExecutableImage]
- id: str | None
- local_memory_map: LocalMemoryMapType | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
- address_space: Iterable[AddressSpace]
org.accellera.ipxact.v1685_2014.address_unit_bits module
- class org.accellera.ipxact.v1685_2014.address_unit_bits.AddressUnitBits(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedPositiveLongintExpression
The number of data bits in an addressable unit.
The default is byte addressable (8 bits).
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.alternate_registers module
- class org.accellera.ipxact.v1685_2014.alternate_registers.AlternateRegisters(alternate_register=<factory>)
Bases:
object
Alternate definitions for the current register.
- Variables:
alternate_register – Alternate definition for the current register
- Parameters:
alternate_register (Iterable[AlternateRegister])
- class AlternateRegister(name=None, display_name=None, description=None, access_handles=None, is_present=None, alternate_groups=None, type_identifier=None, volatile=None, access=None, field_value=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
alternate_groups – Defines a list of grouping names that this register description belongs.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the alternateRegisterDefinitionGroup.
volatile
access
field_value – Describes individual bit fields within the register.
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
alternate_groups (AlternateGroups | None)
type_identifier (str | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class AlternateGroups(alternate_group=<factory>, id=None)
Bases:
object
- Variables:
alternate_group – Defines a grouping name that this register description belongs.
id
- Parameters:
alternate_group (Iterable[AlternateGroup])
id (str | None)
- class AlternateGroup(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- alternate_group: Iterable[AlternateGroup]
- id: str | None
- access_handles: AccessHandles | None
- alternate_groups: AlternateGroups | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- alternate_register: Iterable[AlternateRegister]
org.accellera.ipxact.v1685_2014.api_type module
org.accellera.ipxact.v1685_2014.arrays module
- class org.accellera.ipxact.v1685_2014.arrays.Arrays(array: collections.abc.Iterable['ConfigurableArrays.Array'] = <factory>)
Bases:
ConfigurableArrays
- Parameters:
array (Iterable[Array])
- class Array(left: org.accellera.ipxact.v1685_2014.left.Left | None = None, right: org.accellera.ipxact.v1685_2014.right.Right | None = None, id: str | None = None)
Bases:
object
- id: str | None
- array: Iterable['ConfigurableArrays.Array']
org.accellera.ipxact.v1685_2014.assertion module
- class org.accellera.ipxact.v1685_2014.assertion.Assertion(name=None, display_name=None, description=None, assert_value=None, id=None)
Bases:
object
Provides an expression for describing valid parameter value settings.
If a assertion assert expression evaluates false, the name, displayName and/or description can be used to communicate the assertion failure.
- Variables:
name – Unique name
display_name
description
assert_value
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
assert_value (UnsignedBitExpression | None)
id (str | None)
- assert_value: UnsignedBitExpression | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
org.accellera.ipxact.v1685_2014.assertions module
org.accellera.ipxact.v1685_2014.bank module
org.accellera.ipxact.v1685_2014.bank_alignment_type module
org.accellera.ipxact.v1685_2014.banked_bank_type module
- class org.accellera.ipxact.v1685_2014.banked_bank_type.BankedBankType(name=None, display_name=None, description=None, access_handles=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Banks nested inside a bank do not specify address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
subspace_map – A subspace map within the bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[BankedBankType])
subspace_map (Iterable[BankedSubspaceType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[BankedBankType]
- bank_alignment: BankAlignmentType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- subspace_map: Iterable[BankedSubspaceType]
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.banked_block_type module
- class org.accellera.ipxact.v1685_2014.banked_block_type.BankedBlockType(name=None, display_name=None, description=None, access_handles=None, is_present=None, range=None, width=None, usage=None, volatile=None, access=None, parameters=None, register=<factory>, register_file=<factory>, vendor_extensions=None, id=None)
Bases:
object
Address blocks inside a bank do not specify address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
range – The address range of an address block. Expressed as the number of addressable units accessible to the block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
width – The bit width of a row in the address block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
register – A single register
register_file – A structure of registers and register files
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: AccessHandles | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register_file: Iterable[RegisterFile]
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
org.accellera.ipxact.v1685_2014.banked_subspace_type module
- class org.accellera.ipxact.v1685_2014.banked_subspace_type.BankedSubspaceType(name=None, display_name=None, description=None, is_present=None, parameters=None, vendor_extensions=None, master_ref=None, id=None)
Bases:
object
Subspace references inside banks do not specify an address.
- Variables:
name – Unique name
display_name
description
is_present
parameters – Any parameters that may apply to the subspace reference.
vendor_extensions
master_ref – For subspaceMap elements, this attribute identifies the master that contains the address space to be mapped.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
master_ref (str | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- master_ref: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.base_address module
- class org.accellera.ipxact.v1685_2014.base_address.BaseAddress(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedLongintExpression
Base of an address block, bank, subspace map or address space.
Expressed as the number of addressable units from the containing memoryMap or localMemoryMap.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.bits_in_lau module
- class org.accellera.ipxact.v1685_2014.bits_in_lau.BitsInLau(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedPositiveLongintExpression
The number of bits in the least addressable unit.
The default is byte addressable (8 bits).
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.bus_definition module
- class org.accellera.ipxact.v1685_2014.bus_definition.BusDefinition(vendor=None, library=None, name=None, version=None, direct_connection=None, broadcast=None, is_addressable=None, extends=None, max_masters=None, max_slaves=None, system_group_names=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Defines the structural information associated with a bus type, independent of the abstraction level.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
direct_connection – This element indicates that a master interface may be directly connected to a slave interface (under certain conditions) for busses of this type.
broadcast – This element indicates that this bus definition supports ‘broadcast’ mode. This means that it is legal to make one-to-many interface connections.
is_addressable – If true, indicates that this is an addressable bus.
extends – Optional name of bus type that this bus definition is compatible with. This bus definition may change the definitions in the existing bus definition
max_masters – Indicates the maximum number of masters this bus supports. If this element is not present, the number of masters allowed is unbounded.
max_slaves – Indicates the maximum number of slaves this bus supports. If the element is not present, the number of slaves allowed is unbounded.
system_group_names – Indicates the list of system group names that are defined for this bus definition.
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
direct_connection (bool | None)
broadcast (bool | None)
is_addressable (bool | None)
extends (LibraryRefType | None)
max_masters (UnsignedIntExpression | None)
max_slaves (UnsignedIntExpression | None)
system_group_names (SystemGroupNames | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class SystemGroupNames(system_group_name=<factory>)
Bases:
object
- Variables:
system_group_name – Indicates the name of a system group defined for this bus definition.
- Parameters:
system_group_name (Iterable[SystemGroupName])
- class SystemGroupName(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- system_group_name: Iterable[SystemGroupName]
- assertions: Assertions | None
- broadcast: bool | None
- description: Description | None
- direct_connection: bool | None
- extends: LibraryRefType | None
- id: str | None
- is_addressable: bool | None
- library: str | None
- max_masters: UnsignedIntExpression | None
- max_slaves: UnsignedIntExpression | None
- name: str | None
- parameters: Parameters | None
- system_group_names: SystemGroupNames | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.bus_interface module
- class org.accellera.ipxact.v1685_2014.bus_interface.BusInterface(name=None, display_name=None, description=None, is_present=None, bus_type=None, abstraction_types=None, master=None, slave=None, system=None, mirrored_slave=None, mirrored_master=None, mirrored_system=None, monitor=None, connection_required=None, bits_in_lau=None, bit_steering=None, endianness=None, parameters=None, vendor_extensions=None, other_attributes=<factory>)
Bases:
BusInterfaceType
Describes one of the bus interfaces supported by this component.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
bus_type (ConfigurableLibraryRefType | None)
abstraction_types (AbstractionTypes | None)
master (Master | None)
slave (Slave | None)
system (System | None)
mirrored_slave (MirroredSlave | None)
mirrored_master (object | None)
mirrored_system (MirroredSystem | None)
monitor (Monitor | None)
connection_required (bool | None)
bits_in_lau (BitsInLau | None)
bit_steering (ComplexBitSteeringExpression | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
other_attributes (Mapping[str, str])
- class Master(address_space_ref=None)
Bases:
object
- Variables:
address_space_ref – If this master connects to an addressable bus, this element references the address space it maps to.
- Parameters:
address_space_ref (AddressSpaceRef | None)
- class AddressSpaceRef(is_present=None, address_space_ref=None, id=None, base_address=None)
Bases:
AddrSpaceRefType
- Variables:
base_address – Base of an address space.
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
base_address (SignedLongintExpression | None)
- address_space_ref: str | None
- base_address: SignedLongintExpression | None
- id: str | None
- address_space_ref: AddressSpaceRef | None
- class MirroredSlave(base_addresses=None)
Bases:
object
- Variables:
base_addresses – Represents a set of remap base addresses.
- Parameters:
base_addresses (BaseAddresses | None)
- class BaseAddresses(remap_address=<factory>, range=None)
Bases:
object
- Variables:
remap_address – Base of an address block, expressed as the number of bitsInLAU from the containing busInterface. The state attribute indicates the name of the remap state for which this address is valid.
range – The address range of mirrored slave, expressed as the number of bitsInLAU from the containing busInterface.
- Parameters:
remap_address (Iterable[RemapAddress])
range (UnsignedPositiveLongintExpression | None)
- class RemapAddress(value='', other_attributes=<factory>, minimum=None, maximum=None, state=None, id=None)
Bases:
UnsignedLongintExpression
- Variables:
state – Name of the state in which this remapped address range is valid
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
state (str | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- state: str | None
- value: str
- range: UnsignedPositiveLongintExpression | None
- remap_address: Iterable[RemapAddress]
- base_addresses: BaseAddresses | None
- class MirroredSystem(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- class Monitor(group=None, interface_mode=None)
Bases:
object
- Variables:
group – Indicates which system interface is being monitored. Name must match a group name present on one or more ports in the corresonding bus definition.
interface_mode
- Parameters:
group (Group | None)
interface_mode (MonitorInterfaceMode | None)
- group: Group | None
- interface_mode: MonitorInterfaceMode | None
- class Slave(memory_map_ref=None, transparent_bridge=<factory>, file_set_ref_group=<factory>)
Bases:
object
- Variables:
memory_map_ref
transparent_bridge
file_set_ref_group – This reference is used to point the filesets that are associated with this slave port. Depending on the slave port function, there may be completely different software drivers associated with the different ports.
- Parameters:
memory_map_ref (MemoryMapRef | None)
transparent_bridge (Iterable[TransparentBridge])
file_set_ref_group (Iterable[FileSetRefGroup])
- class FileSetRefGroup(group=None, file_set_ref=<factory>, id=None)
Bases:
object
- Variables:
group – Abritray name assigned to the collections of fileSets.
file_set_ref
id
- Parameters:
group (str | None)
file_set_ref (Iterable[FileSetRef])
id (str | None)
- file_set_ref: Iterable[FileSetRef]
- group: str | None
- id: str | None
- file_set_ref_group: Iterable[FileSetRefGroup]
- memory_map_ref: MemoryMapRef | None
- transparent_bridge: Iterable[TransparentBridge]
- class System(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- abstraction_types: AbstractionTypes | None
- bit_steering: ComplexBitSteeringExpression | None
- bus_type: ConfigurableLibraryRefType | None
- connection_required: bool | None
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- master: 'BusInterfaceType.Master' | None
- mirrored_master: object | None
- mirrored_slave: 'BusInterfaceType.MirroredSlave' | None
- mirrored_system: 'BusInterfaceType.MirroredSystem' | None
- monitor: 'BusInterfaceType.Monitor' | None
- name: str | None
- other_attributes: Mapping[str, str]
- parameters: Parameters | None
- slave: 'BusInterfaceType.Slave' | None
- system: 'BusInterfaceType.System' | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.bus_interface_type module
- class org.accellera.ipxact.v1685_2014.bus_interface_type.BusInterfaceType(name=None, display_name=None, description=None, is_present=None, bus_type=None, abstraction_types=None, master=None, slave=None, system=None, mirrored_slave=None, mirrored_master=None, mirrored_system=None, monitor=None, connection_required=None, bits_in_lau=None, bit_steering=None, endianness=None, parameters=None, vendor_extensions=None, other_attributes=<factory>)
Bases:
object
Type definition for a busInterface in a component.
- Variables:
name – Unique name
display_name
description
is_present
bus_type – The bus type of this interface. Refers to bus definition using vendor, library, name, version attributes along with any configurable element values needed to configure this interface.
abstraction_types
master – If this element is present, the bus interface can serve as a master. This element encapsulates additional information related to its role as master.
slave – If this element is present, the bus interface can serve as a slave.
system – If this element is present, the bus interface is a system interface, neither master nor slave, with a specific function on the bus.
mirrored_slave – If this element is present, the bus interface represents a mirrored slave interface. All directional constraints on ports are reversed relative to the specification in the bus definition.
mirrored_master – If this element is present, the bus interface represents a mirrored master interface. All directional constraints on ports are reversed relative to the specification in the bus definition.
mirrored_system – If this element is present, the bus interface represents a mirrored system interface. All directional constraints on ports are reversed relative to the specification in the bus definition.
monitor – Indicates that this is a (passive) monitor interface. All of the ports in the interface must be inputs. The type of interface to be monitored is specified with the required interfaceType attribute. The ipxact:group element must be specified if monitoring a system interface.
connection_required – Indicates whether a connection to this interface is required for proper component functionality.
bits_in_lau
bit_steering – Indicates whether bit steering should be used to map this interface onto a bus of different data width. Values are “on”, “off” (defaults to “off”).
endianness – ‘big’: means the most significant element of any multi-element data field is stored at the lowest memory address. ‘little’ means the least significant element of any multi-element data field is stored at the lowest memory address. If this element is not present the default is ‘little’ endian.
parameters
vendor_extensions
other_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
bus_type (ConfigurableLibraryRefType | None)
abstraction_types (AbstractionTypes | None)
master (Master | None)
slave (Slave | None)
system (System | None)
mirrored_slave (MirroredSlave | None)
mirrored_master (object | None)
mirrored_system (MirroredSystem | None)
monitor (Monitor | None)
connection_required (bool | None)
bits_in_lau (BitsInLau | None)
bit_steering (ComplexBitSteeringExpression | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
other_attributes (Mapping[str, str])
- class Master(address_space_ref=None)
Bases:
object
- Variables:
address_space_ref – If this master connects to an addressable bus, this element references the address space it maps to.
- Parameters:
address_space_ref (AddressSpaceRef | None)
- class AddressSpaceRef(is_present=None, address_space_ref=None, id=None, base_address=None)
Bases:
AddrSpaceRefType
- Variables:
base_address – Base of an address space.
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
base_address (SignedLongintExpression | None)
- address_space_ref: str | None
- base_address: SignedLongintExpression | None
- id: str | None
- address_space_ref: AddressSpaceRef | None
- class MirroredSlave(base_addresses=None)
Bases:
object
- Variables:
base_addresses – Represents a set of remap base addresses.
- Parameters:
base_addresses (BaseAddresses | None)
- class BaseAddresses(remap_address=<factory>, range=None)
Bases:
object
- Variables:
remap_address – Base of an address block, expressed as the number of bitsInLAU from the containing busInterface. The state attribute indicates the name of the remap state for which this address is valid.
range – The address range of mirrored slave, expressed as the number of bitsInLAU from the containing busInterface.
- Parameters:
remap_address (Iterable[RemapAddress])
range (UnsignedPositiveLongintExpression | None)
- class RemapAddress(value='', other_attributes=<factory>, minimum=None, maximum=None, state=None, id=None)
Bases:
UnsignedLongintExpression
- Variables:
state – Name of the state in which this remapped address range is valid
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
state (str | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- state: str | None
- value: str
- range: UnsignedPositiveLongintExpression | None
- remap_address: Iterable[RemapAddress]
- base_addresses: BaseAddresses | None
- class MirroredSystem(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- class Monitor(group=None, interface_mode=None)
Bases:
object
- Variables:
group – Indicates which system interface is being monitored. Name must match a group name present on one or more ports in the corresonding bus definition.
interface_mode
- Parameters:
group (Group | None)
interface_mode (MonitorInterfaceMode | None)
- group: Group | None
- interface_mode: MonitorInterfaceMode | None
- class Slave(memory_map_ref=None, transparent_bridge=<factory>, file_set_ref_group=<factory>)
Bases:
object
- Variables:
memory_map_ref
transparent_bridge
file_set_ref_group – This reference is used to point the filesets that are associated with this slave port. Depending on the slave port function, there may be completely different software drivers associated with the different ports.
- Parameters:
memory_map_ref (MemoryMapRef | None)
transparent_bridge (Iterable[TransparentBridge])
file_set_ref_group (Iterable[FileSetRefGroup])
- class FileSetRefGroup(group=None, file_set_ref=<factory>, id=None)
Bases:
object
- Variables:
group – Abritray name assigned to the collections of fileSets.
file_set_ref
id
- Parameters:
group (str | None)
file_set_ref (Iterable[FileSetRef])
id (str | None)
- file_set_ref: Iterable[FileSetRef]
- group: str | None
- id: str | None
- file_set_ref_group: Iterable[FileSetRefGroup]
- memory_map_ref: MemoryMapRef | None
- transparent_bridge: Iterable[TransparentBridge]
- class System(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- abstraction_types: AbstractionTypes | None
- bit_steering: ComplexBitSteeringExpression | None
- bus_type: ConfigurableLibraryRefType | None
- connection_required: bool | None
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- mirrored_master: object | None
- mirrored_slave: MirroredSlave | None
- mirrored_system: MirroredSystem | None
- name: str | None
- other_attributes: Mapping[str, str]
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.bus_interfaces module
- class org.accellera.ipxact.v1685_2014.bus_interfaces.BusInterfaces(bus_interface=<factory>)
Bases:
object
A list of bus interfaces supported by this component.
- Parameters:
bus_interface (Iterable[BusInterface])
- bus_interface: Iterable[BusInterface]
org.accellera.ipxact.v1685_2014.bus_width module
- class org.accellera.ipxact.v1685_2014.bus_width.BusWidth(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedIntExpression
Defines the bus size in bits.
This can be the result of an expression.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.catalog module
- class org.accellera.ipxact.v1685_2014.catalog.Catalog(vendor=None, library=None, name=None, version=None, description=None, catalogs=None, bus_definitions=None, abstraction_definitions=None, components=None, abstractors=None, designs=None, design_configurations=None, generator_chains=None, vendor_extensions=None)
Bases:
object
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
description
catalogs
bus_definitions
abstraction_definitions
components
abstractors
designs
design_configurations
generator_chains
vendor_extensions
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
description (Description | None)
catalogs (IpxactFilesType | None)
bus_definitions (IpxactFilesType | None)
abstraction_definitions (IpxactFilesType | None)
components (IpxactFilesType | None)
abstractors (IpxactFilesType | None)
designs (IpxactFilesType | None)
design_configurations (IpxactFilesType | None)
generator_chains (IpxactFilesType | None)
vendor_extensions (VendorExtensions | None)
- abstraction_definitions: IpxactFilesType | None
- abstractors: IpxactFilesType | None
- bus_definitions: IpxactFilesType | None
- catalogs: IpxactFilesType | None
- components: IpxactFilesType | None
- description: Description | None
- design_configurations: IpxactFilesType | None
- designs: IpxactFilesType | None
- generator_chains: IpxactFilesType | None
- library: str | None
- name: str | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.cell_class_value_type module
org.accellera.ipxact.v1685_2014.cell_function_value_type module
org.accellera.ipxact.v1685_2014.cell_specification module
- class org.accellera.ipxact.v1685_2014.cell_specification.CellSpecification(cell_function=None, cell_class=None, cell_strength=None)
Bases:
object
Used to provide a generic description of a technology library cell.
- Variables:
cell_function – Defines a technology library cell in library independent fashion, based on specification of a cell function and strength.
cell_class – Defines a technology library cell in library independent fashion, based on specification of a cell class and strength.
cell_strength – Indicates the desired strength of the specified cell.
- Parameters:
cell_function (CellFunction | None)
cell_class (CellClassValueType | None)
cell_strength (CellStrengthValueType | None)
- class CellFunction(value: org.accellera.ipxact.v1685_2014.cell_function_value_type.CellFunctionValueType | None = None, other: str | None = None)
Bases:
object
- Parameters:
value (CellFunctionValueType | None)
other (str | None)
- other: str | None
- value: CellFunctionValueType | None
- cell_class: CellClassValueType | None
- cell_function: CellFunction | None
- cell_strength: CellStrengthValueType | None
org.accellera.ipxact.v1685_2014.cell_strength_value_type module
org.accellera.ipxact.v1685_2014.channels module
- class org.accellera.ipxact.v1685_2014.channels.Channels(channel=<factory>)
Bases:
object
Lists all channel connections between mirror interfaces of this component.
- Variables:
channel – Defines a set of mirrored interfaces of this component that are connected to one another.
- Parameters:
channel (Iterable[Channel])
- class Channel(name=None, display_name=None, description=None, is_present=None, bus_interface_ref=<factory>, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
bus_interface_ref – Contains the name of one of the bus interfaces that is part of this channel. The ordering of the references may be important to the design environment.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
bus_interface_ref (Iterable[BusInterfaceRef])
id (str | None)
- class BusInterfaceRef(local_name: str | None = None, is_present: org.accellera.ipxact.v1685_2014.is_present.IsPresent | None = None, id: str | None = None)
Bases:
object
- Parameters:
local_name (str | None)
is_present (IsPresent | None)
id (str | None)
- id: str | None
- local_name: str | None
- bus_interface_ref: Iterable[BusInterfaceRef]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
org.accellera.ipxact.v1685_2014.choices module
- class org.accellera.ipxact.v1685_2014.choices.Choices(choice=<factory>)
Bases:
object
Choices used by elements with an attribute ipxact:choiceRef.
- Variables:
choice – Non-empty set of legal values for a elements with an attribute ipxact:choiceRef.
- Parameters:
choice (Iterable[Choice])
- class Choice(name=None, enumeration=<factory>, id=None)
Bases:
object
- Variables:
name – Choice key, available for reference by the ipxact:choiceRef attribute.
enumeration – One possible value of ipxact:choice
id
- Parameters:
name (str | None)
enumeration (Iterable[Enumeration])
id (str | None)
- class Enumeration(value='', other_attributes=<factory>, text=None, help=None, id=None)
Bases:
ComplexBaseExpression
- Variables:
text – When specified, displayed in place of the ipxact:enumeration value
help – Text that may be displayed if the user requests help about the meaning of an element
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
text (str | None)
help (str | None)
id (str | None)
- help: str | None
- id: str | None
- other_attributes: Mapping[str, str]
- text: str | None
- value: str
- enumeration: Iterable[Enumeration]
- id: str | None
- name: str | None
org.accellera.ipxact.v1685_2014.clock_driver module
- class org.accellera.ipxact.v1685_2014.clock_driver.ClockDriver(clock_period=None, clock_pulse_offset=None, clock_pulse_value=None, clock_pulse_duration=None, id=None, clock_name=None)
Bases:
ClockDriverType
Describes a driven clock port.
- Variables:
clock_name – Indicates the name of the cllock. If not specified the name is assumed to be the name of the containing port.
- Parameters:
clock_period (ClockPeriod | None)
clock_pulse_offset (ClockPulseOffset | None)
clock_pulse_value (UnsignedBitVectorExpression | None)
clock_pulse_duration (ClockPulseDuration | None)
id (str | None)
clock_name (str | None)
- class ClockPeriod(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseDuration(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseOffset(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- clock_name: str | None
- clock_period: 'ClockDriverType.ClockPeriod' | None
- clock_pulse_duration: 'ClockDriverType.ClockPulseDuration' | None
- clock_pulse_offset: 'ClockDriverType.ClockPulseOffset' | None
- clock_pulse_value: UnsignedBitVectorExpression | None
- id: str | None
org.accellera.ipxact.v1685_2014.clock_driver_type module
- class org.accellera.ipxact.v1685_2014.clock_driver_type.ClockDriverType(clock_period=None, clock_pulse_offset=None, clock_pulse_value=None, clock_pulse_duration=None, id=None)
Bases:
object
- Variables:
clock_period – Clock period in units defined by the units attribute. Default is nanoseconds.
clock_pulse_offset – Time until first pulse. Units are defined by the units attribute. Default is nanoseconds.
clock_pulse_value – Value of port after first clock edge.
clock_pulse_duration – Duration of first state in cycle. Units are defined by the units attribute. Default is nanoseconds.
id
- Parameters:
clock_period (ClockPeriod | None)
clock_pulse_offset (ClockPulseOffset | None)
clock_pulse_value (UnsignedBitVectorExpression | None)
clock_pulse_duration (ClockPulseDuration | None)
id (str | None)
- class ClockPeriod(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseDuration(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseOffset(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- clock_period: ClockPeriod | None
- clock_pulse_duration: ClockPulseDuration | None
- clock_pulse_offset: ClockPulseOffset | None
- clock_pulse_value: UnsignedBitVectorExpression | None
- id: str | None
org.accellera.ipxact.v1685_2014.complex_base_expression module
org.accellera.ipxact.v1685_2014.complex_bit_steering_expression module
- class org.accellera.ipxact.v1685_2014.complex_bit_steering_expression.ComplexBitSteeringExpression(value='', other_attributes=<factory>)
Bases:
object
Indicates whether bit steering should be used to map this interface onto a bus of different data width.
Values are “on”, “off” or an expression which resolves to an unsigned-bit where a ‘1’ indicates “on” and a ‘0’ indicates “off” (defaults to “off”).
- Parameters:
value (str | SimpleBitSteeringExpressionValue)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str | SimpleBitSteeringExpressionValue
org.accellera.ipxact.v1685_2014.complex_tied_value_type module
- class org.accellera.ipxact.v1685_2014.complex_tied_value_type.ComplexTiedValueType(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
object
An unsigned longint expression that resolves to the value set {0, 1, …} or open or default.
It is derived from longintExpression and it supports an expression value.
- Variables:
value
other_attributes
minimum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the maximum value allowed.
- Parameters:
value (str | SimpleTiedValueTypeValue)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str | SimpleTiedValueTypeValue
org.accellera.ipxact.v1685_2014.component module
- class org.accellera.ipxact.v1685_2014.component.Component(vendor=None, library=None, name=None, version=None, bus_interfaces=None, indirect_interfaces=None, channels=None, remap_states=None, address_spaces=None, memory_maps=None, model=None, component_generators=None, choices=None, file_sets=None, whitebox_elements=None, cpus=None, other_clock_drivers=None, reset_types=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
ComponentType
This is the root element for all non platform-core components.
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
bus_interfaces (BusInterfaces | None)
indirect_interfaces (IndirectInterfaces | None)
channels (Channels | None)
remap_states (RemapStates | None)
address_spaces (AddressSpaces | None)
memory_maps (MemoryMaps | None)
model (Model | None)
component_generators (ComponentGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
whitebox_elements (WhiteboxElements | None)
cpus (Cpus | None)
other_clock_drivers (OtherClocks | None)
reset_types (ResetTypes | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Cpus(cpu=<factory>)
Bases:
object
- Variables:
cpu – Describes a processor in this component.
- Parameters:
cpu (Iterable[Cpu])
- class Cpu(name=None, display_name=None, description=None, is_present=None, address_space_ref=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
address_space_ref – Indicates which address space maps into this cpu.
parameters – Data specific to the cpu.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_space_ref (Iterable[AddressSpaceRef])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_space_ref: Iterable[AddressSpaceRef]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class ResetTypes(reset_type=<factory>)
Bases:
object
- Variables:
reset_type – A user defined reset policy
- Parameters:
reset_type (Iterable[ResetType])
- class ResetType(name=None, display_name=None, description=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class WhiteboxElements(whitebox_element=<factory>)
Bases:
object
- Variables:
whitebox_element – A whiteboxElement is a useful way to identify elements of a component that can not be identified through other means such as internal signals and non- software accessible registers.
- Parameters:
whitebox_element (Iterable[WhiteboxElementType])
- whitebox_element: Iterable[WhiteboxElementType]
- address_spaces: AddressSpaces | None
- assertions: Assertions | None
- bus_interfaces: BusInterfaces | None
- component_generators: ComponentGenerators | None
- cpus: 'ComponentType.Cpus' | None
- description: Description | None
- id: str | None
- indirect_interfaces: IndirectInterfaces | None
- library: str | None
- memory_maps: MemoryMaps | None
- name: str | None
- other_clock_drivers: OtherClocks | None
- parameters: Parameters | None
- remap_states: RemapStates | None
- reset_types: 'ComponentType.ResetTypes' | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- whitebox_elements: 'ComponentType.WhiteboxElements' | None
org.accellera.ipxact.v1685_2014.component_generator module
- class org.accellera.ipxact.v1685_2014.component_generator.ComponentGenerator(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None, group=<factory>, scope=InstanceGeneratorTypeScope.INSTANCE)
Bases:
InstanceGeneratorType
Specifies a set of component generators.
The scope attribute applies to component generators and specifies whether the generator should be run for each instance of the entity (or module) or just once for all instances of the entity.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (ApiType | None)
transport_methods (TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
group (Iterable[Group])
scope (InstanceGeneratorTypeScope)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- group: Iterable['InstanceGeneratorType.Group']
- id: str | None
- name: str | None
- parameters: Parameters | None
- scope: InstanceGeneratorTypeScope
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.component_generators module
- class org.accellera.ipxact.v1685_2014.component_generators.ComponentGenerators(component_generator=<factory>)
Bases:
object
List of component generators.
- Parameters:
component_generator (Iterable[ComponentGenerator])
- component_generator: Iterable[ComponentGenerator]
org.accellera.ipxact.v1685_2014.component_instance module
- class org.accellera.ipxact.v1685_2014.component_instance.ComponentInstance(instance_name=None, display_name=None, description=None, is_present=None, component_ref=None, vendor_extensions=None, id=None)
Bases:
object
Component instance element.
The instance name is contained in the unique-value instanceName attribute.
- Variables:
instance_name
display_name
description
is_present
component_ref – References a component to be found in an external library. The four attributes define the VLNV of the referenced element.
vendor_extensions
id
- Parameters:
instance_name (InstanceName | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
component_ref (ConfigurableLibraryRefType | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- component_ref: ConfigurableLibraryRefType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- instance_name: InstanceName | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.component_instances module
- class org.accellera.ipxact.v1685_2014.component_instances.ComponentInstances(component_instance=<factory>)
Bases:
object
Sub instances of internal components.
- Parameters:
component_instance (Iterable[ComponentInstance])
- component_instance: Iterable[ComponentInstance]
org.accellera.ipxact.v1685_2014.component_instantiation_type module
- class org.accellera.ipxact.v1685_2014.component_instantiation_type.ComponentInstantiationType(name=None, display_name=None, description=None, is_virtual=None, language=None, library_name=None, package_name=None, module_name=None, architecture_name=None, configuration_name=None, module_parameters=None, default_file_builder=<factory>, file_set_ref=<factory>, constraint_set_ref=<factory>, whitebox_element_refs=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
Component instantiation type.
- Variables:
name – Unique name
display_name
description
is_virtual – When true, indicates that this component should not be netlisted.
language – The hardware description language used such as “verilog” or “vhdl”. If the attribute “strict” is “true”, this value must match the language being generated for the design.
library_name – A string specifying the library name in which the model should be compiled. If the libraryName element is not present then its value defaults to “work”.
package_name – A string describing the VHDL package containing the interface of the model. If the packageName element is not present then its value defaults to the component VLNV name concatenated with postfix “_cmp_pkg” which stands for component package.
module_name – A string describing the Verilog, SystemVerilog, or SystemC module name or the VHDL entity name. If the moduleName is not present then its value defaults to the component VLNV name
architecture_name – A string describing the VHDL architecture name. If the architectureName element is not present then its value defaults to “rtl”.
configuration_name – A string describing the Verilog, SystemVerilog, or VHDL configuration name. If the configurationName element is not present then its value defaults to the design configuration VLNV name of the design configuration associated with the active hierarchical view or, if there is no active hierarchical view, to the component VLNV name concatenated with postfix “_rtl_cfg”.
module_parameters – Model parameter name value pairs container
default_file_builder – Default command and flags used to build derived files from the sourceName files in the referenced file sets.
file_set_ref
constraint_set_ref
whitebox_element_refs – Container for white box element references.
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_virtual (bool | None)
language (LanguageType | None)
library_name (object | None)
package_name (str | None)
module_name (str | None)
architecture_name (str | None)
configuration_name (str | None)
module_parameters (ModuleParameters | None)
default_file_builder (Iterable[FileBuilderType])
file_set_ref (Iterable[FileSetRef])
constraint_set_ref (Iterable[ConstraintSetRef])
whitebox_element_refs (WhiteboxElementRefs | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class ModuleParameters(module_parameter=<factory>)
Bases:
object
- Variables:
module_parameter – A module parameter name value pair. The name is given in an attribute. The value is the element value. The dataType (applicable to high level modeling) is given in the dataType attribute. For hardware based models, the name should be identical to the RTL (VHDL generic or Verilog parameter). The usageType attribute indicates how the model parameter is to be used.
- Parameters:
module_parameter (Iterable[ModuleParameterType])
- module_parameter: Iterable[ModuleParameterType]
- class WhiteboxElementRefs(whitebox_element_ref=<factory>)
Bases:
object
- Variables:
whitebox_element_ref – Reference to a white box element which is visible within this view.
- Parameters:
whitebox_element_ref (Iterable[WhiteboxElementRefType])
- whitebox_element_ref: Iterable[WhiteboxElementRefType]
- architecture_name: str | None
- configuration_name: str | None
- constraint_set_ref: Iterable[ConstraintSetRef]
- default_file_builder: Iterable[FileBuilderType]
- description: Description | None
- display_name: DisplayName | None
- file_set_ref: Iterable[FileSetRef]
- id: str | None
- is_virtual: bool | None
- language: LanguageType | None
- library_name: object | None
- module_name: str | None
- module_parameters: ModuleParameters | None
- name: str | None
- package_name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- whitebox_element_refs: WhiteboxElementRefs | None
org.accellera.ipxact.v1685_2014.component_port_direction_type module
org.accellera.ipxact.v1685_2014.component_type module
- class org.accellera.ipxact.v1685_2014.component_type.ComponentType(vendor=None, library=None, name=None, version=None, bus_interfaces=None, indirect_interfaces=None, channels=None, remap_states=None, address_spaces=None, memory_maps=None, model=None, component_generators=None, choices=None, file_sets=None, whitebox_elements=None, cpus=None, other_clock_drivers=None, reset_types=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Component-specific extension to componentType.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
bus_interfaces
indirect_interfaces
channels
remap_states
address_spaces
memory_maps
model
component_generators – Generator list is tools-specific.
choices
file_sets
whitebox_elements – A list of whiteboxElements
cpus – cpu’s in the component
other_clock_drivers – Defines a set of clock drivers that are not directly associated with an input port of the component.
reset_types – A list of user defined resetTypes applicable to this component.
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
bus_interfaces (BusInterfaces | None)
indirect_interfaces (IndirectInterfaces | None)
channels (Channels | None)
remap_states (RemapStates | None)
address_spaces (AddressSpaces | None)
memory_maps (MemoryMaps | None)
model (Model | None)
component_generators (ComponentGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
whitebox_elements (WhiteboxElements | None)
cpus (Cpus | None)
other_clock_drivers (OtherClocks | None)
reset_types (ResetTypes | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Cpus(cpu=<factory>)
Bases:
object
- Variables:
cpu – Describes a processor in this component.
- Parameters:
cpu (Iterable[Cpu])
- class Cpu(name=None, display_name=None, description=None, is_present=None, address_space_ref=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
address_space_ref – Indicates which address space maps into this cpu.
parameters – Data specific to the cpu.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_space_ref (Iterable[AddressSpaceRef])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_space_ref: Iterable[AddressSpaceRef]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class ResetTypes(reset_type=<factory>)
Bases:
object
- Variables:
reset_type – A user defined reset policy
- Parameters:
reset_type (Iterable[ResetType])
- class ResetType(name=None, display_name=None, description=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class WhiteboxElements(whitebox_element=<factory>)
Bases:
object
- Variables:
whitebox_element – A whiteboxElement is a useful way to identify elements of a component that can not be identified through other means such as internal signals and non- software accessible registers.
- Parameters:
whitebox_element (Iterable[WhiteboxElementType])
- whitebox_element: Iterable[WhiteboxElementType]
- address_spaces: AddressSpaces | None
- assertions: Assertions | None
- bus_interfaces: BusInterfaces | None
- component_generators: ComponentGenerators | None
- description: Description | None
- id: str | None
- indirect_interfaces: IndirectInterfaces | None
- library: str | None
- memory_maps: MemoryMaps | None
- name: str | None
- other_clock_drivers: OtherClocks | None
- parameters: Parameters | None
- remap_states: RemapStates | None
- reset_types: ResetTypes | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- whitebox_elements: WhiteboxElements | None
org.accellera.ipxact.v1685_2014.configurable_arrays module
- class org.accellera.ipxact.v1685_2014.configurable_arrays.ConfigurableArrays(array=<factory>)
Bases:
object
- Variables:
array – Specific left and right array bounds.
- Parameters:
array (Iterable[Array])
- class Array(left: org.accellera.ipxact.v1685_2014.left.Left | None = None, right: org.accellera.ipxact.v1685_2014.right.Right | None = None, id: str | None = None)
Bases:
object
- id: str | None
org.accellera.ipxact.v1685_2014.configurable_element_value module
- class org.accellera.ipxact.v1685_2014.configurable_element_value.ConfigurableElementValue(value='', other_attributes=<factory>, reference_id=None, id=None)
Bases:
ComplexBaseExpression
Describes the content of a configurable element.
The required referenceId attribute refers to the ID attribute of the configurable element.
- Variables:
reference_id – Refers to the ID attribute of the configurable element.
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
reference_id (str | None)
id (str | None)
- id: str | None
- other_attributes: Mapping[str, str]
- reference_id: str | None
- value: str
org.accellera.ipxact.v1685_2014.configurable_element_values module
- class org.accellera.ipxact.v1685_2014.configurable_element_values.ConfigurableElementValues(configurable_element_value=<factory>)
Bases:
object
All configuration information for a contained component, generator, generator chain or abstractor instance.
- Variables:
configurable_element_value – Describes the content of a configurable element. The required referenceId attribute refers to the ID attribute of the configurable element.
- Parameters:
configurable_element_value (Iterable[ConfigurableElementValue])
- configurable_element_value: Iterable[ConfigurableElementValue]
org.accellera.ipxact.v1685_2014.configurable_library_ref_type module
- class org.accellera.ipxact.v1685_2014.configurable_library_ref_type.ConfigurableLibraryRefType(configurable_element_values=None, vendor=None, library=None, name=None, version=None)
Bases:
object
Base IP-XACT document reference type for configurable top-level objects.
Contains vendor, library, name and version attributes along with configurable element values.
- Parameters:
configurable_element_values (ConfigurableElementValues | None)
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
- configurable_element_values: ConfigurableElementValues | None
- library: str | None
- name: str | None
- vendor: str | None
- version: str | None
org.accellera.ipxact.v1685_2014.constraint_set module
- class org.accellera.ipxact.v1685_2014.constraint_set.ConstraintSet(name=None, display_name=None, description=None, vector=None, drive_constraint=None, load_constraint=None, timing_constraint=<factory>, constraint_set_id='default', id=None)
Bases:
object
Defines constraints that apply to a component port.
If multiple constraintSet elements are used, each must have a unique value for the constraintSetId attribute.
- Variables:
name – Unique name
display_name
description
vector – The optional element vector specify the bits of a vector for which the constraints apply. The vaules of left and right must be within the range of the port. If the vector is not specified then the constraints apply to all the bits of the port.
drive_constraint
load_constraint
timing_constraint
constraint_set_id – Indicates a name for this set of constraints. Constraints are tied to a view using this name in the constraintSetRef element.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vector (Vector | None)
drive_constraint (DriveConstraint | None)
load_constraint (LoadConstraint | None)
timing_constraint (Iterable[TimingConstraint])
constraint_set_id (str)
id (str | None)
- class Vector(left=None, right=None)
Bases:
object
- Variables:
left – The optional elements left and right can be used to select a bit-slice of a vector.
right – The optional elements left and right can be used to select a bit-slice of a vector.
- Parameters:
left (UnsignedIntExpression | None)
right (UnsignedIntExpression | None)
- left: UnsignedIntExpression | None
- right: UnsignedIntExpression | None
- constraint_set_id: str
- description: Description | None
- display_name: DisplayName | None
- drive_constraint: DriveConstraint | None
- id: str | None
- load_constraint: LoadConstraint | None
- name: str | None
- timing_constraint: Iterable[TimingConstraint]
org.accellera.ipxact.v1685_2014.constraint_set_ref module
org.accellera.ipxact.v1685_2014.constraint_sets module
- class org.accellera.ipxact.v1685_2014.constraint_sets.ConstraintSets(constraint_set=<factory>)
Bases:
object
List of constraintSet elements for a component port.
- Parameters:
constraint_set (Iterable[ConstraintSet])
- constraint_set: Iterable[ConstraintSet]
org.accellera.ipxact.v1685_2014.data_type_type module
org.accellera.ipxact.v1685_2014.default_value module
- class org.accellera.ipxact.v1685_2014.default_value.DefaultValue(value='', other_attributes=<factory>)
Bases:
UnsignedBitVectorExpression
Default value for a wire port.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.delay_value_type module
org.accellera.ipxact.v1685_2014.delay_value_unit_type module
org.accellera.ipxact.v1685_2014.dependency module
- class org.accellera.ipxact.v1685_2014.dependency.Dependency(value='', id=None)
Bases:
IpxactUri
Specifies a location on which files or fileSets may be dependent.
Typically, this would be a directory that would contain included files.
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
org.accellera.ipxact.v1685_2014.description module
org.accellera.ipxact.v1685_2014.design module
- class org.accellera.ipxact.v1685_2014.design.Design(vendor=None, library=None, name=None, version=None, component_instances=None, interconnections=None, ad_hoc_connections=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Root element for a platform design.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
component_instances
interconnections
ad_hoc_connections
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
component_instances (ComponentInstances | None)
interconnections (Interconnections | None)
ad_hoc_connections (AdHocConnections | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- ad_hoc_connections: AdHocConnections | None
- assertions: Assertions | None
- component_instances: ComponentInstances | None
- description: Description | None
- id: str | None
- interconnections: Interconnections | None
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.design_configuration module
- class org.accellera.ipxact.v1685_2014.design_configuration.DesignConfiguration(vendor=None, library=None, name=None, version=None, design_ref=None, generator_chain_configuration=<factory>, interconnection_configuration=<factory>, view_configuration=<factory>, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Top level element for describing the current configuration of a design.
Does not describe instance parameterization
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
design_ref – The design to which this configuration applies
generator_chain_configuration – Contains the configurable information associated with a generatorChain and its generators. Note that configurable information for generators associated with components is stored in the design file.
interconnection_configuration – Contains the information about the abstractors required to cross between two interfaces at with different abstractionDefs.
view_configuration – Contains the active views for each instance in the design
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
design_ref (LibraryRefType | None)
generator_chain_configuration (Iterable[ConfigurableLibraryRefType])
interconnection_configuration (Iterable[InterconnectionConfiguration])
view_configuration (Iterable[ViewConfiguration])
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class InterconnectionConfiguration(is_present=None, interconnection_ref=None, abstractor_instances=<factory>, id=None)
Bases:
object
- Variables:
is_present
interconnection_ref – Reference to the interconnection name, monitor interconnection name or possibly a hierConnection interfaceName in a design file.
abstractor_instances – List of abstractor-instances for this interconnection. Multiple abstractor-instances elements may be present for a 1-to-many (broadcast) interconnection. In that case, the optional interfaceRef elements must reference non-overlapping interfaces from the ‘many’ side of the interconnection.
id
- Parameters:
is_present (IsPresent | None)
interconnection_ref (str | None)
abstractor_instances (Iterable[AbstractorInstances])
id (str | None)
- class AbstractorInstances(is_present=None, interface_ref=<factory>, abstractor_instance=<factory>)
Bases:
object
- Variables:
is_present
interface_ref – Defines the broadcast endpoint to which this chain of abstractors applies.
abstractor_instance – Element to hold a the abstractor reference, the configuration and viewName. If multiple elements are present then the order is the order in which the abstractors should be chained together.
- Parameters:
is_present (IsPresent | None)
interface_ref (Iterable[InterfaceRef])
abstractor_instance (Iterable[AbstractorInstance])
- class AbstractorInstance(instance_name=None, display_name=None, description=None, abstractor_ref=None, view_name=None, id=None)
Bases:
object
- Variables:
instance_name – Instance name for the abstractor
display_name
description
abstractor_ref – Abstractor reference
view_name – The name of the active view for this abstractor instance.
id
- Parameters:
instance_name (str | None)
display_name (DisplayName | None)
description (Description | None)
abstractor_ref (ConfigurableLibraryRefType | None)
view_name (str | None)
id (str | None)
- abstractor_ref: ConfigurableLibraryRefType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- instance_name: str | None
- view_name: str | None
- class InterfaceRef(is_present=None, component_ref=None, bus_ref=None)
Bases:
object
- Variables:
is_present
component_ref – Reference to a component instance nane.
bus_ref – Reference to a component bus interface name.
- Parameters:
is_present (IsPresent | None)
component_ref (str | None)
bus_ref (str | None)
- bus_ref: str | None
- component_ref: str | None
- abstractor_instance: Iterable[AbstractorInstance]
- interface_ref: Iterable[InterfaceRef]
- abstractor_instances: Iterable[AbstractorInstances]
- id: str | None
- interconnection_ref: str | None
- class ViewConfiguration(instance_name=None, is_present=None, view=None, id=None)
Bases:
object
- Variables:
instance_name
is_present
view – The selected view for the instance.
id
- Parameters:
instance_name (InstanceName | None)
is_present (IsPresent | None)
view (View | None)
id (str | None)
- class View(configurable_element_values=None, view_ref=None)
Bases:
object
- Variables:
configurable_element_values – Parameter values to set in the selected configuredView.
view_ref
- Parameters:
configurable_element_values (ConfigurableElementValues | None)
view_ref (str | None)
- configurable_element_values: ConfigurableElementValues | None
- view_ref: str | None
- id: str | None
- instance_name: InstanceName | None
- assertions: Assertions | None
- description: Description | None
- design_ref: LibraryRefType | None
- generator_chain_configuration: Iterable[ConfigurableLibraryRefType]
- id: str | None
- interconnection_configuration: Iterable[InterconnectionConfiguration]
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- view_configuration: Iterable[ViewConfiguration]
org.accellera.ipxact.v1685_2014.design_configuration_instantiation_type module
- class org.accellera.ipxact.v1685_2014.design_configuration_instantiation_type.DesignConfigurationInstantiationType(name=None, display_name=None, description=None, language=None, design_configuration_ref=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
Design configuration instantiation type.
- Variables:
name – Unique name
display_name
description
language – The hardware description language used such as “verilog” or “vhdl”. If the attribute “strict” is “true”, this value must match the language being generated for the design.
design_configuration_ref – References an IP-XACT design configuration document (by VLNV) that provides a configuration for the component’s design.
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
language (LanguageType | None)
design_configuration_ref (ConfigurableLibraryRefType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- design_configuration_ref: ConfigurableLibraryRefType | None
- display_name: DisplayName | None
- id: str | None
- language: LanguageType | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.design_instantiation_type module
- class org.accellera.ipxact.v1685_2014.design_instantiation_type.DesignInstantiationType(name=None, display_name=None, description=None, design_ref=None, vendor_extensions=None, id=None)
Bases:
object
Design instantiation type.
- Variables:
name – Unique name
display_name
description
design_ref – References an IP-XACT design document (by VLNV) that provides a design for the component.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
design_ref (ConfigurableLibraryRefType | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- design_ref: ConfigurableLibraryRefType | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.direction module
org.accellera.ipxact.v1685_2014.display_name module
org.accellera.ipxact.v1685_2014.drive_constraint module
- class org.accellera.ipxact.v1685_2014.drive_constraint.DriveConstraint(cell_specification=None)
Bases:
object
Defines a constraint indicating how an input is to be driven.
The preferred methodology is to specify a library cell in technology independent fashion. The implemention tool should assume that the associated port is driven by the specified cell, or that the drive strength of the input port is indicated by the specified resistance value.
- Parameters:
cell_specification (CellSpecification | None)
- cell_specification: CellSpecification | None
org.accellera.ipxact.v1685_2014.driver module
- class org.accellera.ipxact.v1685_2014.driver.Driver(range=None, default_value=None, clock_driver=None, single_shot_driver=None)
Bases:
DriverType
Wire port driver element.
- Parameters:
range (Range | None)
default_value (DefaultValue | None)
clock_driver (ClockDriver | None)
single_shot_driver (SingleShotDriver | None)
- clock_driver: ClockDriver | None
- default_value: DefaultValue | None
- single_shot_driver: SingleShotDriver | None
org.accellera.ipxact.v1685_2014.driver_type module
- class org.accellera.ipxact.v1685_2014.driver_type.DriverType(range=None, default_value=None, clock_driver=None, single_shot_driver=None)
Bases:
object
Wire port driver type.
- Parameters:
range (Range | None)
default_value (DefaultValue | None)
clock_driver (ClockDriver | None)
single_shot_driver (SingleShotDriver | None)
- clock_driver: ClockDriver | None
- default_value: DefaultValue | None
- single_shot_driver: SingleShotDriver | None
org.accellera.ipxact.v1685_2014.drivers module
org.accellera.ipxact.v1685_2014.edge_value_type module
org.accellera.ipxact.v1685_2014.endianess_type module
- class org.accellera.ipxact.v1685_2014.endianess_type.EndianessType(*values)
Bases:
Enum
‘big’: means the most significant element of any multi-element data field is stored at the lowest memory address.
‘little’ means the least significant element of any multi-element data field is stored at the lowest memory address. If this element is not present the default is ‘little’ endian.
- BIG = 'big'
- LITTLE = 'little'
org.accellera.ipxact.v1685_2014.enumerated_value_usage module
org.accellera.ipxact.v1685_2014.enumerated_values module
- class org.accellera.ipxact.v1685_2014.enumerated_values.EnumeratedValues(enumerated_value=<factory>)
Bases:
object
Enumerates specific values that can be assigned to the bit field.
- Variables:
enumerated_value – Enumerates specific values that can be assigned to the bit field. The name of this enumerated value. This may be used as a token in generating code.
- Parameters:
enumerated_value (Iterable[EnumeratedValue])
- class EnumeratedValue(name=None, display_name=None, description=None, value=None, vendor_extensions=None, usage=EnumeratedValueUsage.READ_WRITE, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
value – Enumerated bit field value.
vendor_extensions
usage – Usage for the enumeration. ‘read’ for a software read access. ‘write’ for a software write access. ‘read- write’ for a software read or write access.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (UnsignedBitVectorExpression | None)
vendor_extensions (VendorExtensions | None)
usage (EnumeratedValueUsage)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- usage: EnumeratedValueUsage
- value: UnsignedBitVectorExpression | None
- vendor_extensions: VendorExtensions | None
- enumerated_value: Iterable[EnumeratedValue]
org.accellera.ipxact.v1685_2014.executable_image module
- class org.accellera.ipxact.v1685_2014.executable_image.ExecutableImage(name=None, display_name=None, description=None, parameters=None, language_tools=None, file_set_ref_group=None, vendor_extensions=None, image_id=None, image_type=None, id=None)
Bases:
object
Specifies an executable software image to be loaded into a processors address space.
The format of the image is not specified. It could, for example, be an ELF loadfile, or it could be raw binary or ascii hex data for loading directly into a memory model instance.
- Variables:
name – Unique name
display_name
description
parameters – Additional information about the load module, e.g. stack base addresses, table addresses, etc.
language_tools – Default commands and flags for software language tools needed to build the executable image.
file_set_ref_group – Contains a group of file set references that indicates the set of file sets complying with the tool set of the current executable image.
vendor_extensions
image_id – Unique ID for the executableImage, referenced in fileSet/function/fileRef
image_type – Open element to describe the type of image. The contents is model and/or generator specific.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
parameters (Parameters | None)
language_tools (LanguageTools | None)
file_set_ref_group (FileSetRefGroup | None)
vendor_extensions (VendorExtensions | None)
image_id (str | None)
image_type (str | None)
id (str | None)
- class FileSetRefGroup(file_set_ref: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.file_set_ref.FileSetRef] = <factory>)
Bases:
object
- Parameters:
file_set_ref (Iterable[FileSetRef])
- file_set_ref: Iterable[FileSetRef]
- class LanguageTools(file_builder=<factory>, linker=None, linker_flags=None, linker_command_file=<factory>)
Bases:
object
- Variables:
file_builder – A generic placeholder for any file builder like compilers and assemblers. It contains the file types to which the command should be applied, and the flags to be used with that command.
linker
linker_flags
linker_command_file
- Parameters:
file_builder (Iterable[FileBuilder])
linker (StringExpression | None)
linker_flags (StringExpression | None)
linker_command_file (Iterable[LinkerCommandFile])
- class FileBuilder(file_type=None, command=None, flags=None, replace_default_flags=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
file_type
command – Default command used to build files of the specified fileType.
flags – Flags given to the build command when building files of this type.
replace_default_flags – If true, replace any default flags value with the value in the sibling flags element. Otherwise, append the contents of the sibling flags element to any default flags value. If the value is true and the “flags” element is empty or missing, this will have the result of clearing any default flags value.
vendor_extensions
id
- Parameters:
file_type (FileType | None)
command (StringExpression | None)
flags (StringExpression | None)
replace_default_flags (UnsignedBitExpression | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- command: StringExpression | None
- flags: StringExpression | None
- id: str | None
- replace_default_flags: UnsignedBitExpression | None
- vendor_extensions: VendorExtensions | None
- file_builder: Iterable[FileBuilder]
- linker: StringExpression | None
- linker_command_file: Iterable[LinkerCommandFile]
- linker_flags: StringExpression | None
- description: Description | None
- display_name: DisplayName | None
- file_set_ref_group: FileSetRefGroup | None
- id: str | None
- image_id: str | None
- image_type: str | None
- language_tools: LanguageTools | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.external_port_reference module
- class org.accellera.ipxact.v1685_2014.external_port_reference.ExternalPortReference(is_present=None, part_select=None, port_ref=None, id=None)
Bases:
object
- Variables:
is_present
part_select
port_ref – A port on the on the referenced component from componentRef.
id
- Parameters:
is_present (IsPresent | None)
part_select (PartSelect | None)
port_ref (str | None)
id (str | None)
- id: str | None
- part_select: PartSelect | None
- port_ref: str | None
org.accellera.ipxact.v1685_2014.field_type module
- class org.accellera.ipxact.v1685_2014.field_type.FieldType(name=None, display_name=None, description=None, access_handles=None, is_present=None, bit_offset=None, resets=None, type_identifier=None, bit_width=None, volatile=None, access=None, enumerated_values=None, modified_write_value=None, write_value_constraint=None, read_action=None, testable=None, reserved=None, parameters=None, vendor_extensions=None, id=None, field_id=None)
Bases:
object
A field within a register.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
bit_offset – Offset of this field’s bit 0 from bit 0 of the register.
resets
type_identifier – Identifier name used to indicate that multiple field elements contain the exact same information for the elements in the fieldDefinitionGroup.
bit_width – Width of the field in bits.
volatile – Indicates whether the data is volatile. The presumed value is ‘false’ if not present.
access
enumerated_values
modified_write_value – If present this element describes the modification of field data caused by a write operation. ‘oneToClear’ means that in a bitwise fashion each write data bit of a one will clear the corresponding bit in the field. ‘oneToSet’ means that in a bitwise fashion each write data bit of a one will set the corresponding bit in the field. ‘oneToToggle’ means that in a bitwise fashion each write data bit of a one will toggle the corresponding bit in the field. ‘zeroToClear’ means that in a bitwise fashion each write data bit of a zero will clear the corresponding bit in the field. ‘zeroToSet’ means that in a bitwise fashion each write data bit of a zero will set the corresponding bit in the field. ‘zeroToToggle’ means that in a bitwise fashion each write data bit of a zero will toggle the corresponding bit in the field. ‘clear’ means any write to this field clears the field. ‘set’ means any write to the field sets the field. ‘modify’ means any write to this field may modify that data. If this element is not present the write operation data is written.
write_value_constraint – The legal values that may be written to a field. If not specified the legal values are not specified.
read_action – A list of possible actions for a read to set the field after the read. ‘clear’ means that after a read the field is cleared. ‘set’ means that after a read the field is set. ‘modify’ means after a read the field is modified. If not present the field value is not modified after a read.
testable – Can the field be tested with an automated register test routine. The presumed value is true if not specified.
reserved – Indicates that the field should be documented as reserved. The presumed value is ‘false’ if not present.
parameters
vendor_extensions
id
field_id – A unique identifier within a component for a field.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
bit_offset (UnsignedIntExpression | None)
resets (Resets | None)
type_identifier (str | None)
bit_width (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
enumerated_values (EnumeratedValues | None)
modified_write_value (ModifiedWriteValue | None)
write_value_constraint (WriteValueConstraintType | None)
read_action (ReadAction | None)
testable (Testable | None)
reserved (UnsignedBitExpression | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
field_id (str | None)
- class ModifiedWriteValue(value: org.accellera.ipxact.v1685_2014.modified_write_value_type.ModifiedWriteValueType | None = None, modify: str | None = None)
Bases:
object
- Parameters:
value (ModifiedWriteValueType | None)
modify (str | None)
- modify: str | None
- value: ModifiedWriteValueType | None
- class ReadAction(value: org.accellera.ipxact.v1685_2014.read_action_type.ReadActionType | None = None, modify: str | None = None)
Bases:
object
- Parameters:
value (ReadActionType | None)
modify (str | None)
- modify: str | None
- value: ReadActionType | None
- class Resets(reset=<factory>)
Bases:
object
- Variables:
reset – BitField reset value
- Parameters:
reset (Iterable[Reset])
- class Testable(value=None, test_constraint=TestableTestConstraint.UNCONSTRAINED)
Bases:
object
- Variables:
value
test_constraint – Constraint for an automated register test routine. ‘unconstrained’ (default) means may read and write all legal values. ‘restore’ means may read and write legal values but the value must be restored to the initially read value before accessing another register. ‘writeAsRead’ has limitations on testability where only the value read before a write may be written to the field. ‘readOnly’ has limitations on testability where values may only be read from the field.
- Parameters:
value (bool | None)
test_constraint (TestableTestConstraint)
- test_constraint: TestableTestConstraint
- value: bool | None
- access_handles: AccessHandles | None
- bit_offset: UnsignedIntExpression | None
- bit_width: UnsignedPositiveIntExpression | None
- description: Description | None
- display_name: DisplayName | None
- enumerated_values: EnumeratedValues | None
- field_id: str | None
- id: str | None
- modified_write_value: ModifiedWriteValue | None
- name: str | None
- parameters: Parameters | None
- read_action: ReadAction | None
- reserved: UnsignedBitExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- write_value_constraint: WriteValueConstraintType | None
org.accellera.ipxact.v1685_2014.file module
- class org.accellera.ipxact.v1685_2014.file.File(name=None, is_present=None, file_type=<factory>, is_structural=None, is_include_file=None, logical_name=None, exported_name=<factory>, build_command=None, dependency=<factory>, define=<factory>, image_type=<factory>, description=None, vendor_extensions=None, file_id=None, other_attributes=<factory>, id=None)
Bases:
object
IP-XACT reference to a file or directory.
- Variables:
name – Path to the file or directory. If this path is a relative path, then it is relative to the containing XML file.
is_present
file_type
is_structural – Indicates that the current file is purely structural.
is_include_file – Indicate that the file is include file.
logical_name – Logical name for this file or directory e.g. VHDL library name.
exported_name – Defines exported names that can be accessed externally, e.g. exported function names from a C source file.
build_command – Command and flags used to build derived files from the sourceName files. If this element is present, the command and/or flags used to to build the file will override or augment any default builders at a higher level.
dependency
define – Specifies define symbols that are used in the source file. The ipxact:name element gives the name to be defined and the text content of the ipxact:value element holds the value. This element supports full configurability.
image_type – Relates the current file to a certain executable image type in the design.
description – String for describing this file to users
vendor_extensions
file_id – Unique ID for this file, referenced in fileSet/function/fileRef
other_attributes
id
- Parameters:
name (StringUriexpression | None)
is_present (IsPresent | None)
file_type (Iterable[FileType])
is_structural (bool | None)
is_include_file (IsIncludeFile | None)
logical_name (LogicalName | None)
exported_name (Iterable[ExportedName])
build_command (BuildCommand | None)
dependency (Iterable[Dependency])
define (Iterable[NameValuePairType])
image_type (Iterable[ImageType])
description (str | None)
vendor_extensions (VendorExtensions | None)
file_id (str | None)
other_attributes (Mapping[str, str])
id (str | None)
- class BuildCommand(command=None, flags=None, replace_default_flags=None, target_name=None)
Bases:
object
- Variables:
command – Command used to build this file.
flags – Flags given to the build command when building this file. If the optional attribute “append” is “true”, this string will be appended to any existing flags, otherwise these flags will replace any existing default flags.
replace_default_flags – If true, the value of the sibling element “flags” should replace any default flags specified at a more global level. If this is true and the sibling element “flags” is empty or missing, this has the effect of clearing any default flags.
target_name – Pathname to the file that is derived (built) from the source file.
- Parameters:
command (StringExpression | None)
flags (Flags | None)
replace_default_flags (UnsignedBitExpression | None)
target_name (StringUriexpression | None)
- class Flags(value='', other_attributes=<factory>, append=None)
Bases:
StringExpression
- Variables:
append – “true” indicates that the flags shall be appended to any existing flags, “false”indicates these flags will replace any existing default flags.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
append (bool | None)
- append: bool | None
- other_attributes: Mapping[str, str]
- value: str
- command: StringExpression | None
- replace_default_flags: UnsignedBitExpression | None
- target_name: StringUriexpression | None
- class ExportedName(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class ImageType(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class IsIncludeFile(value=None, external_declarations=False)
Bases:
object
- Variables:
value
external_declarations – the File contains some declarations that are needed in top file
- Parameters:
value (bool | None)
external_declarations (bool)
- external_declarations: bool
- value: bool | None
- class LogicalName(value='', default=False)
Bases:
object
- Variables:
value
default – The logical name shall only be used as a default and another process may override this name.
- Parameters:
value (str)
default (bool)
- default: bool
- value: str
- build_command: BuildCommand | None
- define: Iterable[NameValuePairType]
- dependency: Iterable[Dependency]
- description: str | None
- exported_name: Iterable[ExportedName]
- file_id: str | None
- id: str | None
- is_include_file: IsIncludeFile | None
- is_structural: bool | None
- logical_name: LogicalName | None
- name: StringUriexpression | None
- other_attributes: Mapping[str, str]
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.file_builder_type module
- class org.accellera.ipxact.v1685_2014.file_builder_type.FileBuilderType(file_type=None, command=None, flags=None, replace_default_flags=None, id=None)
Bases:
object
- Variables:
file_type
command – Default command used to build files of the specified fileType.
flags – Flags given to the build command when building files of this type.
replace_default_flags – If true, replace any default flags value with the value in the sibling flags element. Otherwise, append the contents of the sibling flags element to any default flags value. If the value is true and the “flags” element is empty or missing, this will have the result of clearing any default flags value.
id
- Parameters:
file_type (FileType | None)
command (StringExpression | None)
flags (StringExpression | None)
replace_default_flags (UnsignedBitExpression | None)
id (str | None)
- command: StringExpression | None
- flags: StringExpression | None
- id: str | None
- replace_default_flags: UnsignedBitExpression | None
org.accellera.ipxact.v1685_2014.file_set module
- class org.accellera.ipxact.v1685_2014.file_set.FileSet(name=None, display_name=None, description=None, group=<factory>, file=<factory>, default_file_builder=<factory>, dependency=<factory>, function=<factory>, vendor_extensions=None, id=None)
Bases:
FileSetType
This element specifies a list of unique pathnames to files and directories.
It may also include build instructions for the files. If compilation order is important, e.g. for VHDL files, the files have to be provided in compilation order.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
group (Iterable[Group])
file (Iterable[File])
default_file_builder (Iterable[FileBuilderType])
dependency (Iterable[Dependency])
function (Iterable[Function])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Function(entry_point=None, file_ref=None, return_type=None, argument=<factory>, disabled=None, source_file=<factory>, replicate=False, id=None)
Bases:
object
- Variables:
entry_point – Optional name for the function.
file_ref – A reference to the file that contains the entry point function.
return_type – Function return type. Possible values are void and int.
argument – Arguments passed in when the function is called. Arguments are passed in order. This is an extension of the name-value pair which includes the data type in the ipxact:dataType attribute. The argument name is in the ipxact:name element and its value is in the ipxact:value element.
disabled – Specifies if the SW function is enabled. If not present the function is always enabled.
source_file – Location information for the source file of this function.
replicate – If true directs the generator to compile a separate object module for each instance of the component in the design. If false (default) the function will be called with different arguments for each instance.
id
- Parameters:
entry_point (str | None)
file_ref (str | None)
return_type (ReturnTypeType | None)
argument (Iterable[Argument])
disabled (UnsignedBitExpression | None)
source_file (Iterable[SourceFile])
replicate (bool)
id (str | None)
- class Argument(name=None, display_name=None, description=None, value=None, vendor_extensions=None, id=None, data_type=None)
Bases:
NameValuePairType
- Variables:
data_type – The data type of the argument as pertains to the language. Example: “int”, “double”, “char *”.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (Value | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
data_type (DataTypeType | None)
- data_type: DataTypeType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- value: Value | None
- vendor_extensions: VendorExtensions | None
- class SourceFile(source_name=None, file_type=None, id=None)
Bases:
object
- Variables:
source_name – Source file for the boot load. Relative names are searched for in the project directory and the source of the component directory.
file_type
id
- Parameters:
- id: str | None
- disabled: UnsignedBitExpression | None
- entry_point: str | None
- file_ref: str | None
- id: str | None
- replicate: bool
- return_type: ReturnTypeType | None
- source_file: Iterable[SourceFile]
- default_file_builder: Iterable[FileBuilderType]
- dependency: Iterable[Dependency]
- description: Description | None
- display_name: DisplayName | None
- function: Iterable['FileSetType.Function']
- group: Iterable['FileSetType.Group']
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.file_set_ref module
- class org.accellera.ipxact.v1685_2014.file_set_ref.FileSetRef(local_name=None, is_present=None, id=None)
Bases:
object
A reference to a fileSet.
- Variables:
local_name – Refers to a fileSet defined within this description.
is_present
id
- Parameters:
local_name (str | None)
is_present (IsPresent | None)
id (str | None)
- id: str | None
- local_name: str | None
org.accellera.ipxact.v1685_2014.file_set_type module
- class org.accellera.ipxact.v1685_2014.file_set_type.FileSetType(name=None, display_name=None, description=None, group=<factory>, file=<factory>, default_file_builder=<factory>, dependency=<factory>, function=<factory>, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
group – Identifies this filleSet as belonging to a particular group or having a particular purpose. Examples might be “diagnostics”, “boot”, “application”, “interrupt”, “deviceDriver”, etc.
file
default_file_builder – Default command and flags used to build derived files from the sourceName files in this file set.
dependency
function – Generator information if this file set describes a function. For example, this file set may describe diagnostics for which the DE can generate a diagnostics driver.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
group (Iterable[Group])
file (Iterable[File])
default_file_builder (Iterable[FileBuilderType])
dependency (Iterable[Dependency])
function (Iterable[Function])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Function(entry_point=None, file_ref=None, return_type=None, argument=<factory>, disabled=None, source_file=<factory>, replicate=False, id=None)
Bases:
object
- Variables:
entry_point – Optional name for the function.
file_ref – A reference to the file that contains the entry point function.
return_type – Function return type. Possible values are void and int.
argument – Arguments passed in when the function is called. Arguments are passed in order. This is an extension of the name-value pair which includes the data type in the ipxact:dataType attribute. The argument name is in the ipxact:name element and its value is in the ipxact:value element.
disabled – Specifies if the SW function is enabled. If not present the function is always enabled.
source_file – Location information for the source file of this function.
replicate – If true directs the generator to compile a separate object module for each instance of the component in the design. If false (default) the function will be called with different arguments for each instance.
id
- Parameters:
entry_point (str | None)
file_ref (str | None)
return_type (ReturnTypeType | None)
argument (Iterable[Argument])
disabled (UnsignedBitExpression | None)
source_file (Iterable[SourceFile])
replicate (bool)
id (str | None)
- class Argument(name=None, display_name=None, description=None, value=None, vendor_extensions=None, id=None, data_type=None)
Bases:
NameValuePairType
- Variables:
data_type – The data type of the argument as pertains to the language. Example: “int”, “double”, “char *”.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (Value | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
data_type (DataTypeType | None)
- data_type: DataTypeType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- value: Value | None
- vendor_extensions: VendorExtensions | None
- class SourceFile(source_name=None, file_type=None, id=None)
Bases:
object
- Variables:
source_name – Source file for the boot load. Relative names are searched for in the project directory and the source of the component directory.
file_type
id
- Parameters:
- id: str | None
- disabled: UnsignedBitExpression | None
- entry_point: str | None
- file_ref: str | None
- id: str | None
- replicate: bool
- return_type: ReturnTypeType | None
- source_file: Iterable[SourceFile]
- default_file_builder: Iterable[FileBuilderType]
- dependency: Iterable[Dependency]
- description: Description | None
- display_name: DisplayName | None
- group: Iterable[Group]
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.file_sets module
org.accellera.ipxact.v1685_2014.file_type module
- class org.accellera.ipxact.v1685_2014.file_type.FileType(value=None, user=None, id=None)
Bases:
object
Enumerated file types known by IP-XACT.
- Parameters:
value (SimpleFileType | None)
user (str | None)
id (str | None)
- id: str | None
- user: str | None
- value: SimpleFileType | None
org.accellera.ipxact.v1685_2014.format_type module
- class org.accellera.ipxact.v1685_2014.format_type.FormatType(*values)
Bases:
Enum
This is an indication on the format of the value.
bit: 1-bit or more (vector) bits unsigned integer, byte: 8-bit signed integer, shortint: 16-bit signed integer, int: 32-bit signed integer, longint: 64-bit signed integer, shortreal: 32-bit signed floating point number, real: 64-bit signed floating point number, string: textual information.
- BIT = 'bit'
- BYTE = 'byte'
- INT = 'int'
- LONGINT = 'longint'
- REAL = 'real'
- SHORTINT = 'shortint'
- SHORTREAL = 'shortreal'
- STRING = 'string'
org.accellera.ipxact.v1685_2014.generator module
- class org.accellera.ipxact.v1685_2014.generator.Generator(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None)
Bases:
GeneratorType
Specifies a set of generators.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (ApiType | None)
transport_methods (TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.generator_chain module
- class org.accellera.ipxact.v1685_2014.generator_chain.GeneratorChain(vendor=None, library=None, name=None, version=None, generator_chain_selector=<factory>, component_generator_selector=<factory>, generator=<factory>, chain_group=<factory>, display_name=None, description=None, choices=None, parameters=None, assertions=None, vendor_extensions=None, hidden=False, id=None)
Bases:
object
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
generator_chain_selector – Select other generator chain files for inclusion into this chain. The boolean attribute “unique” (default false) specifies that only a single generator is valid in this context. If more that one generator is selected based on the selection criteria, DE will prompt the user to resolve to a single generator.
component_generator_selector – Selects generators declared in components of the current design for inclusion into this generator chain.
generator
chain_group – Identifies this generator chain as belonging to the named group. This is used by other generator chains to select this chain for programmatic inclusion.
display_name
description
choices
parameters
assertions
vendor_extensions
hidden – If this attribute is true then the generator should not be presented to the user, it may be part of a chain and has no useful meaning when invoked standalone.
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
generator_chain_selector (Iterable[GeneratorChainSelector])
component_generator_selector (Iterable[GeneratorSelectorType])
generator (Iterable[Generator])
chain_group (Iterable[ChainGroup])
display_name (DisplayName | None)
description (Description | None)
choices (Choices | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
- class ChainGroup(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class GeneratorChainSelector(group_selector=None, generator_chain_ref=None, unique=False, id=None)
Bases:
object
- Variables:
group_selector
generator_chain_ref – Select another generator chain using the unique identifier of this generator chain.
unique – Specifies that only a single generator is valid in this context. If more that one generator is selcted based on the selection criteria, DE will prompt the user to resolve to a single generator.
id
- Parameters:
group_selector (GroupSelector | None)
generator_chain_ref (ConfigurableLibraryRefType | None)
unique (bool)
id (str | None)
- generator_chain_ref: ConfigurableLibraryRefType | None
- group_selector: GroupSelector | None
- id: str | None
- unique: bool
- assertions: Assertions | None
- chain_group: Iterable[ChainGroup]
- component_generator_selector: Iterable[GeneratorSelectorType]
- description: Description | None
- display_name: DisplayName | None
- generator_chain_selector: Iterable[GeneratorChainSelector]
- id: str | None
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
org.accellera.ipxact.v1685_2014.generator_ref module
org.accellera.ipxact.v1685_2014.generator_selector_type module
- class org.accellera.ipxact.v1685_2014.generator_selector_type.GeneratorSelectorType(group_selector: org.accellera.ipxact.v1685_2014.group_selector.GroupSelector | None = None, id: str | None = None)
Bases:
object
- Parameters:
group_selector (GroupSelector | None)
id (str | None)
- group_selector: GroupSelector | None
- id: str | None
org.accellera.ipxact.v1685_2014.generator_type module
- class org.accellera.ipxact.v1685_2014.generator_type.GeneratorType(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None)
Bases:
object
Types of generators.
- Variables:
name – Unique name
display_name
description
phase
parameters
api_type – Indicates the type of API used by the generator. Valid value are TGI_2009, TGI_2014_BASE, TGI_2014_EXTENDED, and none. If this element is not present, TGI_2014_BASE is assumed. The type TGI_2009 indicates a generator using the 1685-2009 version of the TGI API. This is not part of the 1685-2014 version of the standard and may not be supported by Design Environments.
transport_methods
generator_exe – The pathname to the executable file that implements the generator
vendor_extensions
hidden – If this attribute is true then the generator should not be presented to the user, it may be part of a chain and has no useful meaning when invoked standalone.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (ApiType | None)
transport_methods (TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
- api_type: ApiType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- transport_methods: TransportMethods | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.group module
org.accellera.ipxact.v1685_2014.group_selector module
- class org.accellera.ipxact.v1685_2014.group_selector.GroupSelector(name=<factory>, multiple_group_selection_operator=GroupSelectorMultipleGroupSelectionOperator.OR, id=None)
Bases:
object
Specifies a set of group names used to select subsequent generators.
The attribute “multipleGroupOperator” specifies the OR or AND selection operator if there is more than one group name (default=OR).
- Variables:
name – Specifies a generator group name or a generator chain group name to be selected for inclusion in the generator chain.
multiple_group_selection_operator – Specifies the OR or AND selection operator if there is more than one group name.
id
- Parameters:
name (Iterable[Name])
multiple_group_selection_operator (GroupSelectorMultipleGroupSelectionOperator)
id (str | None)
- class Name(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- multiple_group_selection_operator: GroupSelectorMultipleGroupSelectionOperator
org.accellera.ipxact.v1685_2014.group_selector_multiple_group_selection_operator module
org.accellera.ipxact.v1685_2014.hier_interface module
- class org.accellera.ipxact.v1685_2014.hier_interface.HierInterface(component_ref=None, bus_ref=None, id=None, path=None)
Bases:
InterfaceType
Hierarchical reference to an interface.
- Variables:
path – A decending hierarchical (slash separated - example x/y/z) path to the component instance containing the specified component instance in componentRef. If not specified the componentRef instance shall exist in the current design.
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
path (str | None)
- bus_ref: str | None
- component_ref: str | None
- id: str | None
- path: str | None
org.accellera.ipxact.v1685_2014.hier_interface_type module
- class org.accellera.ipxact.v1685_2014.hier_interface_type.HierInterfaceType(is_present=None, description=None, vendor_extensions=None, bus_ref=None, id=None)
Bases:
object
A representation of an exported interface.
The busRef indicates the name of the interface in the containing component.
- Variables:
is_present
description
vendor_extensions
bus_ref – Reference to the components bus interface
id
- Parameters:
is_present (IsPresent | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
bus_ref (str | None)
id (str | None)
- bus_ref: str | None
- description: Description | None
- id: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.indexed_access_handle module
- class org.accellera.ipxact.v1685_2014.indexed_access_handle.IndexedAccessHandle(view_ref=<factory>, indices=None, path_segments=None, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
indices – For a multi dimensional IP-XACT object, indices can be specified to select the element the accessHandle applies to. This is an index into a multi-dimensional array and follows C-semantics for indexing.
path_segments – An ordered list of pathSegment elements. When concatenated with a desired separator the elements in this form a HDL path for the parent slice into the referenced view.
id
- Parameters:
view_ref (Iterable[ViewRef])
indices (Indices | None)
path_segments (PathSegments | None)
id (str | None)
- class Indices(index=<factory>)
Bases:
object
- Variables:
index – An index into the IP-XACT object.
- Parameters:
index (Iterable[UnsignedIntExpression])
- index: Iterable[UnsignedIntExpression]
- class PathSegments(path_segment: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType] = <factory>)
Bases:
object
- Parameters:
path_segment (Iterable[PathSegmentType])
- path_segment: Iterable[PathSegmentType]
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- path_segments: PathSegments | None
org.accellera.ipxact.v1685_2014.indices_type module
- class org.accellera.ipxact.v1685_2014.indices_type.IndicesType(index=<factory>)
Bases:
object
- Variables:
index – An index into an object in the referenced view.
- Parameters:
index (Iterable[UnsignedIntExpression])
- index: Iterable[UnsignedIntExpression]
org.accellera.ipxact.v1685_2014.indirect_address_ref module
org.accellera.ipxact.v1685_2014.indirect_data_ref module
org.accellera.ipxact.v1685_2014.indirect_interface module
- class org.accellera.ipxact.v1685_2014.indirect_interface.IndirectInterface(name=None, display_name=None, description=None, indirect_address_ref=None, indirect_data_ref=None, memory_map_ref=None, transparent_bridge=<factory>, bits_in_lau=None, endianness=None, parameters=None, vendor_extensions=None, any_attributes=<factory>)
Bases:
IndirectInterfaceType
Describes one of the bus interfaces supported by this component.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
indirect_address_ref (IndirectAddressRef | None)
indirect_data_ref (IndirectDataRef | None)
memory_map_ref (str | None)
transparent_bridge (Iterable[TransparentBridge])
bits_in_lau (BitsInLau | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
any_attributes (Mapping[str, str])
- any_attributes: Mapping[str, str]
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- indirect_address_ref: IndirectAddressRef | None
- indirect_data_ref: IndirectDataRef | None
- memory_map_ref: str | None
- name: str | None
- parameters: Parameters | None
- transparent_bridge: Iterable[TransparentBridge]
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.indirect_interface_type module
- class org.accellera.ipxact.v1685_2014.indirect_interface_type.IndirectInterfaceType(name=None, display_name=None, description=None, indirect_address_ref=None, indirect_data_ref=None, memory_map_ref=None, transparent_bridge=<factory>, bits_in_lau=None, endianness=None, parameters=None, vendor_extensions=None, any_attributes=<factory>)
Bases:
object
Type definition for a indirectInterface in a component.
- Variables:
name – Unique name
display_name
description
indirect_address_ref
indirect_data_ref
memory_map_ref – A reference to a memoryMap. This memoryMap is indirectly accessible through this interface.
transparent_bridge
bits_in_lau
endianness – ‘big’: means the most significant element of any multi-element data field is stored at the lowest memory address. ‘little’ means the least significant element of any multi-element data field is stored at the lowest memory address. If this element is not present the default is ‘little’ endian.
parameters
vendor_extensions
any_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
indirect_address_ref (IndirectAddressRef | None)
indirect_data_ref (IndirectDataRef | None)
memory_map_ref (str | None)
transparent_bridge (Iterable[TransparentBridge])
bits_in_lau (BitsInLau | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
any_attributes (Mapping[str, str])
- any_attributes: Mapping[str, str]
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- indirect_address_ref: IndirectAddressRef | None
- indirect_data_ref: IndirectDataRef | None
- memory_map_ref: str | None
- name: str | None
- parameters: Parameters | None
- transparent_bridge: Iterable[TransparentBridge]
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.indirect_interfaces module
- class org.accellera.ipxact.v1685_2014.indirect_interfaces.IndirectInterfaces(indirect_interface=<factory>)
Bases:
object
A list of bus interfaces supported by this component.
- Parameters:
indirect_interface (Iterable[IndirectInterface])
- indirect_interface: Iterable[IndirectInterface]
org.accellera.ipxact.v1685_2014.initiative module
- class org.accellera.ipxact.v1685_2014.initiative.Initiative(value=None)
Bases:
object
If this element is present, the type of access is restricted to the specified value.
- Parameters:
value (InitiativeType | None)
- value: InitiativeType | None
org.accellera.ipxact.v1685_2014.initiative_type module
org.accellera.ipxact.v1685_2014.instance_generator_type module
- class org.accellera.ipxact.v1685_2014.instance_generator_type.InstanceGeneratorType(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None, group=<factory>, scope=InstanceGeneratorTypeScope.INSTANCE)
Bases:
GeneratorType
- Variables:
group – An identifier to specify the generator group. This is used by generator chains for selecting which generators to run.
scope – The scope attribute applies to component generators and specifies whether the generator should be run for each instance of the entity (or module) or just once for all instances of the entity.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (ApiType | None)
transport_methods (TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
group (Iterable[Group])
scope (InstanceGeneratorTypeScope)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- group: Iterable[InstanceGeneratorType.Group]
- id: str | None
- name: str | None
- parameters: Parameters | None
- scope: InstanceGeneratorTypeScope
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.instance_generator_type_scope module
org.accellera.ipxact.v1685_2014.instance_name module
org.accellera.ipxact.v1685_2014.interconnection module
- class org.accellera.ipxact.v1685_2014.interconnection.Interconnection(name=None, display_name=None, description=None, is_present=None, active_interface=<factory>, hier_interface=<factory>, vendor_extensions=None, id=None)
Bases:
object
Describes a connection between two active (not monitor) busInterfaces.
- Variables:
name – Unique name
display_name
description
is_present
active_interface – Describes one interface of the interconnection. The componentRef and busRef attributes indicate the instance name and bus interface name of one end of the connection. This interface can be connected to one or more additional active and/or hierarchical interfaces, or to one or more hierarchical interfaces or to one or more monitor interfaces. The connected interfaces are all contained within the choice element below.
hier_interface
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
active_interface (Iterable[ActiveInterface])
hier_interface (Iterable[HierInterfaceType])
vendor_extensions (VendorExtensions | None)
id (str | None)
- active_interface: Iterable[ActiveInterface]
- description: Description | None
- display_name: DisplayName | None
- hier_interface: Iterable[HierInterfaceType]
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.interconnections module
- class org.accellera.ipxact.v1685_2014.interconnections.Interconnections(interconnection=<factory>, monitor_interconnection=<factory>)
Bases:
object
Connections between internal sub components.
- Parameters:
interconnection (Iterable[Interconnection])
monitor_interconnection (Iterable[MonitorInterconnection])
- interconnection: Iterable[Interconnection]
- monitor_interconnection: Iterable[MonitorInterconnection]
org.accellera.ipxact.v1685_2014.interface_type module
- class org.accellera.ipxact.v1685_2014.interface_type.InterfaceType(component_ref=None, bus_ref=None, id=None)
Bases:
object
A representation of a component/bus interface relation; i.e. a bus interface belonging to a certain component.
- Variables:
component_ref – Reference to a component instance name.
bus_ref – Reference to the components bus interface
id
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
- bus_ref: str | None
- component_ref: str | None
- id: str | None
org.accellera.ipxact.v1685_2014.ipxact_file_type module
- class org.accellera.ipxact.v1685_2014.ipxact_file_type.IpxactFileType(vlnv=None, name=None, description=None, vendor_extensions=None)
Bases:
object
- Variables:
vlnv – VLNV of the IP-XACT file being cataloged.
name – Name of the IP-XACT file being cataloged.
description
vendor_extensions
- Parameters:
vlnv (LibraryRefType | None)
name (StringUriexpression | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
- description: Description | None
- name: StringUriexpression | None
- vendor_extensions: VendorExtensions | None
- vlnv: LibraryRefType | None
org.accellera.ipxact.v1685_2014.ipxact_files_type module
- class org.accellera.ipxact.v1685_2014.ipxact_files_type.IpxactFilesType(ipxact_file=<factory>)
Bases:
object
Contains a list of IP-XACT files to include.
- Parameters:
ipxact_file (Iterable[IpxactFileType])
- ipxact_file: Iterable[IpxactFileType]
org.accellera.ipxact.v1685_2014.ipxact_uri module
org.accellera.ipxact.v1685_2014.is_present module
- class org.accellera.ipxact.v1685_2014.is_present.IsPresent(value='', other_attributes=<factory>)
Bases:
UnsignedBitExpression
Expression that determines whether the enclosing element should be treated as present (expression evaluates to “true”) or disregarded (expression evalutes to “false”)
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.is_reset_type module
- class org.accellera.ipxact.v1685_2014.is_reset_type.IsResetType(value='', other_attributes=<factory>, reset_type_ref=None, id=None)
Bases:
UnsignedBitExpression
If this evaluates to true, it indicates this port triggers the reset of registers and fields, if not present its value is assumed to be false.
The resetTypeRef attribute indicates the triggered reset event.
- Variables:
reset_type_ref – Reference to a user defined resetType. Assumed to be HARD if not present.
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
reset_type_ref (str | None)
id (str | None)
- id: str | None
- other_attributes: Mapping[str, str]
- reset_type_ref: str | None
- value: str
org.accellera.ipxact.v1685_2014.kind module
org.accellera.ipxact.v1685_2014.kind_type module
org.accellera.ipxact.v1685_2014.language_type module
org.accellera.ipxact.v1685_2014.leaf_access_handle module
- class org.accellera.ipxact.v1685_2014.leaf_access_handle.LeafAccessHandle(view_ref=<factory>, indices=None, slices=None, force=True, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
indices – For a multi dimensional IP-XACT object, indices can be specified to select the element the accessHandle applies to. This is an index into a multi-dimensional array and follows C-semantics for indexing.
slices
force
id
- Parameters:
view_ref (Iterable[ViewRef])
indices (Indices | None)
slices (SlicesType | None)
force (bool)
id (str | None)
- class Indices(index=<factory>)
Bases:
object
- Variables:
index – An index into the IP-XACT object.
- Parameters:
index (Iterable[UnsignedIntExpression])
- index: Iterable[UnsignedIntExpression]
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- force: bool
- id: str | None
- slices: SlicesType | None
org.accellera.ipxact.v1685_2014.left module
- class org.accellera.ipxact.v1685_2014.left.Left(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedIntExpression
The optional element left specifies the left boundary.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.library_ref_type module
- class org.accellera.ipxact.v1685_2014.library_ref_type.LibraryRefType(vendor=None, library=None, name=None, version=None)
Bases:
object
Base IP-XACT document reference type.
Contains vendor, library, name and version attributes.
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
- library: str | None
- name: str | None
- vendor: str | None
- version: str | None
org.accellera.ipxact.v1685_2014.linker_command_file module
- class org.accellera.ipxact.v1685_2014.linker_command_file.LinkerCommandFile(name=None, command_line_switch=None, enable=None, generator_ref=<factory>, vendor_extensions=None)
Bases:
object
Specifies a linker command file.
- Variables:
name – Linker command file name.
command_line_switch – The command line switch to specify the linker command file.
enable – Specifies whether to generate and enable the linker command file.
generator_ref
vendor_extensions
- Parameters:
name (StringUriexpression | None)
command_line_switch (StringExpression | None)
enable (UnsignedBitExpression | None)
generator_ref (Iterable[GeneratorRef])
vendor_extensions (VendorExtensions | None)
- command_line_switch: StringExpression | None
- enable: UnsignedBitExpression | None
- generator_ref: Iterable[GeneratorRef]
- name: StringUriexpression | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.load_constraint module
- class org.accellera.ipxact.v1685_2014.load_constraint.LoadConstraint(cell_specification=None, count=None)
Bases:
object
Defines a constraint indicating the type of load on an output port.
- Variables:
cell_specification
count – Indicates how many loads of the specified cell are connected. If not present, 3 is assumed.
- Parameters:
cell_specification (CellSpecification | None)
count (UnsignedPositiveIntExpression | None)
- cell_specification: CellSpecification | None
- count: UnsignedPositiveIntExpression | None
org.accellera.ipxact.v1685_2014.local_address_bank_type module
- class org.accellera.ipxact.v1685_2014.local_address_bank_type.LocalAddressBankType(name=None, display_name=None, description=None, access_handles=None, base_address=None, is_present=None, address_block=<factory>, bank=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Top level bank the specify an address.
- Variables:
name – Unique name
display_name
description
access_handles
base_address
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment – Describes whether this bank’s blocks are aligned in ‘parallel’ or ‘serial’.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
base_address (BaseAddress | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[LocalBankedBankType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[LocalBankedBankType]
- bank_alignment: BankAlignmentType | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.local_banked_bank_type module
- class org.accellera.ipxact.v1685_2014.local_banked_bank_type.LocalBankedBankType(name=None, display_name=None, description=None, access_handles=None, is_present=None, address_block=<factory>, bank=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Banks nested inside a bank do not specify address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[LocalBankedBankType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[LocalBankedBankType]
- bank_alignment: BankAlignmentType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.local_memory_map_type module
- class org.accellera.ipxact.v1685_2014.local_memory_map_type.LocalMemoryMapType(name=None, display_name=None, description=None, is_present=None, address_block=<factory>, bank=<factory>, id=None)
Bases:
object
Map of address space blocks on the local memory map of a master bus interface.
- Variables:
name – Unique name
display_name
description
is_present
address_block
bank – Represents a bank of memory made up of address blocks or other banks. It has a bankAlignment attribute indicating whether its blocks are aligned in ‘parallel’ (occupying adjacent bit fields) or ‘serial’ (occupying contiguous addresses). Its child blocks do not contain addresses or bit offsets.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_block (Iterable[AddressBlock])
bank (Iterable[LocalAddressBankType])
id (str | None)
- address_block: Iterable[AddressBlock]
- bank: Iterable[LocalAddressBankType]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
org.accellera.ipxact.v1685_2014.memory_map_ref module
- class org.accellera.ipxact.v1685_2014.memory_map_ref.MemoryMapRef(memory_map_ref=None)
Bases:
MemoryMapRefType
References the memory map.
The name of the memory map is kept in its memoryMapRef attribute.
- Parameters:
memory_map_ref (str | None)
- memory_map_ref: str | None
org.accellera.ipxact.v1685_2014.memory_map_ref_type module
- class org.accellera.ipxact.v1685_2014.memory_map_ref_type.MemoryMapRefType(memory_map_ref=None)
Bases:
object
Base type for an element which references an memory map.
Reference is kept in an attribute rather than the text value, so that the type may be extended with child elements if necessary.
- Variables:
memory_map_ref – A reference to a unique memory map.
- Parameters:
memory_map_ref (str | None)
- memory_map_ref: str | None
org.accellera.ipxact.v1685_2014.memory_map_type module
- class org.accellera.ipxact.v1685_2014.memory_map_type.MemoryMapType(name=None, display_name=None, description=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, memory_remap=<factory>, address_unit_bits=None, shared=None, vendor_extensions=None, id=None)
Bases:
object
Map of address space blocks on slave slave bus interface.
- Variables:
name – Unique name
display_name
description
is_present
address_block
bank
subspace_map – Maps in an address subspace from across a bus bridge. Its masterRef attribute refers by name to the master bus interface on the other side of the bridge. It must match the masterRef attribute of a bridge element on the slave interface, and that bridge element must be designated as opaque.
memory_remap – Additional memory map elements that are dependent on the component state.
address_unit_bits
shared – When the value is ‘yes’, the contents of the memoryMap are shared by all the references to this memoryMap, when the value is ‘no’ the contents of the memoryMap is not shared and when the value is ‘undefined’ (default) the sharing of the memoryMap is undefined.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_block (Iterable[AddressBlock])
bank (Iterable[Bank])
subspace_map (Iterable[SubspaceRefType])
memory_remap (Iterable[MemoryRemapType])
address_unit_bits (AddressUnitBits | None)
shared (SharedType | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_block: Iterable[AddressBlock]
- address_unit_bits: AddressUnitBits | None
- bank: Iterable[Bank]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- memory_remap: Iterable[MemoryRemapType]
- name: str | None
- subspace_map: Iterable[SubspaceRefType]
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.memory_maps module
- class org.accellera.ipxact.v1685_2014.memory_maps.MemoryMaps(memory_map=<factory>)
Bases:
object
Lists all the slave memory maps defined by the component.
- Variables:
memory_map – The set of address blocks a bus slave contributes to the bus’ address space.
- Parameters:
memory_map (Iterable[MemoryMapType])
- memory_map: Iterable[MemoryMapType]
org.accellera.ipxact.v1685_2014.memory_remap_type module
- class org.accellera.ipxact.v1685_2014.memory_remap_type.MemoryRemapType(name=None, display_name=None, description=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, state=None, id=None)
Bases:
object
Map of address space blocks on a slave bus interface in a specific remap state.
- Variables:
name – Unique name
display_name
description
is_present
address_block
bank
subspace_map – Maps in an address subspace from across a bus bridge. Its masterRef attribute refers by name to the master bus interface on the other side of the bridge. It must match the masterRef attribute of a bridge element on the slave interface, and that bridge element must be designated as opaque.
state – State of the component in which the memory map is active.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_block (Iterable[AddressBlock])
bank (Iterable[Bank])
subspace_map (Iterable[SubspaceRefType])
state (str | None)
id (str | None)
- address_block: Iterable[AddressBlock]
- bank: Iterable[Bank]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- state: str | None
- subspace_map: Iterable[SubspaceRefType]
org.accellera.ipxact.v1685_2014.model module
- class org.accellera.ipxact.v1685_2014.model.Model(views=None, instantiations=None, ports=None)
Bases:
ModelType
Model information.
- Parameters:
views (Views | None)
instantiations (Instantiations | None)
ports (Ports | None)
- class Instantiations(component_instantiation=<factory>, design_instantiation=<factory>, design_configuration_instantiation=<factory>)
Bases:
object
- Variables:
component_instantiation – Component Instantiation
design_instantiation – Design Instantiation
design_configuration_instantiation – Design Configuration Instantiation
- Parameters:
component_instantiation (Iterable[ComponentInstantiationType])
design_instantiation (Iterable[DesignInstantiationType])
design_configuration_instantiation (Iterable[DesignConfigurationInstantiationType])
- component_instantiation: Iterable[ComponentInstantiationType]
- design_configuration_instantiation: Iterable[DesignConfigurationInstantiationType]
- design_instantiation: Iterable[DesignInstantiationType]
- class Ports(port: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.port.Port] = <factory>)
Bases:
object
- Parameters:
port (Iterable[Port])
- class Views(view=<factory>)
Bases:
object
- Variables:
view – Single view of a component
- Parameters:
view (Iterable[View])
- class View(name=None, display_name=None, description=None, is_present=None, env_identifier=<factory>, component_instantiation_ref=None, design_instantiation_ref=None, design_configuration_instantiation_ref=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
env_identifier – Defines the hardware environment in which this view applies. The format of the string is language:tool:vendor_extension, with each piece being optional. The language must be one of the types from ipxact:fileType. The tool values are defined by the Accellera Systems Initiative, and include generic values “*Simulation” and “*Synthesis” to imply any tool of the indicated type. Having more than one envIdentifier indicates that the view applies to multiple environments.
component_instantiation_ref
design_instantiation_ref
design_configuration_instantiation_ref
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
env_identifier (Iterable[EnvIdentifier])
component_instantiation_ref (str | None)
design_instantiation_ref (str | None)
design_configuration_instantiation_ref (str | None)
- class EnvIdentifier(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- component_instantiation_ref: str | None
- description: Description | None
- design_configuration_instantiation_ref: str | None
- design_instantiation_ref: str | None
- display_name: DisplayName | None
- env_identifier: Iterable[EnvIdentifier]
- name: str | None
- instantiations: 'ModelType.Instantiations' | None
- ports: 'ModelType.Ports' | None
- views: 'ModelType.Views' | None
org.accellera.ipxact.v1685_2014.model_type module
- class org.accellera.ipxact.v1685_2014.model_type.ModelType(views=None, instantiations=None, ports=None)
Bases:
object
Model information.
- Variables:
views – Views container
instantiations – Instantiations container
ports – Port container
- Parameters:
views (Views | None)
instantiations (Instantiations | None)
ports (Ports | None)
- class Instantiations(component_instantiation=<factory>, design_instantiation=<factory>, design_configuration_instantiation=<factory>)
Bases:
object
- Variables:
component_instantiation – Component Instantiation
design_instantiation – Design Instantiation
design_configuration_instantiation – Design Configuration Instantiation
- Parameters:
component_instantiation (Iterable[ComponentInstantiationType])
design_instantiation (Iterable[DesignInstantiationType])
design_configuration_instantiation (Iterable[DesignConfigurationInstantiationType])
- component_instantiation: Iterable[ComponentInstantiationType]
- design_configuration_instantiation: Iterable[DesignConfigurationInstantiationType]
- design_instantiation: Iterable[DesignInstantiationType]
- class Ports(port: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.port.Port] = <factory>)
Bases:
object
- Parameters:
port (Iterable[Port])
- class Views(view=<factory>)
Bases:
object
- Variables:
view – Single view of a component
- Parameters:
view (Iterable[View])
- class View(name=None, display_name=None, description=None, is_present=None, env_identifier=<factory>, component_instantiation_ref=None, design_instantiation_ref=None, design_configuration_instantiation_ref=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
env_identifier – Defines the hardware environment in which this view applies. The format of the string is language:tool:vendor_extension, with each piece being optional. The language must be one of the types from ipxact:fileType. The tool values are defined by the Accellera Systems Initiative, and include generic values “*Simulation” and “*Synthesis” to imply any tool of the indicated type. Having more than one envIdentifier indicates that the view applies to multiple environments.
component_instantiation_ref
design_instantiation_ref
design_configuration_instantiation_ref
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
env_identifier (Iterable[EnvIdentifier])
component_instantiation_ref (str | None)
design_instantiation_ref (str | None)
design_configuration_instantiation_ref (str | None)
- class EnvIdentifier(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- component_instantiation_ref: str | None
- description: Description | None
- design_configuration_instantiation_ref: str | None
- design_instantiation_ref: str | None
- display_name: DisplayName | None
- env_identifier: Iterable[EnvIdentifier]
- name: str | None
- instantiations: Instantiations | None
org.accellera.ipxact.v1685_2014.modified_write_value_type module
- class org.accellera.ipxact.v1685_2014.modified_write_value_type.ModifiedWriteValueType(*values)
Bases:
Enum
- CLEAR = 'clear'
- MODIFY = 'modify'
- ONE_TO_CLEAR = 'oneToClear'
- ONE_TO_SET = 'oneToSet'
- ONE_TO_TOGGLE = 'oneToToggle'
- SET = 'set'
- ZERO_TO_CLEAR = 'zeroToClear'
- ZERO_TO_SET = 'zeroToSet'
- ZERO_TO_TOGGLE = 'zeroToToggle'
org.accellera.ipxact.v1685_2014.module_parameter_type module
- class org.accellera.ipxact.v1685_2014.module_parameter_type.ModuleParameterType(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE, is_present=None, data_type=None, usage_type=ModuleParameterTypeUsageType.NONTYPED)
Bases:
ParameterType
Name value pair with data type information.
- Variables:
is_present
data_type – The data type of the argument as pertains to the language. Example: “int”, “double”, “char *”.
usage_type – Indicates the type of the module parameter. Legal values are defined in the attribute enumeration list. Default value is ‘nontyped’.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
is_present (IsPresent | None)
data_type (str | None)
usage_type (ModuleParameterTypeUsageType)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- data_type: str | None
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- usage_type: ModuleParameterTypeUsageType
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.module_parameter_type_usage_type module
org.accellera.ipxact.v1685_2014.monitor_interconnection module
- class org.accellera.ipxact.v1685_2014.monitor_interconnection.MonitorInterconnection(name=None, display_name=None, description=None, is_present=None, monitored_active_interface=None, monitor_interface=<factory>)
Bases:
object
Describes a connection from the interface of one component to any number of monitor interfaces in the design.
An active interface can be connected to unlimited number of monitor interfaces.
- Variables:
name – Unique name
display_name
description
is_present
monitored_active_interface – Describes an active interface of the design that all the monitors will be connected to. The componentRef and busRef attributes indicate the instance name and bus interface name. The optional path attribute indicates the hierarchical instance name path to the component.
monitor_interface – Describes a list of monitor interfaces that are connected to the single active interface. The componentRef and busRef attributes indicate the instance name and bus interface name. The optional path attribute indicates the hierarchical instance name path to the component.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
monitored_active_interface (MonitorInterfaceType | None)
monitor_interface (Iterable[MonitorInterface])
- class MonitorInterface(component_ref: str | None = None, bus_ref: str | None = None, id: str | None = None, description: org.accellera.ipxact.v1685_2014.description.Description | None = None, vendor_extensions: org.accellera.ipxact.v1685_2014.vendor_extensions.VendorExtensions | None = None, path: object | None = None, is_present: org.accellera.ipxact.v1685_2014.is_present.IsPresent | None = None)
Bases:
MonitorInterfaceType
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
path (object | None)
is_present (IsPresent | None)
- bus_ref: str | None
- component_ref: str | None
- description: Description | None
- id: str | None
- path: object | None
- vendor_extensions: VendorExtensions | None
- description: Description | None
- display_name: DisplayName | None
- monitor_interface: Iterable[MonitorInterface]
- monitored_active_interface: MonitorInterfaceType | None
- name: str | None
org.accellera.ipxact.v1685_2014.monitor_interface_mode module
org.accellera.ipxact.v1685_2014.monitor_interface_type module
- class org.accellera.ipxact.v1685_2014.monitor_interface_type.MonitorInterfaceType(component_ref=None, bus_ref=None, id=None, description=None, vendor_extensions=None, path=None)
Bases:
InterfaceType
Hierarchical reference to an interface being monitored or monitoring another interface.
- Variables:
description
vendor_extensions
path – A decending hierarchical (slash separated - example x/y/z) path to the component instance containing the specified component instance in componentRef. If not specified the componentRef instance shall exist in the current design.
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
path (object | None)
- bus_ref: str | None
- component_ref: str | None
- description: Description | None
- id: str | None
- path: object | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.name_value_pair_type module
- class org.accellera.ipxact.v1685_2014.name_value_pair_type.NameValuePairType(name=None, display_name=None, description=None, value=None, vendor_extensions=None, id=None)
Bases:
object
Name and value type for use in resolvable elements.
- Variables:
name – Unique name
display_name
description
value
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (Value | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- value: Value | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.non_indexed_leaf_access_handle module
- class org.accellera.ipxact.v1685_2014.non_indexed_leaf_access_handle.NonIndexedLeafAccessHandle(view_ref=<factory>, slices=None, force=True, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
slices
force
id
- Parameters:
view_ref (Iterable[ViewRef])
slices (SlicesType | None)
force (bool)
id (str | None)
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- force: bool
- id: str | None
- slices: SlicesType | None
org.accellera.ipxact.v1685_2014.on_master_initiative module
org.accellera.ipxact.v1685_2014.on_slave_initiative module
org.accellera.ipxact.v1685_2014.on_system_initiative module
org.accellera.ipxact.v1685_2014.other_clock_driver module
- class org.accellera.ipxact.v1685_2014.other_clock_driver.OtherClockDriver(clock_period=None, clock_pulse_offset=None, clock_pulse_value=None, clock_pulse_duration=None, id=None, clock_name=None, clock_source=None)
Bases:
ClockDriverType
Describes a clock not directly associated with an input port.
The clockSource attribute can be used on these clocks to indicate the actual clock source (e.g. an output port of a clock generator cell).
- Variables:
clock_name – Indicates the name of the clock.
clock_source – Indicates the name of the actual clock source (e.g. an output pin of a clock generator cell).
- Parameters:
clock_period (ClockPeriod | None)
clock_pulse_offset (ClockPulseOffset | None)
clock_pulse_value (UnsignedBitVectorExpression | None)
clock_pulse_duration (ClockPulseDuration | None)
id (str | None)
clock_name (str | None)
clock_source (str | None)
- class ClockPeriod(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseDuration(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseOffset(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- clock_name: str | None
- clock_period: 'ClockDriverType.ClockPeriod' | None
- clock_pulse_duration: 'ClockDriverType.ClockPulseDuration' | None
- clock_pulse_offset: 'ClockDriverType.ClockPulseOffset' | None
- clock_pulse_value: UnsignedBitVectorExpression | None
- clock_source: str | None
- id: str | None
org.accellera.ipxact.v1685_2014.other_clocks module
- class org.accellera.ipxact.v1685_2014.other_clocks.OtherClocks(other_clock_driver=<factory>)
Bases:
object
List of clocks associated with the component that are not associated with ports.
Set the clockSource attribute on the clockDriver to indicate the source of a clock not associated with a particular component port.
- Parameters:
other_clock_driver (Iterable[OtherClockDriver])
- other_clock_driver: Iterable[OtherClockDriver]
org.accellera.ipxact.v1685_2014.parameter module
- class org.accellera.ipxact.v1685_2014.parameter.Parameter(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE)
Bases:
ParameterType
A name value pair.
The name is specified by the name element. The value is in the text content of the value element. This value element supports all configurability attributes.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.parameter_base_type module
- class org.accellera.ipxact.v1685_2014.parameter_base_type.ParameterBaseType(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>)
Bases:
object
Name and value type for use in resolvable elements.
- Variables:
name – Unique name
display_name
description
vectors
arrays
value – The value of the parameter.
vendor_extensions
parameter_id – ID attribute for uniquely identifying a parameter within its document. Attribute is used to refer to this from a configurable element.
prompt – Provides a string used to prompt the user for user- resolved property values.
choice_ref – For user defined properties, refers the choice element enumerating the values to choose from.
order – For components with auto-generated configuration forms, the user-resolved properties with order attibutes will be presented in ascending order.
config_groups – Tags configurable properties so that they may be grouped together. Configurable properties with matching values for this attribute are contained in the same group. The format of this attribute is a string. There is no semantic meaning to this attribute.
minimum – For user-resolved properties with numeric values, this indicates the minimum value allowed. Only valid for the types: byte, shortint, int, longint, shortreal and real. The type of this value is the same as the type of the parameter- value, which is specified by the parameter-type attribute.
maximum – For user-resolved properties with numeric values, this indicates the maximum value allowed. Only valid for the types: byte, shortint, int, longint, shortreal and real. The type of this value is the same as the type of the parameter- value, which is specified by the parameter-type attribute.
type_value – Specifies the type of the value of the parameter. A parameter of type byte is resolved to an 8-bit integer value, shortint is resolved to a 16-bit integer value, int is resolved to a 32-bit integer value, longint is resolved to a 64-bit integer value, shortreal is resolved to a 32-bit floating point value, real is resolved to a 64-bit floating point value, bit is by default resolved to a one bit value, unless a vector size has been specified and the string type is resolved to a string value.
sign – Specify the signedness explicitly. The data types byte, shortint, int, longint default to signed. The data type bit defaults to unsigned. When setting this values for the data types string, real and shortreal the setting is ignored.
prefix – Defines the prefix that precedes the unit of a value. The prefix is not applied to the value (e.g. in calculations).
unit – Defines the unit of the value.
other_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.parameter_base_type_prefix module
- class org.accellera.ipxact.v1685_2014.parameter_base_type_prefix.ParameterBaseTypePrefix(*values)
Bases:
Enum
- ATTO = 'atto'
- CENTI = 'centi'
- DECA = 'deca'
- DECI = 'deci'
- EXA = 'exa'
- FEMTO = 'femto'
- GIGA = 'giga'
- HECTO = 'hecto'
- KILO = 'kilo'
- MEGA = 'mega'
- MICRO = 'micro'
- MILLI = 'milli'
- NANO = 'nano'
- PETA = 'peta'
- PICO = 'pico'
- TERA = 'tera'
- YOCTO = 'yocto'
- YOTTA = 'yotta'
- ZEPTO = 'zepto'
- ZETTA = 'zetta'
org.accellera.ipxact.v1685_2014.parameter_base_type_unit module
- class org.accellera.ipxact.v1685_2014.parameter_base_type_unit.ParameterBaseTypeUnit(*values)
Bases:
Enum
- AMPERE = 'ampere'
- CELSIUS = 'Celsius'
- COULOMB = 'coulomb'
- FARAD = 'farad'
- HENRY = 'henry'
- HERTZ = 'hertz'
- JOULE = 'joule'
- KELVIN = 'kelvin'
- OHM = 'ohm'
- SECOND = 'second'
- SIEMENS = 'siemens'
- VOLT = 'volt'
- WATT = 'watt'
org.accellera.ipxact.v1685_2014.parameter_type module
- class org.accellera.ipxact.v1685_2014.parameter_type.ParameterType(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE)
Bases:
ParameterBaseType
- Variables:
resolve – Determines how a property value can be configured.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.parameter_type_resolve module
- class org.accellera.ipxact.v1685_2014.parameter_type_resolve.ParameterTypeResolve(*values)
Bases:
Enum
Determines how a parameter is resolved.
User means the value must be obtained from the user. Generated means the value will be provided by a generator.
- Variables:
IMMEDIATE – Property content cannot be modified through configuration.
USER – Property content can be modified through configuration. Modifications will be saved with the design.
GENERATED – Generators may modify this property. Modifications get saved with the design.
- GENERATED = 'generated'
- IMMEDIATE = 'immediate'
- USER = 'user'
org.accellera.ipxact.v1685_2014.parameters module
org.accellera.ipxact.v1685_2014.part_select module
- class org.accellera.ipxact.v1685_2014.part_select.PartSelect(range=<factory>, indices=None)
Bases:
object
Bit range definition.
- Parameters:
range (Iterable[Range])
indices (IndicesType | None)
- indices: IndicesType | None
org.accellera.ipxact.v1685_2014.path_segment_type module
- class org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType(path_segment_name=None, indices=None, id=None)
Bases:
object
Identifies one level of hierarchy in the view specifed by viewNameRef.
This is a simple name and optionally some indices into a multi dimensional element.
- Variables:
path_segment_name – One section of a HDL path
indices – Specifies a multi-dimensional index into pathSegementName
id
- Parameters:
path_segment_name (str | None)
indices (IndicesType | None)
id (str | None)
- id: str | None
- indices: IndicesType | None
- path_segment_name: str | None
org.accellera.ipxact.v1685_2014.payload module
- class org.accellera.ipxact.v1685_2014.payload.Payload(name=None, type_value=None, extension=None, vendor_extensions=None)
Bases:
object
Defines the structure of data transported by this port.
- Variables:
name – Defines the name of the payload. For example: TLM2 or TLM1
type_value – Defines the type of the payload.
extension – Defines the name of the payload extension. If attribute is not specified, it is by default optional.
vendor_extensions
- Parameters:
name (str | None)
type_value (PayloadType | None)
extension (Extension | None)
vendor_extensions (VendorExtensions | None)
- class Extension(value='', mandatory=False)
Bases:
object
- Variables:
value
mandatory – True if the payload extension is mandatory.
- Parameters:
value (str)
mandatory (bool)
- mandatory: bool
- value: str
- name: str | None
- type_value: PayloadType | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.payload_type module
org.accellera.ipxact.v1685_2014.phase module
- class org.accellera.ipxact.v1685_2014.phase.Phase(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
RealExpression
This is an non-negative floating point number that is used to sequence when a generator is run.
The generators are run in order starting with zero. There may be multiple generators with the same phase number. In this case, the order should not matter with respect to other generators at the same phase. If no phase number is given the generator will be considered in the “last” phase and these generators will be run in the order in which they are encountered while processing generator elements.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.port module
- class org.accellera.ipxact.v1685_2014.port.Port(name=None, display_name=None, description=None, is_present=None, wire=None, transactional=None, arrays=None, access=None, vendor_extensions=None, id=None)
Bases:
PortType
Describes port characteristics.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
wire (PortWireType | None)
transactional (PortTransactionalType | None)
arrays (Arrays | None)
access (PortAccessType1 | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- access: PortAccessType1 | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- transactional: PortTransactionalType | None
- vendor_extensions: VendorExtensions | None
- wire: PortWireType | None
org.accellera.ipxact.v1685_2014.port_access_type module
- class org.accellera.ipxact.v1685_2014.port_access_type.PortAccessType(value=None)
Bases:
object
Indicates how a netlister accesses a port.
‘ref’ means accessed by reference (default) and ‘ptr’ means accessed by pointer.
- Parameters:
value (SimplePortAccessType | None)
- value: SimplePortAccessType | None
org.accellera.ipxact.v1685_2014.port_access_type_1 module
- class org.accellera.ipxact.v1685_2014.port_access_type_1.PortAccessType1(port_access_type=None, access_handles=None)
Bases:
object
- Variables:
port_access_type – Indicates how a netlister accesses a port. ‘ref’ means accessed by reference (default) and ‘ptr’ means accessed through a pointer.
access_handles
- Parameters:
port_access_type (PortAccessType | None)
access_handles (AccessHandles | None)
- access_handles: AccessHandles | None
- port_access_type: PortAccessType | None
org.accellera.ipxact.v1685_2014.port_transactional_type module
- class org.accellera.ipxact.v1685_2014.port_transactional_type.PortTransactionalType(initiative=None, kind=None, bus_width=None, protocol=None, trans_type_defs=None, connection=None, all_logical_initiatives_allowed=False)
Bases:
object
Transactional port type.
- Variables:
initiative – Defines how the port accesses this service.
kind – Define the kind of transactional port
bus_width – Defines the bus width in bits.This can be the result of an expression.
protocol – Defines the protocol type. Defaults to tlm_base_protocol_type for TLM sockets
trans_type_defs – Definition of the port type expressed in the default language for this port (i.e. SystemC or SystemV).
connection – Bounds number of legal connections.
all_logical_initiatives_allowed – True if logical ports with different initiatives from the physical port initiative may be mapped onto this port. Forbidden for phantom ports, which always allow logical ports with all initiatives value to be mapped onto the physical port. Also ignored for “both” ports, since any logical port may be mapped to a physical “both” port.
- Parameters:
initiative (Initiative | None)
kind (Kind | None)
bus_width (BusWidth | None)
protocol (Protocol | None)
trans_type_defs (TransTypeDefs | None)
connection (Connection | None)
all_logical_initiatives_allowed (bool)
- class Connection(max_connections=None, min_connections=None)
Bases:
object
- Variables:
max_connections – Indicates the maximum number of connections this port supports. If this element is not present or set to 0 it implies an unbounded number of allowed connections.
min_connections – Indicates the minimum number of connections this port supports. If this element is not present, the minimum number of allowed connections is 1.
- Parameters:
max_connections (UnsignedIntExpression | None)
min_connections (UnsignedIntExpression | None)
- max_connections: UnsignedIntExpression | None
- min_connections: UnsignedIntExpression | None
- all_logical_initiatives_allowed: bool
- connection: Connection | None
- initiative: Initiative | None
- trans_type_defs: TransTypeDefs | None
org.accellera.ipxact.v1685_2014.port_type module
- class org.accellera.ipxact.v1685_2014.port_type.PortType(name=None, display_name=None, description=None, is_present=None, wire=None, transactional=None, arrays=None, access=None, vendor_extensions=None, id=None)
Bases:
object
A port description, giving a name and an access type for high level ports.
- Variables:
name – Unique name
display_name
description
is_present
wire – Defines a port whose type resolves to simple bits.
transactional – Defines a port that implements or uses a service that can be implemented with functions or methods.
arrays
access – Port access characteristics.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
wire (PortWireType | None)
transactional (PortTransactionalType | None)
arrays (Arrays | None)
access (PortAccessType1 | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- access: PortAccessType1 | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- transactional: PortTransactionalType | None
- vendor_extensions: VendorExtensions | None
- wire: PortWireType | None
org.accellera.ipxact.v1685_2014.port_wire_type module
- class org.accellera.ipxact.v1685_2014.port_wire_type.PortWireType(direction=None, vectors=None, wire_type_defs=None, drivers=None, constraint_sets=None, all_logical_directions_allowed=False)
Bases:
object
Wire port type for a component.
- Variables:
direction – The direction of a wire style port. The basic directions for a port are ‘in’ for input ports, ‘out’ for output port and ‘inout’ for bidirectional and tristate ports. A value of ‘phantom’ is also allowed and define a port that exist on the IP-XACT component but not on the HDL model.
vectors
wire_type_defs
drivers
constraint_sets
all_logical_directions_allowed – True if logical ports with different directions from the physical port direction may be mapped onto this port. Forbidden for phantom ports, which always allow logical ports with all direction value to be mapped onto the physical port. Also ignored for inout ports, since any logical port maybe mapped to a physical inout port.
- Parameters:
direction (ComponentPortDirectionType | None)
vectors (Vectors | None)
wire_type_defs (WireTypeDefs | None)
drivers (Drivers | None)
constraint_sets (ConstraintSets | None)
all_logical_directions_allowed (bool)
- all_logical_directions_allowed: bool
- constraint_sets: ConstraintSets | None
- direction: ComponentPortDirectionType | None
- wire_type_defs: WireTypeDefs | None
org.accellera.ipxact.v1685_2014.presence module
- class org.accellera.ipxact.v1685_2014.presence.Presence(value=PresenceType.OPTIONAL)
Bases:
object
If this element is present, the existance of the port is controlled by the specified value.
valid values are ‘illegal’, ‘required’ and ‘optional’.
- Parameters:
value (PresenceType)
- value: PresenceType
org.accellera.ipxact.v1685_2014.presence_type module
org.accellera.ipxact.v1685_2014.protocol module
- class org.accellera.ipxact.v1685_2014.protocol.Protocol(protocol_type=None, payload=None)
Bases:
object
Defines the protocol type.
Defaults to tlm_base_protocol_type for TLM sockets
- Parameters:
protocol_type (ProtocolType | None)
payload (Payload | None)
- class ProtocolType(value: org.accellera.ipxact.v1685_2014.protocol_type_type.ProtocolTypeType | None = None, custom: str | None = None)
Bases:
object
- Parameters:
value (ProtocolTypeType | None)
custom (str | None)
- custom: str | None
- value: ProtocolTypeType | None
- protocol_type: ProtocolType | None
org.accellera.ipxact.v1685_2014.protocol_type_type module
org.accellera.ipxact.v1685_2014.range module
org.accellera.ipxact.v1685_2014.read_action_type module
org.accellera.ipxact.v1685_2014.real_expression module
- class org.accellera.ipxact.v1685_2014.real_expression.RealExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
A real which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a real value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a real value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.register_file module
- class org.accellera.ipxact.v1685_2014.register_file.RegisterFile(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, range=None, register=<factory>, register_file=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
A structure of registers and register files.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple registerFile elements contain the exact same information except for the elements in the registerFileInstanceGroup.
range – The range of a register file. Expressed as the number of addressable units accessible to the block. Specified in units of addressUnitBits.
register – A single register
register_file – A structure of registers and register files
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
range (UnsignedPositiveLongintExpression | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register_file: Iterable[RegisterFile]
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.remap_states module
- class org.accellera.ipxact.v1685_2014.remap_states.RemapStates(remap_state=<factory>)
Bases:
object
Contains a list of remap state names and associated port values.
- Variables:
remap_state – Contains a list of ports and values in remapPort and a list of registers and values that when all evaluate to true which tell the decoder to enter this remap state. The name attribute identifies the name of the state. If a list of remapPorts and/or remapRegisters is not defined then the condition for that state cannot be defined.
- Parameters:
remap_state (Iterable[RemapState])
- class RemapState(name=None, display_name=None, description=None, remap_ports=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
remap_ports – List of ports and their values that shall invoke this remap state.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
remap_ports (RemapPorts | None)
- class RemapPorts(remap_port=<factory>)
Bases:
object
- Variables:
remap_port – Contains the name and value of a port on the component, the value indicates the logic value which this port must take to effect the remapping. The portMapRef attribute stores the name of the port which takes that value.
- Parameters:
remap_port (Iterable[RemapPort])
- class RemapPort(port_index=None, value=None, port_ref=None)
Bases:
object
- Variables:
port_index – Index for a vectored type port. Must be a number between left and right for the port.
value
port_ref – This attribute identifies a signal on the component which affects the component’s memory layout
- Parameters:
port_index (UnsignedIntExpression | None)
value (UnsignedIntExpression | None)
port_ref (str | None)
- port_index: UnsignedIntExpression | None
- port_ref: str | None
- value: UnsignedIntExpression | None
- description: Description | None
- display_name: DisplayName | None
- name: str | None
- remap_ports: RemapPorts | None
- remap_state: Iterable[RemapState]
org.accellera.ipxact.v1685_2014.requires_driver module
- class org.accellera.ipxact.v1685_2014.requires_driver.RequiresDriver(value=False, driver_type=RequiresDriverDriverType.ANY)
Bases:
object
Specifies if a port requires a driver.
Default is false. The attribute driverType can further qualify what type of driver is required. Undefined behaviour if direction is not input or inout. Driver type any indicates that any unspecified type of driver must be connected
- Variables:
value
driver_type – Defines the type of driver that is required. The default is any type of driver. The 2 other options are a clock type driver or a singleshot type driver.
- Parameters:
value (bool)
driver_type (RequiresDriverDriverType)
- driver_type: RequiresDriverDriverType
- value: bool
org.accellera.ipxact.v1685_2014.requires_driver_driver_type module
org.accellera.ipxact.v1685_2014.reset module
- class org.accellera.ipxact.v1685_2014.reset.Reset(value=None, mask=None, reset_type_ref=None, id=None)
Bases:
object
Register value at reset.
- Variables:
value – The value itself.
mask – Mask to be anded with the value before comparing to the reset value.
reset_type_ref – Reference to a user defined resetType. Assumed to be HARD if not present.
id
- Parameters:
value (UnsignedBitVectorExpression | None)
mask (UnsignedBitVectorExpression | None)
reset_type_ref (str | None)
id (str | None)
- id: str | None
- mask: UnsignedBitVectorExpression | None
- reset_type_ref: str | None
- value: UnsignedBitVectorExpression | None
org.accellera.ipxact.v1685_2014.return_type_type module
org.accellera.ipxact.v1685_2014.right module
- class org.accellera.ipxact.v1685_2014.right.Right(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedIntExpression
The optional element right specifies the right boundary.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.service_type_defs module
- class org.accellera.ipxact.v1685_2014.service_type_defs.ServiceTypeDefs(service_type_def=<factory>)
Bases:
object
The group of type definitions.
If no match to a viewName is found then the default language types are to be used. See the User Guide for these default types.
- Parameters:
service_type_def (Iterable[ServiceTypeDef])
- service_type_def: Iterable[ServiceTypeDef]
org.accellera.ipxact.v1685_2014.sign_type module
org.accellera.ipxact.v1685_2014.signed_int_expression module
- class org.accellera.ipxact.v1685_2014.signed_int_expression.SignedIntExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
A signed int which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.signed_longint_expression module
- class org.accellera.ipxact.v1685_2014.signed_longint_expression.SignedLongintExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An unsigned longint which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a signed longint value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a signed longint value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.simple_access_handle module
- class org.accellera.ipxact.v1685_2014.simple_access_handle.SimpleAccessHandle(view_ref=<factory>, path_segments=None, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
path_segments – An ordered list of pathSegment elements. When concatenated with a desired separator the elements in this form a HDL path for the parent slice into the referenced view.
id
- Parameters:
view_ref (Iterable[ViewRef])
path_segments (PathSegments | None)
id (str | None)
- class PathSegments(path_segment: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType] = <factory>)
Bases:
object
- Parameters:
path_segment (Iterable[PathSegmentType])
- path_segment: Iterable[PathSegmentType]
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- path_segments: PathSegments | None
org.accellera.ipxact.v1685_2014.simple_bit_steering_expression_value module
org.accellera.ipxact.v1685_2014.simple_file_type module
- class org.accellera.ipxact.v1685_2014.simple_file_type.SimpleFileType(*values)
Bases:
Enum
- ASM_SOURCE = 'asmSource'
- CPP_SOURCE = 'cppSource'
- C_SOURCE = 'cSource'
- EXECUTABLE_HDL = 'executableHdl'
- E_SOURCE = 'eSource'
- LIBERTY_SOURCE = 'libertySource'
- OVASOURCE = 'OVASource'
- PERL_SOURCE = 'perlSource'
- PSL_SOURCE = 'pslSource'
- SDC = 'SDC'
- SVASOURCE = 'SVASource'
- SW_OBJECT = 'swObject'
- SW_OBJECT_LIBRARY = 'swObjectLibrary'
- SYSTEM_CAMS_SOURCE = 'systemCAmsSource'
- SYSTEM_CSOURCE = 'systemCSource'
- SYSTEM_CSOURCE_2_0 = 'systemCSource-2.0'
- SYSTEM_CSOURCE_2_0_1 = 'systemCSource-2.0.1'
- SYSTEM_CSOURCE_2_1 = 'systemCSource-2.1'
- SYSTEM_CSOURCE_2_2 = 'systemCSource-2.2'
- SYSTEM_VERILOG_SOURCE = 'systemVerilogSource'
- SYSTEM_VERILOG_SOURCE_3_0 = 'systemVerilogSource-3.0'
- SYSTEM_VERILOG_SOURCE_3_1 = 'systemVerilogSource-3.1'
- SYSTEM_VERILOG_SOURCE_3_1A = 'systemVerilogSource-3.1a'
- TCL_SOURCE = 'tclSource'
- UNELABORATED_HDL = 'unelaboratedHdl'
- UNKNOWN = 'unknown'
- USER = 'user'
- VERA_SOURCE = 'veraSource'
- VERILOG_AMS_SOURCE = 'verilogAmsSource'
- VERILOG_BINARY_LIBRARY = 'verilogBinaryLibrary'
- VERILOG_SOURCE = 'verilogSource'
- VERILOG_SOURCE_2001 = 'verilogSource-2001'
- VERILOG_SOURCE_95 = 'verilogSource-95'
- VHDL_AMS_SOURCE = 'vhdlAmsSource'
- VHDL_BINARY_LIBRARY = 'vhdlBinaryLibrary'
- VHDL_SOURCE = 'vhdlSource'
- VHDL_SOURCE_87 = 'vhdlSource-87'
- VHDL_SOURCE_93 = 'vhdlSource-93'
org.accellera.ipxact.v1685_2014.simple_port_access_type module
org.accellera.ipxact.v1685_2014.simple_tied_value_type_value module
org.accellera.ipxact.v1685_2014.simple_whitebox_type module
org.accellera.ipxact.v1685_2014.single_shot_driver module
- class org.accellera.ipxact.v1685_2014.single_shot_driver.SingleShotDriver(single_shot_offset=None, single_shot_value=None, single_shot_duration=None)
Bases:
object
Describes a driven one-shot port.
- Variables:
single_shot_offset – Time in nanoseconds until start of one- shot.
single_shot_value – Value of port after first edge of one- shot.
single_shot_duration – Duration in nanoseconds of the one shot.
- Parameters:
single_shot_offset (RealExpression | None)
single_shot_value (UnsignedBitVectorExpression | None)
single_shot_duration (RealExpression | None)
- single_shot_duration: RealExpression | None
- single_shot_offset: RealExpression | None
- single_shot_value: UnsignedBitVectorExpression | None
org.accellera.ipxact.v1685_2014.slice_type module
- class org.accellera.ipxact.v1685_2014.slice_type.SliceType(path_segments=None, range=None, id=None)
Bases:
object
Contains the HDL path information for a slice of the IP-XACT object.
- Variables:
path_segments – An ordered list of pathSegment elements. When concatenated with a desired separator the elements in this form a HDL path for the parent slice into the referenced view.
range – A range to be applied to the concatenation of the above path segments
id
- Parameters:
path_segments (PathSegments | None)
range (Range | None)
id (str | None)
- class PathSegments(path_segment: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType] = <factory>)
Bases:
object
- Parameters:
path_segment (Iterable[PathSegmentType])
- path_segment: Iterable[PathSegmentType]
- id: str | None
- path_segments: PathSegments | None
org.accellera.ipxact.v1685_2014.slices_type module
- class org.accellera.ipxact.v1685_2014.slices_type.SlicesType(slice=<factory>)
Bases:
object
Each slice specifies the HDL path for part of the parent IP-XACT object.
The slices must be concatenated to calculate the entire path. If there is only one slice, it is assumed to be the path for the entire IP-XACT object.
- Variables:
slice – The HDL path for a slice of the IP-XACT object.
- Parameters:
slice (Iterable[SliceType])
org.accellera.ipxact.v1685_2014.string_expression module
- class org.accellera.ipxact.v1685_2014.string_expression.StringExpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
Represents a string.
It supports an expression value.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.string_uriexpression module
- class org.accellera.ipxact.v1685_2014.string_uriexpression.StringUriexpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
IP-XACT URI, like a standard xs:anyURI except that it can contain environment variables in the ${ } form, to be replaced by their value to provide the underlying URI.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.subspace_ref_type module
- class org.accellera.ipxact.v1685_2014.subspace_ref_type.SubspaceRefType(name=None, display_name=None, description=None, is_present=None, base_address=None, parameters=None, vendor_extensions=None, master_ref=None, segment_ref=None)
Bases:
object
Address subspace type.
Its subspaceReference attribute references the subspace from which the dimensions are taken.
- Variables:
name – Unique name
display_name
description
is_present
base_address
parameters – Any parameters that may apply to the subspace reference.
vendor_extensions
master_ref – For subspaceMap elements, this attribute identifies the master that contains the address space to be mapped.
segment_ref – Refernce to a segment of the addressSpace of the masterRef attribute.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
base_address (BaseAddress | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
master_ref (str | None)
segment_ref (str | None)
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- master_ref: str | None
- name: str | None
- parameters: Parameters | None
- segment_ref: str | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.testable_test_constraint module
org.accellera.ipxact.v1685_2014.timing_constraint module
- class org.accellera.ipxact.v1685_2014.timing_constraint.TimingConstraint(value=None, clock_edge=None, delay_type=None, clock_name=None, id=None)
Bases:
object
Defines a timing constraint for the associated port.
The constraint is relative to the clock specified by the clockName attribute. The clockEdge indicates which clock edge the constraint is associated with (default is rising edge). The delayType attribute can be specified to further refine the constraint.
- Variables:
value
clock_edge – Indicates the clock edge that a timing constraint is relative to.
delay_type – Indicates the type of delay in a timing constraint - minimum or maximum.
clock_name – Indicates the name of the clock to which this constraint applies.
id
- Parameters:
value (float | None)
clock_edge (EdgeValueType | None)
delay_type (DelayValueType | None)
clock_name (str | None)
id (str | None)
- clock_edge: EdgeValueType | None
- clock_name: str | None
- delay_type: DelayValueType | None
- id: str | None
- value: float | None
org.accellera.ipxact.v1685_2014.trans_type_def module
- class org.accellera.ipxact.v1685_2014.trans_type_def.TransTypeDef(type_name=None, type_definition=<factory>, type_parameters=None, view_ref=<factory>, id=None)
Bases:
object
Definition of a single transactional type defintion.
- Variables:
type_name – The name of the port type. Can be any predefined type such sc_port or sc_export in SystemC or any user-defined type such as tlm_port.
type_definition – Where the definition of the type is contained. For SystemC and SystemVerilog it is the include file containing the type definition.
type_parameters
view_ref – A reference to a view name in the file for which this type applies.
id
- Parameters:
type_name (TypeName | None)
type_definition (Iterable[TypeDefinition])
type_parameters (TypeParameters | None)
view_ref (Iterable[ViewRef])
id (str | None)
- class TypeDefinition(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class TypeName(value='', exact=True)
Bases:
object
- Variables:
value
exact – When false, defines that the type is an abstract type that may not be related to an existing type in the language of the referenced view.
- Parameters:
value (str)
exact (bool)
- exact: bool
- value: str
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- type_definition: Iterable[TypeDefinition]
- type_parameters: TypeParameters | None
org.accellera.ipxact.v1685_2014.trans_type_defs module
- class org.accellera.ipxact.v1685_2014.trans_type_defs.TransTypeDefs(trans_type_def=<factory>)
Bases:
object
The group of transactional type definitions.
If no match to a viewName is found then the default language types are to be used. See the User Guide for these default types.
- Parameters:
trans_type_def (Iterable[TransTypeDef])
- trans_type_def: Iterable[TransTypeDef]
org.accellera.ipxact.v1685_2014.transparent_bridge module
- class org.accellera.ipxact.v1685_2014.transparent_bridge.TransparentBridge(is_present=None, master_ref=None, id=None)
Bases:
object
If this element is present, it indicates that the bus interface provides a transparent bridge to another master bus interface on the same component.
It has a masterRef attribute which contains the name of the other bus interface. Any slave interface can bridge to multiple master interfaces, and multiple slave interfaces can bridge to the same master interface.
- Variables:
is_present
master_ref – The name of the master bus interface to which this interface bridges.
id
- Parameters:
is_present (IsPresent | None)
master_ref (str | None)
id (str | None)
- id: str | None
- master_ref: str | None
org.accellera.ipxact.v1685_2014.transport_method_type module
org.accellera.ipxact.v1685_2014.type_parameter module
- class org.accellera.ipxact.v1685_2014.type_parameter.TypeParameter(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE, is_present=None, data_type=None, usage_type=ModuleParameterTypeUsageType.NONTYPED)
Bases:
ModuleParameterType
A typed parameter name value pair.
The optional attribute dataType defines the type of the value and the usageType attribute indicates how the parameter is to be used.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
is_present (IsPresent | None)
data_type (str | None)
usage_type (ModuleParameterTypeUsageType)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- data_type: str | None
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- usage_type: ModuleParameterTypeUsageType
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
org.accellera.ipxact.v1685_2014.type_parameters module
- class org.accellera.ipxact.v1685_2014.type_parameters.ServiceTypeDef(type_name=None, type_definition=<factory>, type_parameters=None, id=None)
Bases:
object
Definition of a single service type defintion.
- Variables:
type_name – The name of the service type. Can be any predefined type such as booean or integer or any user-defined type such as addr_type or data_type.
type_definition – Where the definition of the type is contained if the type if not part of the language. For SystemC and SystemVerilog it is the include file containing the type definition.
type_parameters
id
- Parameters:
type_name (TypeName | None)
type_definition (Iterable[TypeDefinition])
type_parameters (TypeParameters | None)
id (str | None)
- class TypeDefinition(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class TypeName(value='', implicit=False)
Bases:
object
- Variables:
value
implicit – Defines that the typeName supplied for this service is implicit and a netlister should not declare this service in a language specific top-level netlist
- Parameters:
value (str)
implicit (bool)
- implicit: bool
- value: str
- id: str | None
- type_definition: Iterable[TypeDefinition]
- type_parameters: TypeParameters | None
- class org.accellera.ipxact.v1685_2014.type_parameters.TypeParameters(type_parameter=<factory>, service_type_def=<factory>)
Bases:
object
List of port type parameters (e.g. template or constructor parameters for a systemC port or socket)
- Parameters:
type_parameter (Iterable[TypeParameter])
service_type_def (Iterable[ServiceTypeDef])
- service_type_def: Iterable[ServiceTypeDef]
- type_parameter: Iterable[TypeParameter]
org.accellera.ipxact.v1685_2014.unsigned_bit_expression module
- class org.accellera.ipxact.v1685_2014.unsigned_bit_expression.UnsignedBitExpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
Represents a single-bit/bool.
It supports an expression value.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.unsigned_bit_vector_expression module
- class org.accellera.ipxact.v1685_2014.unsigned_bit_vector_expression.UnsignedBitVectorExpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
Represents a bit-string.
It supports an expression value.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.unsigned_int_expression module
- class org.accellera.ipxact.v1685_2014.unsigned_int_expression.UnsignedIntExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An unsigned int which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to an unsiged int value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a unsigned int value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.unsigned_longint_expression module
- class org.accellera.ipxact.v1685_2014.unsigned_longint_expression.UnsignedLongintExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An unsigned longint which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a unsigend longint value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to an unsigend longint value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.unsigned_positive_int_expression module
- class org.accellera.ipxact.v1685_2014.unsigned_positive_int_expression.UnsignedPositiveIntExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An positive unsigned int which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to an unsiged int value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a unsigned int value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.unsigned_positive_longint_expression module
- class org.accellera.ipxact.v1685_2014.unsigned_positive_longint_expression.UnsignedPositiveLongintExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
A positive unsigned longint which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a positive unsigned longint value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a positive unsigned longint value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
org.accellera.ipxact.v1685_2014.usage_type module
- class org.accellera.ipxact.v1685_2014.usage_type.UsageType(*values)
Bases:
Enum
Describes the usage of an address block.
- Variables:
MEMORY – Denotes an address range that can be used for read- write or read-only data storage.
REGISTER – Denotes an address block that is used to communicate with hardware.
RESERVED – Denotes an address range that must remain unoccupied.
- MEMORY = 'memory'
- REGISTER = 'register'
- RESERVED = 'reserved'
org.accellera.ipxact.v1685_2014.value module
org.accellera.ipxact.v1685_2014.value_mask_config_type module
- class org.accellera.ipxact.v1685_2014.value_mask_config_type.ValueMaskConfigType
Bases:
object
This type is used to specify a value and optional mask that are configurable.
org.accellera.ipxact.v1685_2014.vector module
org.accellera.ipxact.v1685_2014.vectors module
org.accellera.ipxact.v1685_2014.vendor_extensions module
- class org.accellera.ipxact.v1685_2014.vendor_extensions.VendorExtensions(any_element=<factory>)
Bases:
object
Container for vendor specific extensions.
- Variables:
any_element – Accepts any element(s) the content provider wants to put here, including elements from the ipxact namespace.
- Parameters:
any_element (Iterable[object])
- any_element: Iterable[object]
org.accellera.ipxact.v1685_2014.view_ref module
org.accellera.ipxact.v1685_2014.volatile module
org.accellera.ipxact.v1685_2014.whitebox_element_ref_type module
- class org.accellera.ipxact.v1685_2014.whitebox_element_ref_type.WhiteboxElementRefType(is_present=None, location=<factory>, name=None, id=None)
Bases:
object
Reference to a whiteboxElement within a view.
The ‘name’ attribute must refer to a whiteboxElement defined within this component.
- Variables:
is_present
location – The contents of each location element can be used to specified one location (HDL Path) through the referenced whiteBoxElement is accessible.
name – Reference to a whiteboxElement defined within this component.
id
- Parameters:
is_present (IsPresent | None)
location (Iterable[SlicesType])
name (str | None)
id (str | None)
- id: str | None
- location: Iterable[SlicesType]
- name: str | None
org.accellera.ipxact.v1685_2014.whitebox_element_type module
- class org.accellera.ipxact.v1685_2014.whitebox_element_type.WhiteboxElementType(name=None, display_name=None, description=None, is_present=None, whitebox_type=None, driveable=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
Defines a white box reference point within the component.
- Variables:
name – Unique name
display_name
description
is_present
whitebox_type – Indicates the type of the element. The pin and signal types refer to elements within the HDL description. The register type refers to a register in the memory map. The interface type refers to a group of signals addressed as a single unit.
driveable – If true, indicates that the white box element can be driven (e.g. have a new value forced into it).
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
whitebox_type (SimpleWhiteboxType | None)
driveable (bool | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- driveable: bool | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- whitebox_type: SimpleWhiteboxType | None
org.accellera.ipxact.v1685_2014.wire_type_def module
- class org.accellera.ipxact.v1685_2014.wire_type_def.WireTypeDef(type_name=None, type_definition=<factory>, view_ref=<factory>, id=None)
Bases:
object
Definition of a single wire type defintion that can relate to multiple views.
- Variables:
type_name – The name of the logic type. Examples could be std_logic, std_ulogic, std_logic_vector, sc_logic, …
type_definition – Where the definition of the type is contained. For std_logic, this is contained in IEEE.std_logic_1164.all. For sc_logic, this is contained in systemc.h. For VHDL this is the library and package as defined by the “used” statement. For SystemC and SystemVerilog it is the include file required. For verilog this is not needed.
view_ref – A reference to a view name in the file for which this type applies.
id
- Parameters:
type_name (TypeName | None)
type_definition (Iterable[TypeDefinition])
view_ref (Iterable[ViewRef])
id (str | None)
- class TypeDefinition(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class TypeName(value='', constrained=False)
Bases:
object
- Variables:
value
constrained – Defines that the type for the port has constrainted the number of bits in the vector
- Parameters:
value (str)
constrained (bool)
- constrained: bool
- value: str
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- type_definition: Iterable[TypeDefinition]
org.accellera.ipxact.v1685_2014.wire_type_defs module
- class org.accellera.ipxact.v1685_2014.wire_type_defs.WireTypeDefs(wire_type_def=<factory>)
Bases:
object
The group of wire type definitions.
If no match to a viewName is found then the default language types are to be used. See the User Guide for these default types.
- Parameters:
wire_type_def (Iterable[WireTypeDef])
- wire_type_def: Iterable[WireTypeDef]
org.accellera.ipxact.v1685_2014.write_value_constraint_type module
- class org.accellera.ipxact.v1685_2014.write_value_constraint_type.WriteValueConstraintType(write_as_read=None, use_enumerated_values=None, minimum=None, maximum=None)
Bases:
object
A constraint on the values that can be written to this field.
Absence of this element implies that any value that fits can be written to it.
- Variables:
write_as_read – writeAsRead indicates that only a value immediately read before a write is a legal value to be written.
use_enumerated_values – useEnumeratedValues indicates that only write enumeration value shall be legal values to be written.
minimum – The minimum legal value that may be written to a field
maximum – The maximum legal value that may be written to a field
- Parameters:
write_as_read (bool | None)
use_enumerated_values (bool | None)
minimum (UnsignedBitVectorExpression | None)
maximum (UnsignedBitVectorExpression | None)
- maximum: UnsignedBitVectorExpression | None
- minimum: UnsignedBitVectorExpression | None
- use_enumerated_values: bool | None
- write_as_read: bool | None
Module contents
- class org.accellera.ipxact.v1685_2014.AbstractionDefPortConstraintsType(timing_constraint=<factory>, drive_constraint=<factory>, load_constraint=<factory>)
Bases:
object
Defines constraints that apply to a wire type port in an abstraction definition.
- Parameters:
timing_constraint (Iterable[TimingConstraint])
drive_constraint (Iterable[DriveConstraint])
load_constraint (Iterable[LoadConstraint])
- drive_constraint: Iterable[DriveConstraint]
- load_constraint: Iterable[LoadConstraint]
- timing_constraint: Iterable[TimingConstraint]
- class org.accellera.ipxact.v1685_2014.AbstractionDefinition(vendor=None, library=None, name=None, version=None, bus_type=None, extends=None, ports=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Define the ports and other information of a particular abstraction of the bus.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
bus_type – Reference to the busDefinition that this abstractionDefinition implements.
extends – Optional name of abstraction type that this abstraction definition is compatible with. This abstraction definition may change the definitions of ports in the existing abstraction definition and add new ports, the ports in the original abstraction are not deleted but may be marked illegal to disallow their use. This abstraction definition may only extend another abstraction definition if the bus type of this abstraction definition extends the bus type of the extended abstraction definition
ports – This is a list of logical ports defined by the bus.
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
bus_type (LibraryRefType | None)
extends (LibraryRefType | None)
ports (Ports | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Ports(port: collections.abc.Iterable['AbstractionDefinition.Ports.Port'] = <factory>)
Bases:
object
- Parameters:
port (Iterable[Port])
- class Port(is_present=None, logical_name=None, display_name=None, description=None, wire=None, transactional=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
is_present
logical_name – The assigned name of this port in bus specifications.
display_name
description
wire – A port that carries logic or an array of logic values
transactional – A port that carries complex information modeled at a high level of abstraction.
vendor_extensions
id
- Parameters:
is_present (IsPresent | None)
logical_name (str | None)
display_name (DisplayName | None)
description (Description | None)
wire (Wire | None)
transactional (Transactional | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Transactional(qualifier=None, on_system=<factory>, on_master=None, on_slave=None)
Bases:
object
- Variables:
qualifier – The type of information this port carries A transactional port can carry both address and data information.
on_system – Defines constraints for this port when present in a system bus interface with a matching group name.
on_master – Defines constraints for this port when present in a master bus interface.
on_slave – Defines constraints for this port when present in a slave bus interface.
- Parameters:
- class OnMaster(presence=None, initiative=None, kind=None, bus_width=None, protocol=None)
Bases:
object
- Variables:
presence
initiative – If this element is present, the type of access is restricted to the specified value.
kind
bus_width – If this element is present, the width must match
protocol – If this element is present, the name must match
- Parameters:
presence (Presence | None)
initiative (OnMasterInitiative | None)
kind (Kind | None)
bus_width (UnsignedPositiveIntExpression | None)
protocol (Protocol | None)
- bus_width: UnsignedPositiveIntExpression | None
- initiative: OnMasterInitiative | None
- class OnSlave(presence=None, initiative=None, kind=None, bus_width=None, protocol=None)
Bases:
object
- Variables:
presence
initiative – If this element is present, the type of access is restricted to the specified value.
kind
bus_width – If this element is present, the width must match
protocol – If this element is present, the name must match
- Parameters:
presence (Presence | None)
initiative (OnSlaveInitiative | None)
kind (Kind | None)
bus_width (UnsignedPositiveIntExpression | None)
protocol (Protocol | None)
- bus_width: UnsignedPositiveIntExpression | None
- initiative: OnSlaveInitiative | None
- class OnSystem(group=None, presence=None, initiative=None, kind=None, bus_width=None, protocol=None, id=None)
Bases:
object
- Variables:
group – Used to group system ports into different groups within a common bus.
presence
initiative – If this element is present, the type of access is restricted to the specified value.
kind
bus_width – If this element is present, the width must match
protocol – If this element is present, the name must match
id
- Parameters:
group (str | None)
presence (Presence | None)
initiative (OnSystemInitiative | None)
kind (Kind | None)
bus_width (UnsignedPositiveIntExpression | None)
protocol (Protocol | None)
id (str | None)
- bus_width: UnsignedPositiveIntExpression | None
- group: str | None
- id: str | None
- initiative: OnSystemInitiative | None
- class Qualifier(is_address=None, is_data=None)
Bases:
object
- Variables:
is_address – If this element is present, the port contains address information.
is_data – If this element is present, the port contains data information.
- Parameters:
is_address (bool | None)
is_data (bool | None)
- is_address: bool | None
- is_data: bool | None
- class Wire(qualifier=None, on_system=<factory>, on_master=None, on_slave=None, default_value=None, requires_driver=None)
Bases:
object
- Variables:
qualifier – The type of information this port carries A wire port can carry both address and data, but may not mix this with a clock or reset
on_system – Defines constraints for this port when present in a system bus interface with a matching group name.
on_master – Defines constraints for this port when present in a master bus interface.
on_slave – Defines constraints for this port when present in a slave bus interface.
default_value – Indicates the default value for this wire port.
requires_driver
- Parameters:
qualifier (Qualifier | None)
on_system (Iterable[OnSystem])
on_master (OnMaster | None)
on_slave (OnSlave | None)
default_value (UnsignedBitVectorExpression | None)
requires_driver (RequiresDriver | None)
- class OnMaster(presence=None, width=None, direction=None, mode_constraints=None, mirrored_mode_constraints=None)
Bases:
object
- Variables:
presence
width – Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
direction – If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
mode_constraints – Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a ‘mode’ bus interface or a mirrored-‘mode’ bus interface. Otherwise they only apply when the port appears in a ‘mode’ bus interface.
mirrored_mode_constraints – Specifies default constraints for the enclosing wire type port when it appears in a mirrored-‘mode’ bus interface.
- Parameters:
presence (Presence | None)
width (UnsignedPositiveIntExpression | None)
direction (Direction | None)
mode_constraints (AbstractionDefPortConstraintsType | None)
mirrored_mode_constraints (AbstractionDefPortConstraintsType | None)
- mirrored_mode_constraints: AbstractionDefPortConstraintsType | None
- mode_constraints: AbstractionDefPortConstraintsType | None
- width: UnsignedPositiveIntExpression | None
- class OnSlave(presence=None, width=None, direction=None, mode_constraints=None, mirrored_mode_constraints=None)
Bases:
object
- Variables:
presence
width – Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
direction – If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
mode_constraints – Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a ‘mode’ bus interface or a mirrored-‘mode’ bus interface. Otherwise they only apply when the port appears in a ‘mode’ bus interface.
mirrored_mode_constraints – Specifies default constraints for the enclosing wire type port when it appears in a mirrored-‘mode’ bus interface.
- Parameters:
presence (Presence | None)
width (UnsignedPositiveIntExpression | None)
direction (Direction | None)
mode_constraints (AbstractionDefPortConstraintsType | None)
mirrored_mode_constraints (AbstractionDefPortConstraintsType | None)
- mirrored_mode_constraints: AbstractionDefPortConstraintsType | None
- mode_constraints: AbstractionDefPortConstraintsType | None
- width: UnsignedPositiveIntExpression | None
- class OnSystem(group=None, presence=None, width=None, direction=None, mode_constraints=None, mirrored_mode_constraints=None, id=None)
Bases:
object
- Variables:
group – Used to group system ports into different groups within a common bus.
presence
width – Number of bits required to represent this port. Absence of this element indicates unconstrained number of bits, i.e. the component will define the number of bits in this port. The logical numbering of the port starts at 0 to width-1.
direction – If this element is present, the direction of this port is restricted to the specified value. The direction is relative to the non-mirrored interface.
mode_constraints – Specifies default constraints for the enclosing wire type port. If the mirroredModeConstraints element is not defined, then these constraints applied to this port when it appears in a ‘mode’ bus interface or a mirrored-‘mode’ bus interface. Otherwise they only apply when the port appears in a ‘mode’ bus interface.
mirrored_mode_constraints – Specifies default constraints for the enclosing wire type port when it appears in a mirrored-‘mode’ bus interface.
id
- Parameters:
group (str | None)
presence (Presence | None)
width (UnsignedPositiveIntExpression | None)
direction (Direction | None)
mode_constraints (AbstractionDefPortConstraintsType | None)
mirrored_mode_constraints (AbstractionDefPortConstraintsType | None)
id (str | None)
- group: str | None
- id: str | None
- mirrored_mode_constraints: AbstractionDefPortConstraintsType | None
- mode_constraints: AbstractionDefPortConstraintsType | None
- width: UnsignedPositiveIntExpression | None
- class Qualifier(is_address=None, is_data=None, is_clock=None, is_reset=None)
Bases:
object
- Variables:
is_address – If this element is present, the port contains address information.
is_data – If this element is present, the port contains data information.
is_clock – If this element is present, the port contains only clock information.
is_reset – Is this element is present, the port contains only reset information.
- Parameters:
is_address (bool | None)
is_data (bool | None)
is_clock (bool | None)
is_reset (bool | None)
- is_address: bool | None
- is_clock: bool | None
- is_data: bool | None
- is_reset: bool | None
- default_value: UnsignedBitVectorExpression | None
- requires_driver: RequiresDriver | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- logical_name: str | None
- transactional: Transactional | None
- vendor_extensions: VendorExtensions | None
- assertions: Assertions | None
- bus_type: LibraryRefType | None
- description: Description | None
- extends: LibraryRefType | None
- id: str | None
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.AbstractionTypes(abstraction_type=<factory>)
Bases:
object
- Variables:
abstraction_type – The abstraction type/level of this interface. Refers to abstraction definition using vendor, library, name, version attributes along with any configurable element values needed to configure this abstraction. Bus definition can be found through a reference in this file.
- Parameters:
abstraction_type (Iterable[AbstractionType])
- class AbstractionType(view_ref=<factory>, abstraction_ref=None, port_maps=None, id=None)
Bases:
object
- Variables:
view_ref – A reference to a view name in the file for which this type applies.
abstraction_ref – Provides the VLNV of the abstraction type.
port_maps – Listing of maps between component ports and bus ports.
id
- Parameters:
view_ref (Iterable[ViewRef])
abstraction_ref (ConfigurableLibraryRefType | None)
port_maps (PortMaps | None)
id (str | None)
- class PortMaps(port_map=<factory>)
Bases:
object
- Variables:
port_map – Maps a component’s port to a port in a bus description. This is the logical to physical mapping. The logical pin comes from the bus interface and the physical pin from the component.
- Parameters:
port_map (Iterable[PortMap])
- class PortMap(is_present=None, logical_port=None, physical_port=None, logical_tie_off=None, is_informative=None, id=None, invert='false')
Bases:
object
- Variables:
is_present
logical_port – Logical port from abstraction definition
physical_port – Physical port from this component
logical_tie_off – Identifies a value to tie this logical port to.
is_informative – When true, indicates that this portMap element is for information purpose only.
id
invert – Indicates that the connection between the logical and physical ports should include an inversion.
- Parameters:
is_present (IsPresent | None)
logical_port (LogicalPort | None)
physical_port (PhysicalPort | None)
logical_tie_off (UnsignedPositiveIntExpression | None)
is_informative (bool | None)
id (str | None)
invert (object)
- class LogicalPort(name=None, range=None)
Bases:
object
- Variables:
name – Bus port name as specified inside the abstraction definition
range
- Parameters:
name (str | None)
range (Range | None)
- name: str | None
- class PhysicalPort(name=None, part_select=None)
Bases:
object
- Variables:
name – Component port name as specified inside the model port section
part_select
- Parameters:
name (str | None)
part_select (PartSelect | None)
- name: str | None
- part_select: PartSelect | None
- id: str | None
- invert: object
- is_informative: bool | None
- logical_port: LogicalPort | None
- logical_tie_off: UnsignedPositiveIntExpression | None
- physical_port: PhysicalPort | None
- abstraction_ref: ConfigurableLibraryRefType | None
- id: str | None
- abstraction_type: Iterable[AbstractionType]
- class org.accellera.ipxact.v1685_2014.Abstractor(vendor=None, library=None, name=None, version=None, abstractor_mode=None, bus_type=None, abstractor_interfaces=None, model=None, abstractor_generators=None, choices=None, file_sets=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
AbstractorType
This is the root element for abstractors.
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
abstractor_mode (AbstractorType.AbstractorMode | None)
bus_type (LibraryRefType | None)
abstractor_interfaces (AbstractorType.AbstractorInterfaces | None)
model (AbstractorModelType | None)
abstractor_generators (AbstractorGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class AbstractorInterfaces(abstractor_interface=<factory>)
Bases:
object
- Variables:
abstractor_interface – An abstractor must have exactly 2 Interfaces.
- Parameters:
abstractor_interface (Iterable[AbstractorBusInterfaceType])
- abstractor_interface: Iterable[AbstractorBusInterfaceType]
- class AbstractorMode(value=None, group=None)
Bases:
object
- Variables:
value
group – Define the system group if the mode is set to system
- Parameters:
value (AbstractorModeType | None)
group (str | None)
- group: str | None
- value: AbstractorModeType | None
- abstractor_generators: AbstractorGenerators | None
- abstractor_interfaces: 'AbstractorType.AbstractorInterfaces' | None
- abstractor_mode: 'AbstractorType.AbstractorMode' | None
- assertions: Assertions | None
- bus_type: LibraryRefType | None
- description: Description | None
- id: str | None
- library: str | None
- model: AbstractorModelType | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.AbstractorBusInterfaceType(name=None, display_name=None, description=None, abstraction_types=None, parameters=None, vendor_extensions=None, other_attributes=<factory>)
Bases:
object
Type definition for a busInterface in a component.
- Variables:
name – Unique name
display_name
description
abstraction_types
parameters
vendor_extensions
other_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
abstraction_types (AbstractionTypes | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
other_attributes (Mapping[str, str])
- abstraction_types: AbstractionTypes | None
- description: Description | None
- display_name: DisplayName | None
- name: str | None
- other_attributes: Mapping[str, str]
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.AbstractorGenerator(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None, group=<factory>, scope=InstanceGeneratorTypeScope.INSTANCE)
Bases:
InstanceGeneratorType
Specifies a set of abstractor generators.
The scope attribute applies to abstractor generators and specifies whether the generator should be run for each instance of the entity (or module) or just once for all instances of the entity.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (GeneratorType.ApiType | None)
transport_methods (GeneratorType.TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
group (Iterable[InstanceGeneratorType.Group])
scope (InstanceGeneratorTypeScope)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- group: Iterable['InstanceGeneratorType.Group']
- id: str | None
- name: str | None
- parameters: Parameters | None
- scope: InstanceGeneratorTypeScope
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.AbstractorGenerators(abstractor_generator=<factory>)
Bases:
object
List of abstractor generators.
- Parameters:
abstractor_generator (Iterable[AbstractorGenerator])
- abstractor_generator: Iterable[AbstractorGenerator]
- class org.accellera.ipxact.v1685_2014.AbstractorModeType(*values)
Bases:
Enum
Mode for this abstractor.
- DIRECT = 'direct'
- MASTER = 'master'
- SLAVE = 'slave'
- SYSTEM = 'system'
- class org.accellera.ipxact.v1685_2014.AbstractorModelType(views=None, instantiations=None, ports=None)
Bases:
object
Model information for an abstractor.
- Variables:
views – Views container
instantiations – Instantiations container
ports – Port container
- Parameters:
views (Views | None)
instantiations (Instantiations | None)
ports (Ports | None)
- class Instantiations(component_instantiation=<factory>)
Bases:
object
- Variables:
component_instantiation – Component Instantiation
- Parameters:
component_instantiation (Iterable[ComponentInstantiationType])
- component_instantiation: Iterable[ComponentInstantiationType]
- class Ports(port: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.abstractor_port_type.AbstractorPortType] = <factory>)
Bases:
object
- Parameters:
port (Iterable[AbstractorPortType])
- port: Iterable[AbstractorPortType]
- class Views(view=<factory>)
Bases:
object
- Variables:
view – Single view of an abstracto
- Parameters:
view (Iterable[View])
- class View(name=None, display_name=None, description=None, is_present=None, env_identifier=<factory>, component_instantiation_ref=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
env_identifier – Defines the hardware environment in which this view applies. The format of the string is language:tool:vendor_extension, with each piece being optional. The language must be one of the types from ipxact:fileType. The tool values are defined by the Accellera Systems Initiative, and include generic values “*Simulation” and “*Synthesis” to imply any tool of the indicated type. Having more than one envIdentifier indicates that the view applies to multiple environments.
component_instantiation_ref
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
env_identifier (Iterable[EnvIdentifier])
component_instantiation_ref (str | None)
- class EnvIdentifier(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- component_instantiation_ref: str | None
- description: Description | None
- display_name: DisplayName | None
- env_identifier: Iterable[EnvIdentifier]
- name: str | None
- instantiations: Instantiations | None
- class org.accellera.ipxact.v1685_2014.AbstractorPortType(name=None, display_name=None, description=None, is_present=None, wire=None, transactional=None, access=None, vendor_extensions=None, id=None)
Bases:
PortType
A port description, giving a name and an access type for high level ports.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
wire (PortWireType | None)
transactional (PortTransactionalType | None)
access (PortAccessType1 | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- access: PortAccessType1 | None
- arrays: Any
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- transactional: PortTransactionalType | None
- vendor_extensions: VendorExtensions | None
- wire: PortWireType | None
- class org.accellera.ipxact.v1685_2014.AbstractorPortWireType(direction=None, vectors=None, wire_type_defs=None, drivers=None, all_logical_directions_allowed=False)
Bases:
PortWireType
Wire port type for an abstractor.
- Parameters:
direction (ComponentPortDirectionType | None)
vectors (Vectors | None)
wire_type_defs (WireTypeDefs | None)
drivers (Drivers | None)
all_logical_directions_allowed (bool)
- all_logical_directions_allowed: bool
- constraint_sets: Any
- direction: ComponentPortDirectionType | None
- wire_type_defs: WireTypeDefs | None
- class org.accellera.ipxact.v1685_2014.AbstractorType(vendor=None, library=None, name=None, version=None, abstractor_mode=None, bus_type=None, abstractor_interfaces=None, model=None, abstractor_generators=None, choices=None, file_sets=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Abstractor-specific extension to abstractorType.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
abstractor_mode – Define the mode for the interfaces on this abstractor. For master the first interface connects to the master, the second connects to the mirroredMaster For slave the first interface connects to the mirroredSlave the second connects to the slave For direct the first interface connects to the master, the second connects to the slave For system the first interface connects to the system, the second connects to the mirroredSystem. For system the group attribute is required
bus_type – The bus type of both interfaces. Refers to bus definition using vendor, library, name, version attributes.
abstractor_interfaces – The interfaces supported by this abstractor
model – Model information.
abstractor_generators – Generator list is tools-specific.
choices
file_sets
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
abstractor_mode (AbstractorMode | None)
bus_type (LibraryRefType | None)
abstractor_interfaces (AbstractorInterfaces | None)
model (AbstractorModelType | None)
abstractor_generators (AbstractorGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class AbstractorInterfaces(abstractor_interface=<factory>)
Bases:
object
- Variables:
abstractor_interface – An abstractor must have exactly 2 Interfaces.
- Parameters:
abstractor_interface (Iterable[AbstractorBusInterfaceType])
- abstractor_interface: Iterable[AbstractorBusInterfaceType]
- class AbstractorMode(value=None, group=None)
Bases:
object
- Variables:
value
group – Define the system group if the mode is set to system
- Parameters:
value (AbstractorModeType | None)
group (str | None)
- group: str | None
- value: AbstractorModeType | None
- abstractor_generators: AbstractorGenerators | None
- abstractor_interfaces: AbstractorInterfaces | None
- abstractor_mode: AbstractorMode | None
- assertions: Assertions | None
- bus_type: LibraryRefType | None
- description: Description | None
- id: str | None
- library: str | None
- model: AbstractorModelType | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.Access(value=None)
Bases:
object
Indicates the accessibility of the data in the address bank, address block, register or field.
Possible values are ‘read-write’, ‘read-only’, ‘write-only’, ‘writeOnce’ and ‘read-writeOnce’. If not specified the value is inherited from the containing object.
- Parameters:
value (AccessType | None)
- value: AccessType | None
- class org.accellera.ipxact.v1685_2014.ActiveCondition(value='', other_attributes=<factory>)
Bases:
UnsignedBitExpression
Expression that determines whether the enclosing element responds to read or write accesses to its specified address location.
The expression can include dynamic values referencing register/field values and component states. If it evaluates to true, then the enclosing register can be accessed per its mapping and access specification. If it evaluates to false, the enclosing register/field cannot be accessed. If a register does not include an activeCondition or alternateRegister(s), then the register is uncondiitionally accessible. If a register does not include an activeCondition, but does include alternateRegister(s), then the condition that determines which is accessible is considered unspecified.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.ActiveInterface(component_ref=None, bus_ref=None, id=None, is_present=None, description=None, exclude_ports=None, vendor_extensions=None)
Bases:
InterfaceType
- Variables:
is_present
description
exclude_ports – The list of physical ports to be excluded from an interface based connection. Analogous to the removing the port map element for the named ports.
vendor_extensions
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
is_present (IsPresent | None)
description (Description | None)
exclude_ports (ExcludePorts | None)
vendor_extensions (VendorExtensions | None)
- class ExcludePorts(exclude_port=<factory>)
Bases:
object
- Variables:
exclude_port – The name of a physical port to be excluded from the interface based connection.
- Parameters:
exclude_port (Iterable[ExcludePort])
- class ExcludePort(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- exclude_port: Iterable[ExcludePort]
- bus_ref: str | None
- component_ref: str | None
- description: Description | None
- exclude_ports: ExcludePorts | None
- id: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.AdHocConnection(name=None, display_name=None, description=None, is_present=None, tied_value=None, port_references=None, vendor_extensions=None, id=None)
Bases:
object
Represents an ad-hoc connection between component ports.
- Variables:
name – Unique name
display_name
description
is_present
tied_value – The logic value of this connection. The value can be an unsigned longint expression or open or default. Only valid for ports of style wire.
port_references – Liist of internal and external port references involved in the adhocConnection
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
tied_value (ComplexTiedValueType | None)
port_references (PortReferences | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class PortReferences(internal_port_reference=<factory>, external_port_reference=<factory>)
Bases:
object
- Variables:
internal_port_reference – Defines a reference to a port on a component contained within the design.
external_port_reference
- Parameters:
internal_port_reference (Iterable[InternalPortReference])
external_port_reference (Iterable[ExternalPortReference])
- class InternalPortReference(is_present=None, part_select=None, component_ref=None, port_ref=None, id=None)
Bases:
object
- Variables:
is_present
part_select
component_ref – A reference to the instanceName element of a component in this design.
port_ref – A port on the on the referenced component from componentRef.
id
- Parameters:
is_present (IsPresent | None)
part_select (PartSelect | None)
component_ref (str | None)
port_ref (str | None)
id (str | None)
- component_ref: str | None
- id: str | None
- part_select: PartSelect | None
- port_ref: str | None
- external_port_reference: Iterable[ExternalPortReference]
- internal_port_reference: Iterable[InternalPortReference]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- port_references: PortReferences | None
- tied_value: ComplexTiedValueType | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.AdHocConnections(ad_hoc_connection=<factory>)
Bases:
object
Defines the set of ad-hoc connections in a design.
An ad-hoc connection represents a connection between two component pins which were not connected as a result of interface connections (i.e.the pin to pin connection was made explicitly and is represented explicitly).
- Parameters:
ad_hoc_connection (Iterable[AdHocConnection])
- ad_hoc_connection: Iterable[AdHocConnection]
- class org.accellera.ipxact.v1685_2014.AddrSpaceRefType(is_present=None, address_space_ref=None, id=None)
Bases:
object
Base type for an element which references an address space.
Reference is kept in an attribute rather than the text value, so that the type may be extended with child elements if necessary.
- Variables:
is_present
address_space_ref – A reference to a unique address space.
id
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
- address_space_ref: str | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.AddressBankType(name=None, display_name=None, description=None, access_handles=None, base_address=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Top level bank the specify an address.
- Variables:
name – Unique name
display_name
description
access_handles
base_address
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
subspace_map – A subspace map within the bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment – Describes whether this bank’s blocks are aligned in ‘parallel’ or ‘serial’.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
base_address (BaseAddress | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[BankedBankType])
subspace_map (Iterable[BankedSubspaceType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[BankedBankType]
- bank_alignment: BankAlignmentType | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- subspace_map: Iterable[BankedSubspaceType]
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.AddressBlock(name=None, display_name=None, description=None, access_handles=None, is_present=None, base_address=None, type_identifier=None, range=None, width=None, usage=None, volatile=None, access=None, parameters=None, register=<factory>, register_file=<factory>, vendor_extensions=None, id=None)
Bases:
AddressBlockType
This is a single contiguous block of memory inside a memory map.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AddressBlockType.AccessHandles | None)
is_present (IsPresent | None)
base_address (BaseAddress | None)
type_identifier (str | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
register (Iterable[AddressBlockType.Register])
register_file (Iterable[RegisterFile])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: 'AddressBlockType.AccessHandles' | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register: Iterable['AddressBlockType.Register']
- register_file: Iterable[RegisterFile]
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
- class org.accellera.ipxact.v1685_2014.AddressBlockType(name=None, display_name=None, description=None, access_handles=None, is_present=None, base_address=None, type_identifier=None, range=None, width=None, usage=None, volatile=None, access=None, parameters=None, register=<factory>, register_file=<factory>, vendor_extensions=None, id=None)
Bases:
object
Top level address block that specify an address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
base_address
type_identifier – Identifier name used to indicate that multiple addressBlock elements contain the exact same information except for the elements in the addressBlockInstanceGroup.
range – The address range of an address block. Expressed as the number of addressable units accessible to the block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
width – The bit width of a row in the address block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
register – A single register
register_file – A structure of registers and register files
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
base_address (BaseAddress | None)
type_identifier (str | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: AccessHandles | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register_file: Iterable[RegisterFile]
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
- class org.accellera.ipxact.v1685_2014.AddressSpaceRef(is_present=None, address_space_ref=None, id=None)
Bases:
AddrSpaceRefType
References the address space.
The name of the address space is kept in its addressSpaceRef attribute.
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
- address_space_ref: str | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.AddressSpaces(address_space=<factory>)
Bases:
object
If this component is a bus master, this lists all the address spaces defined by the component.
- Variables:
address_space – This defines a logical space, referenced by a bus master.
- Parameters:
address_space (Iterable[AddressSpace])
- class AddressSpace(name=None, display_name=None, description=None, is_present=None, range=None, width=None, segments=None, address_unit_bits=None, executable_image=<factory>, local_memory_map=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
range – The address range of an address block. Expressed as the number of addressable units accessible to the block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
width – The bit width of a row in the address block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
segments – Address segments withing an addressSpace
address_unit_bits
executable_image
local_memory_map – Provides the local memory map of an address space. Blocks in this memory map are accessable to master interfaces on this component that reference this address space. They are not accessable to any external master interface.
parameters – Data specific to this address space.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
segments (Segments | None)
address_unit_bits (AddressUnitBits | None)
executable_image (Iterable[ExecutableImage])
local_memory_map (LocalMemoryMapType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Segments(segment=<factory>)
Bases:
object
- Variables:
segment – Address segment withing an addressSpace
- Parameters:
segment (Iterable[Segment])
- class Segment(name=None, display_name=None, description=None, is_present=None, address_offset=None, range=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
address_offset – Address offset of the segment within the containing address space.
range – The address range of asegment. Expressed as the number of addressable units accessible to the segment.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_offset (UnsignedLongintExpression | None)
range (UnsignedPositiveLongintExpression | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_offset: UnsignedLongintExpression | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- range: UnsignedPositiveLongintExpression | None
- vendor_extensions: VendorExtensions | None
- address_unit_bits: AddressUnitBits | None
- description: Description | None
- display_name: DisplayName | None
- executable_image: Iterable[ExecutableImage]
- id: str | None
- local_memory_map: LocalMemoryMapType | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
- address_space: Iterable[AddressSpace]
- class org.accellera.ipxact.v1685_2014.AddressUnitBits(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedPositiveLongintExpression
The number of data bits in an addressable unit.
The default is byte addressable (8 bits).
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.AlternateRegisters(alternate_register=<factory>)
Bases:
object
Alternate definitions for the current register.
- Variables:
alternate_register – Alternate definition for the current register
- Parameters:
alternate_register (Iterable[AlternateRegister])
- class AlternateRegister(name=None, display_name=None, description=None, access_handles=None, is_present=None, alternate_groups=None, type_identifier=None, volatile=None, access=None, field_value=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
alternate_groups – Defines a list of grouping names that this register description belongs.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the alternateRegisterDefinitionGroup.
volatile
access
field_value – Describes individual bit fields within the register.
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
alternate_groups (AlternateGroups | None)
type_identifier (str | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class AlternateGroups(alternate_group=<factory>, id=None)
Bases:
object
- Variables:
alternate_group – Defines a grouping name that this register description belongs.
id
- Parameters:
alternate_group (Iterable[AlternateGroup])
id (str | None)
- class AlternateGroup(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- alternate_group: Iterable[AlternateGroup]
- id: str | None
- access_handles: AccessHandles | None
- alternate_groups: AlternateGroups | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- alternate_register: Iterable[AlternateRegister]
- class org.accellera.ipxact.v1685_2014.Arrays(array: collections.abc.Iterable['ConfigurableArrays.Array'] = <factory>)
Bases:
ConfigurableArrays
- Parameters:
array (Iterable[ConfigurableArrays.Array])
- class Array(left: org.accellera.ipxact.v1685_2014.left.Left | None = None, right: org.accellera.ipxact.v1685_2014.right.Right | None = None, id: str | None = None)
Bases:
object
- id: str | None
- array: Iterable['ConfigurableArrays.Array']
- class org.accellera.ipxact.v1685_2014.Assertion(name=None, display_name=None, description=None, assert_value=None, id=None)
Bases:
object
Provides an expression for describing valid parameter value settings.
If a assertion assert expression evaluates false, the name, displayName and/or description can be used to communicate the assertion failure.
- Variables:
name – Unique name
display_name
description
assert_value
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
assert_value (UnsignedBitExpression | None)
id (str | None)
- assert_value: UnsignedBitExpression | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- class org.accellera.ipxact.v1685_2014.Assertions(assertion=<factory>)
Bases:
object
List of assertions about allowed parameter values.
- Parameters:
assertion (Iterable[Assertion])
- class org.accellera.ipxact.v1685_2014.BankAlignmentType(*values)
Bases:
Enum
‘serial’ or ‘parallel’ bank alignment.
- PARALLEL = 'parallel'
- SERIAL = 'serial'
- class org.accellera.ipxact.v1685_2014.BankedBankType(name=None, display_name=None, description=None, access_handles=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Banks nested inside a bank do not specify address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
subspace_map – A subspace map within the bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[BankedBankType])
subspace_map (Iterable[BankedSubspaceType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[BankedBankType]
- bank_alignment: BankAlignmentType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- subspace_map: Iterable[BankedSubspaceType]
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.BankedBlockType(name=None, display_name=None, description=None, access_handles=None, is_present=None, range=None, width=None, usage=None, volatile=None, access=None, parameters=None, register=<factory>, register_file=<factory>, vendor_extensions=None, id=None)
Bases:
object
Address blocks inside a bank do not specify address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
range – The address range of an address block. Expressed as the number of addressable units accessible to the block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
width – The bit width of a row in the address block. The range and the width are related by the following formulas: number_of_bits_in_block = ipxact:addressUnitBits * ipxact:range number_of_rows_in_block = number_of_bits_in_block / ipxact:width
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
register – A single register
register_file – A structure of registers and register files
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
range (UnsignedPositiveLongintExpression | None)
width (UnsignedIntExpression | None)
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: AccessHandles | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register_file: Iterable[RegisterFile]
- vendor_extensions: VendorExtensions | None
- width: UnsignedIntExpression | None
- class org.accellera.ipxact.v1685_2014.BankedSubspaceType(name=None, display_name=None, description=None, is_present=None, parameters=None, vendor_extensions=None, master_ref=None, id=None)
Bases:
object
Subspace references inside banks do not specify an address.
- Variables:
name – Unique name
display_name
description
is_present
parameters – Any parameters that may apply to the subspace reference.
vendor_extensions
master_ref – For subspaceMap elements, this attribute identifies the master that contains the address space to be mapped.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
master_ref (str | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- master_ref: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.BaseAddress(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedLongintExpression
Base of an address block, bank, subspace map or address space.
Expressed as the number of addressable units from the containing memoryMap or localMemoryMap.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.BitsInLau(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedPositiveLongintExpression
The number of bits in the least addressable unit.
The default is byte addressable (8 bits).
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.BusDefinition(vendor=None, library=None, name=None, version=None, direct_connection=None, broadcast=None, is_addressable=None, extends=None, max_masters=None, max_slaves=None, system_group_names=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Defines the structural information associated with a bus type, independent of the abstraction level.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
direct_connection – This element indicates that a master interface may be directly connected to a slave interface (under certain conditions) for busses of this type.
broadcast – This element indicates that this bus definition supports ‘broadcast’ mode. This means that it is legal to make one-to-many interface connections.
is_addressable – If true, indicates that this is an addressable bus.
extends – Optional name of bus type that this bus definition is compatible with. This bus definition may change the definitions in the existing bus definition
max_masters – Indicates the maximum number of masters this bus supports. If this element is not present, the number of masters allowed is unbounded.
max_slaves – Indicates the maximum number of slaves this bus supports. If the element is not present, the number of slaves allowed is unbounded.
system_group_names – Indicates the list of system group names that are defined for this bus definition.
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
direct_connection (bool | None)
broadcast (bool | None)
is_addressable (bool | None)
extends (LibraryRefType | None)
max_masters (UnsignedIntExpression | None)
max_slaves (UnsignedIntExpression | None)
system_group_names (SystemGroupNames | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class SystemGroupNames(system_group_name=<factory>)
Bases:
object
- Variables:
system_group_name – Indicates the name of a system group defined for this bus definition.
- Parameters:
system_group_name (Iterable[SystemGroupName])
- class SystemGroupName(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- system_group_name: Iterable[SystemGroupName]
- assertions: Assertions | None
- broadcast: bool | None
- description: Description | None
- direct_connection: bool | None
- extends: LibraryRefType | None
- id: str | None
- is_addressable: bool | None
- library: str | None
- max_masters: UnsignedIntExpression | None
- max_slaves: UnsignedIntExpression | None
- name: str | None
- parameters: Parameters | None
- system_group_names: SystemGroupNames | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.BusInterface(name=None, display_name=None, description=None, is_present=None, bus_type=None, abstraction_types=None, master=None, slave=None, system=None, mirrored_slave=None, mirrored_master=None, mirrored_system=None, monitor=None, connection_required=None, bits_in_lau=None, bit_steering=None, endianness=None, parameters=None, vendor_extensions=None, other_attributes=<factory>)
Bases:
BusInterfaceType
Describes one of the bus interfaces supported by this component.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
bus_type (ConfigurableLibraryRefType | None)
abstraction_types (AbstractionTypes | None)
master (BusInterfaceType.Master | None)
slave (BusInterfaceType.Slave | None)
system (BusInterfaceType.System | None)
mirrored_slave (BusInterfaceType.MirroredSlave | None)
mirrored_master (object | None)
mirrored_system (BusInterfaceType.MirroredSystem | None)
monitor (BusInterfaceType.Monitor | None)
connection_required (bool | None)
bits_in_lau (BitsInLau | None)
bit_steering (ComplexBitSteeringExpression | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
other_attributes (Mapping[str, str])
- class Master(address_space_ref=None)
Bases:
object
- Variables:
address_space_ref – If this master connects to an addressable bus, this element references the address space it maps to.
- Parameters:
address_space_ref (AddressSpaceRef | None)
- class AddressSpaceRef(is_present=None, address_space_ref=None, id=None, base_address=None)
Bases:
AddrSpaceRefType
- Variables:
base_address – Base of an address space.
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
base_address (SignedLongintExpression | None)
- address_space_ref: str | None
- base_address: SignedLongintExpression | None
- id: str | None
- address_space_ref: AddressSpaceRef | None
- class MirroredSlave(base_addresses=None)
Bases:
object
- Variables:
base_addresses – Represents a set of remap base addresses.
- Parameters:
base_addresses (BaseAddresses | None)
- class BaseAddresses(remap_address=<factory>, range=None)
Bases:
object
- Variables:
remap_address – Base of an address block, expressed as the number of bitsInLAU from the containing busInterface. The state attribute indicates the name of the remap state for which this address is valid.
range – The address range of mirrored slave, expressed as the number of bitsInLAU from the containing busInterface.
- Parameters:
remap_address (Iterable[RemapAddress])
range (UnsignedPositiveLongintExpression | None)
- class RemapAddress(value='', other_attributes=<factory>, minimum=None, maximum=None, state=None, id=None)
Bases:
UnsignedLongintExpression
- Variables:
state – Name of the state in which this remapped address range is valid
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
state (str | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- state: str | None
- value: str
- range: UnsignedPositiveLongintExpression | None
- remap_address: Iterable[RemapAddress]
- base_addresses: BaseAddresses | None
- class MirroredSystem(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- class Monitor(group=None, interface_mode=None)
Bases:
object
- Variables:
group – Indicates which system interface is being monitored. Name must match a group name present on one or more ports in the corresonding bus definition.
interface_mode
- Parameters:
group (Group | None)
interface_mode (MonitorInterfaceMode | None)
- group: Group | None
- interface_mode: MonitorInterfaceMode | None
- class Slave(memory_map_ref=None, transparent_bridge=<factory>, file_set_ref_group=<factory>)
Bases:
object
- Variables:
memory_map_ref
transparent_bridge
file_set_ref_group – This reference is used to point the filesets that are associated with this slave port. Depending on the slave port function, there may be completely different software drivers associated with the different ports.
- Parameters:
memory_map_ref (MemoryMapRef | None)
transparent_bridge (Iterable[TransparentBridge])
file_set_ref_group (Iterable[FileSetRefGroup])
- class FileSetRefGroup(group=None, file_set_ref=<factory>, id=None)
Bases:
object
- Variables:
group – Abritray name assigned to the collections of fileSets.
file_set_ref
id
- Parameters:
group (str | None)
file_set_ref (Iterable[FileSetRef])
id (str | None)
- file_set_ref: Iterable[FileSetRef]
- group: str | None
- id: str | None
- file_set_ref_group: Iterable[FileSetRefGroup]
- memory_map_ref: MemoryMapRef | None
- transparent_bridge: Iterable[TransparentBridge]
- class System(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- abstraction_types: AbstractionTypes | None
- bit_steering: ComplexBitSteeringExpression | None
- bus_type: ConfigurableLibraryRefType | None
- connection_required: bool | None
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- master: 'BusInterfaceType.Master' | None
- mirrored_master: object | None
- mirrored_slave: 'BusInterfaceType.MirroredSlave' | None
- mirrored_system: 'BusInterfaceType.MirroredSystem' | None
- monitor: 'BusInterfaceType.Monitor' | None
- name: str | None
- other_attributes: Mapping[str, str]
- parameters: Parameters | None
- slave: 'BusInterfaceType.Slave' | None
- system: 'BusInterfaceType.System' | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.BusInterfaceType(name=None, display_name=None, description=None, is_present=None, bus_type=None, abstraction_types=None, master=None, slave=None, system=None, mirrored_slave=None, mirrored_master=None, mirrored_system=None, monitor=None, connection_required=None, bits_in_lau=None, bit_steering=None, endianness=None, parameters=None, vendor_extensions=None, other_attributes=<factory>)
Bases:
object
Type definition for a busInterface in a component.
- Variables:
name – Unique name
display_name
description
is_present
bus_type – The bus type of this interface. Refers to bus definition using vendor, library, name, version attributes along with any configurable element values needed to configure this interface.
abstraction_types
master – If this element is present, the bus interface can serve as a master. This element encapsulates additional information related to its role as master.
slave – If this element is present, the bus interface can serve as a slave.
system – If this element is present, the bus interface is a system interface, neither master nor slave, with a specific function on the bus.
mirrored_slave – If this element is present, the bus interface represents a mirrored slave interface. All directional constraints on ports are reversed relative to the specification in the bus definition.
mirrored_master – If this element is present, the bus interface represents a mirrored master interface. All directional constraints on ports are reversed relative to the specification in the bus definition.
mirrored_system – If this element is present, the bus interface represents a mirrored system interface. All directional constraints on ports are reversed relative to the specification in the bus definition.
monitor – Indicates that this is a (passive) monitor interface. All of the ports in the interface must be inputs. The type of interface to be monitored is specified with the required interfaceType attribute. The ipxact:group element must be specified if monitoring a system interface.
connection_required – Indicates whether a connection to this interface is required for proper component functionality.
bits_in_lau
bit_steering – Indicates whether bit steering should be used to map this interface onto a bus of different data width. Values are “on”, “off” (defaults to “off”).
endianness – ‘big’: means the most significant element of any multi-element data field is stored at the lowest memory address. ‘little’ means the least significant element of any multi-element data field is stored at the lowest memory address. If this element is not present the default is ‘little’ endian.
parameters
vendor_extensions
other_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
bus_type (ConfigurableLibraryRefType | None)
abstraction_types (AbstractionTypes | None)
master (Master | None)
slave (Slave | None)
system (System | None)
mirrored_slave (MirroredSlave | None)
mirrored_master (object | None)
mirrored_system (MirroredSystem | None)
monitor (Monitor | None)
connection_required (bool | None)
bits_in_lau (BitsInLau | None)
bit_steering (ComplexBitSteeringExpression | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
other_attributes (Mapping[str, str])
- class Master(address_space_ref=None)
Bases:
object
- Variables:
address_space_ref – If this master connects to an addressable bus, this element references the address space it maps to.
- Parameters:
address_space_ref (AddressSpaceRef | None)
- class AddressSpaceRef(is_present=None, address_space_ref=None, id=None, base_address=None)
Bases:
AddrSpaceRefType
- Variables:
base_address – Base of an address space.
- Parameters:
is_present (IsPresent | None)
address_space_ref (str | None)
id (str | None)
base_address (SignedLongintExpression | None)
- address_space_ref: str | None
- base_address: SignedLongintExpression | None
- id: str | None
- address_space_ref: AddressSpaceRef | None
- class MirroredSlave(base_addresses=None)
Bases:
object
- Variables:
base_addresses – Represents a set of remap base addresses.
- Parameters:
base_addresses (BaseAddresses | None)
- class BaseAddresses(remap_address=<factory>, range=None)
Bases:
object
- Variables:
remap_address – Base of an address block, expressed as the number of bitsInLAU from the containing busInterface. The state attribute indicates the name of the remap state for which this address is valid.
range – The address range of mirrored slave, expressed as the number of bitsInLAU from the containing busInterface.
- Parameters:
remap_address (Iterable[RemapAddress])
range (UnsignedPositiveLongintExpression | None)
- class RemapAddress(value='', other_attributes=<factory>, minimum=None, maximum=None, state=None, id=None)
Bases:
UnsignedLongintExpression
- Variables:
state – Name of the state in which this remapped address range is valid
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
state (str | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- state: str | None
- value: str
- range: UnsignedPositiveLongintExpression | None
- remap_address: Iterable[RemapAddress]
- base_addresses: BaseAddresses | None
- class MirroredSystem(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- class Monitor(group=None, interface_mode=None)
Bases:
object
- Variables:
group – Indicates which system interface is being monitored. Name must match a group name present on one or more ports in the corresonding bus definition.
interface_mode
- Parameters:
group (Group | None)
interface_mode (MonitorInterfaceMode | None)
- group: Group | None
- interface_mode: MonitorInterfaceMode | None
- class Slave(memory_map_ref=None, transparent_bridge=<factory>, file_set_ref_group=<factory>)
Bases:
object
- Variables:
memory_map_ref
transparent_bridge
file_set_ref_group – This reference is used to point the filesets that are associated with this slave port. Depending on the slave port function, there may be completely different software drivers associated with the different ports.
- Parameters:
memory_map_ref (MemoryMapRef | None)
transparent_bridge (Iterable[TransparentBridge])
file_set_ref_group (Iterable[FileSetRefGroup])
- class FileSetRefGroup(group=None, file_set_ref=<factory>, id=None)
Bases:
object
- Variables:
group – Abritray name assigned to the collections of fileSets.
file_set_ref
id
- Parameters:
group (str | None)
file_set_ref (Iterable[FileSetRef])
id (str | None)
- file_set_ref: Iterable[FileSetRef]
- group: str | None
- id: str | None
- file_set_ref_group: Iterable[FileSetRefGroup]
- memory_map_ref: MemoryMapRef | None
- transparent_bridge: Iterable[TransparentBridge]
- class System(group: org.accellera.ipxact.v1685_2014.group.Group | None = None)
Bases:
object
- Parameters:
group (Group | None)
- group: Group | None
- abstraction_types: AbstractionTypes | None
- bit_steering: ComplexBitSteeringExpression | None
- bus_type: ConfigurableLibraryRefType | None
- connection_required: bool | None
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- mirrored_master: object | None
- mirrored_slave: MirroredSlave | None
- mirrored_system: MirroredSystem | None
- name: str | None
- other_attributes: Mapping[str, str]
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.BusInterfaces(bus_interface=<factory>)
Bases:
object
A list of bus interfaces supported by this component.
- Parameters:
bus_interface (Iterable[BusInterface])
- bus_interface: Iterable[BusInterface]
- class org.accellera.ipxact.v1685_2014.BusWidth(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedIntExpression
Defines the bus size in bits.
This can be the result of an expression.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.Catalog(vendor=None, library=None, name=None, version=None, description=None, catalogs=None, bus_definitions=None, abstraction_definitions=None, components=None, abstractors=None, designs=None, design_configurations=None, generator_chains=None, vendor_extensions=None)
Bases:
object
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
description
catalogs
bus_definitions
abstraction_definitions
components
abstractors
designs
design_configurations
generator_chains
vendor_extensions
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
description (Description | None)
catalogs (IpxactFilesType | None)
bus_definitions (IpxactFilesType | None)
abstraction_definitions (IpxactFilesType | None)
components (IpxactFilesType | None)
abstractors (IpxactFilesType | None)
designs (IpxactFilesType | None)
design_configurations (IpxactFilesType | None)
generator_chains (IpxactFilesType | None)
vendor_extensions (VendorExtensions | None)
- abstraction_definitions: IpxactFilesType | None
- abstractors: IpxactFilesType | None
- bus_definitions: IpxactFilesType | None
- catalogs: IpxactFilesType | None
- components: IpxactFilesType | None
- description: Description | None
- design_configurations: IpxactFilesType | None
- designs: IpxactFilesType | None
- generator_chains: IpxactFilesType | None
- library: str | None
- name: str | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.CellClassValueType(*values)
Bases:
Enum
Indicates legal cell class values.
- COMBINATIONAL = 'combinational'
- SEQUENTIAL = 'sequential'
- class org.accellera.ipxact.v1685_2014.CellFunctionValueType(*values)
Bases:
Enum
Indicates legal cell function values.
- BUF = 'buf'
- DFF = 'dff'
- INV = 'inv'
- LATCH = 'latch'
- MUX21 = 'mux21'
- NAND2 = 'nand2'
- OTHER = 'other'
- XOR2 = 'xor2'
- class org.accellera.ipxact.v1685_2014.CellSpecification(cell_function=None, cell_class=None, cell_strength=None)
Bases:
object
Used to provide a generic description of a technology library cell.
- Variables:
cell_function – Defines a technology library cell in library independent fashion, based on specification of a cell function and strength.
cell_class – Defines a technology library cell in library independent fashion, based on specification of a cell class and strength.
cell_strength – Indicates the desired strength of the specified cell.
- Parameters:
cell_function (CellFunction | None)
cell_class (CellClassValueType | None)
cell_strength (CellStrengthValueType | None)
- class CellFunction(value: org.accellera.ipxact.v1685_2014.cell_function_value_type.CellFunctionValueType | None = None, other: str | None = None)
Bases:
object
- Parameters:
value (CellFunctionValueType | None)
other (str | None)
- other: str | None
- value: CellFunctionValueType | None
- cell_class: CellClassValueType | None
- cell_function: CellFunction | None
- cell_strength: CellStrengthValueType | None
- class org.accellera.ipxact.v1685_2014.CellStrengthValueType(*values)
Bases:
Enum
Indicates legal cell strength values.
- HIGH = 'high'
- LOW = 'low'
- MEDIAN = 'median'
- class org.accellera.ipxact.v1685_2014.Channels(channel=<factory>)
Bases:
object
Lists all channel connections between mirror interfaces of this component.
- Variables:
channel – Defines a set of mirrored interfaces of this component that are connected to one another.
- Parameters:
channel (Iterable[Channel])
- class Channel(name=None, display_name=None, description=None, is_present=None, bus_interface_ref=<factory>, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
bus_interface_ref – Contains the name of one of the bus interfaces that is part of this channel. The ordering of the references may be important to the design environment.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
bus_interface_ref (Iterable[BusInterfaceRef])
id (str | None)
- class BusInterfaceRef(local_name: str | None = None, is_present: org.accellera.ipxact.v1685_2014.is_present.IsPresent | None = None, id: str | None = None)
Bases:
object
- Parameters:
local_name (str | None)
is_present (IsPresent | None)
id (str | None)
- id: str | None
- local_name: str | None
- bus_interface_ref: Iterable[BusInterfaceRef]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- class org.accellera.ipxact.v1685_2014.Choices(choice=<factory>)
Bases:
object
Choices used by elements with an attribute ipxact:choiceRef.
- Variables:
choice – Non-empty set of legal values for a elements with an attribute ipxact:choiceRef.
- Parameters:
choice (Iterable[Choice])
- class Choice(name=None, enumeration=<factory>, id=None)
Bases:
object
- Variables:
name – Choice key, available for reference by the ipxact:choiceRef attribute.
enumeration – One possible value of ipxact:choice
id
- Parameters:
name (str | None)
enumeration (Iterable[Enumeration])
id (str | None)
- class Enumeration(value='', other_attributes=<factory>, text=None, help=None, id=None)
Bases:
ComplexBaseExpression
- Variables:
text – When specified, displayed in place of the ipxact:enumeration value
help – Text that may be displayed if the user requests help about the meaning of an element
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
text (str | None)
help (str | None)
id (str | None)
- help: str | None
- id: str | None
- other_attributes: Mapping[str, str]
- text: str | None
- value: str
- enumeration: Iterable[Enumeration]
- id: str | None
- name: str | None
- class org.accellera.ipxact.v1685_2014.ClockDriver(clock_period=None, clock_pulse_offset=None, clock_pulse_value=None, clock_pulse_duration=None, id=None, clock_name=None)
Bases:
ClockDriverType
Describes a driven clock port.
- Variables:
clock_name – Indicates the name of the cllock. If not specified the name is assumed to be the name of the containing port.
- Parameters:
clock_period (ClockDriverType.ClockPeriod | None)
clock_pulse_offset (ClockDriverType.ClockPulseOffset | None)
clock_pulse_value (UnsignedBitVectorExpression | None)
clock_pulse_duration (ClockDriverType.ClockPulseDuration | None)
id (str | None)
clock_name (str | None)
- class ClockPeriod(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseDuration(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseOffset(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- clock_name: str | None
- clock_period: 'ClockDriverType.ClockPeriod' | None
- clock_pulse_duration: 'ClockDriverType.ClockPulseDuration' | None
- clock_pulse_offset: 'ClockDriverType.ClockPulseOffset' | None
- clock_pulse_value: UnsignedBitVectorExpression | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.ClockDriverType(clock_period=None, clock_pulse_offset=None, clock_pulse_value=None, clock_pulse_duration=None, id=None)
Bases:
object
- Variables:
clock_period – Clock period in units defined by the units attribute. Default is nanoseconds.
clock_pulse_offset – Time until first pulse. Units are defined by the units attribute. Default is nanoseconds.
clock_pulse_value – Value of port after first clock edge.
clock_pulse_duration – Duration of first state in cycle. Units are defined by the units attribute. Default is nanoseconds.
id
- Parameters:
clock_period (ClockPeriod | None)
clock_pulse_offset (ClockPulseOffset | None)
clock_pulse_value (UnsignedBitVectorExpression | None)
clock_pulse_duration (ClockPulseDuration | None)
id (str | None)
- class ClockPeriod(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseDuration(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseOffset(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- clock_period: ClockPeriod | None
- clock_pulse_duration: ClockPulseDuration | None
- clock_pulse_offset: ClockPulseOffset | None
- clock_pulse_value: UnsignedBitVectorExpression | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.ComplexBaseExpression(value='', other_attributes=<factory>)
Bases:
object
Represents the base-type for an expressions.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.ComplexBitSteeringExpression(value='', other_attributes=<factory>)
Bases:
object
Indicates whether bit steering should be used to map this interface onto a bus of different data width.
Values are “on”, “off” or an expression which resolves to an unsigned-bit where a ‘1’ indicates “on” and a ‘0’ indicates “off” (defaults to “off”).
- Parameters:
value (str | SimpleBitSteeringExpressionValue)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str | SimpleBitSteeringExpressionValue
- class org.accellera.ipxact.v1685_2014.ComplexTiedValueType(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
object
An unsigned longint expression that resolves to the value set {0, 1, …} or open or default.
It is derived from longintExpression and it supports an expression value.
- Variables:
value
other_attributes
minimum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the maximum value allowed.
- Parameters:
value (str | SimpleTiedValueTypeValue)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str | SimpleTiedValueTypeValue
- class org.accellera.ipxact.v1685_2014.Component(vendor=None, library=None, name=None, version=None, bus_interfaces=None, indirect_interfaces=None, channels=None, remap_states=None, address_spaces=None, memory_maps=None, model=None, component_generators=None, choices=None, file_sets=None, whitebox_elements=None, cpus=None, other_clock_drivers=None, reset_types=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
ComponentType
This is the root element for all non platform-core components.
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
bus_interfaces (BusInterfaces | None)
indirect_interfaces (IndirectInterfaces | None)
channels (Channels | None)
remap_states (RemapStates | None)
address_spaces (AddressSpaces | None)
memory_maps (MemoryMaps | None)
model (Model | None)
component_generators (ComponentGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
whitebox_elements (ComponentType.WhiteboxElements | None)
cpus (ComponentType.Cpus | None)
other_clock_drivers (OtherClocks | None)
reset_types (ComponentType.ResetTypes | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Cpus(cpu=<factory>)
Bases:
object
- Variables:
cpu – Describes a processor in this component.
- Parameters:
cpu (Iterable[Cpu])
- class Cpu(name=None, display_name=None, description=None, is_present=None, address_space_ref=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
address_space_ref – Indicates which address space maps into this cpu.
parameters – Data specific to the cpu.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_space_ref (Iterable[AddressSpaceRef])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_space_ref: Iterable[AddressSpaceRef]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class ResetTypes(reset_type=<factory>)
Bases:
object
- Variables:
reset_type – A user defined reset policy
- Parameters:
reset_type (Iterable[ResetType])
- class ResetType(name=None, display_name=None, description=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class WhiteboxElements(whitebox_element=<factory>)
Bases:
object
- Variables:
whitebox_element – A whiteboxElement is a useful way to identify elements of a component that can not be identified through other means such as internal signals and non- software accessible registers.
- Parameters:
whitebox_element (Iterable[WhiteboxElementType])
- whitebox_element: Iterable[WhiteboxElementType]
- address_spaces: AddressSpaces | None
- assertions: Assertions | None
- bus_interfaces: BusInterfaces | None
- component_generators: ComponentGenerators | None
- cpus: 'ComponentType.Cpus' | None
- description: Description | None
- id: str | None
- indirect_interfaces: IndirectInterfaces | None
- library: str | None
- memory_maps: MemoryMaps | None
- name: str | None
- other_clock_drivers: OtherClocks | None
- parameters: Parameters | None
- remap_states: RemapStates | None
- reset_types: 'ComponentType.ResetTypes' | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- whitebox_elements: 'ComponentType.WhiteboxElements' | None
- class org.accellera.ipxact.v1685_2014.ComponentGenerator(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None, group=<factory>, scope=InstanceGeneratorTypeScope.INSTANCE)
Bases:
InstanceGeneratorType
Specifies a set of component generators.
The scope attribute applies to component generators and specifies whether the generator should be run for each instance of the entity (or module) or just once for all instances of the entity.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (GeneratorType.ApiType | None)
transport_methods (GeneratorType.TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
group (Iterable[InstanceGeneratorType.Group])
scope (InstanceGeneratorTypeScope)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- group: Iterable['InstanceGeneratorType.Group']
- id: str | None
- name: str | None
- parameters: Parameters | None
- scope: InstanceGeneratorTypeScope
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ComponentGenerators(component_generator=<factory>)
Bases:
object
List of component generators.
- Parameters:
component_generator (Iterable[ComponentGenerator])
- component_generator: Iterable[ComponentGenerator]
- class org.accellera.ipxact.v1685_2014.ComponentInstance(instance_name=None, display_name=None, description=None, is_present=None, component_ref=None, vendor_extensions=None, id=None)
Bases:
object
Component instance element.
The instance name is contained in the unique-value instanceName attribute.
- Variables:
instance_name
display_name
description
is_present
component_ref – References a component to be found in an external library. The four attributes define the VLNV of the referenced element.
vendor_extensions
id
- Parameters:
instance_name (InstanceName | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
component_ref (ConfigurableLibraryRefType | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- component_ref: ConfigurableLibraryRefType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- instance_name: InstanceName | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ComponentInstances(component_instance=<factory>)
Bases:
object
Sub instances of internal components.
- Parameters:
component_instance (Iterable[ComponentInstance])
- component_instance: Iterable[ComponentInstance]
- class org.accellera.ipxact.v1685_2014.ComponentInstantiationType(name=None, display_name=None, description=None, is_virtual=None, language=None, library_name=None, package_name=None, module_name=None, architecture_name=None, configuration_name=None, module_parameters=None, default_file_builder=<factory>, file_set_ref=<factory>, constraint_set_ref=<factory>, whitebox_element_refs=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
Component instantiation type.
- Variables:
name – Unique name
display_name
description
is_virtual – When true, indicates that this component should not be netlisted.
language – The hardware description language used such as “verilog” or “vhdl”. If the attribute “strict” is “true”, this value must match the language being generated for the design.
library_name – A string specifying the library name in which the model should be compiled. If the libraryName element is not present then its value defaults to “work”.
package_name – A string describing the VHDL package containing the interface of the model. If the packageName element is not present then its value defaults to the component VLNV name concatenated with postfix “_cmp_pkg” which stands for component package.
module_name – A string describing the Verilog, SystemVerilog, or SystemC module name or the VHDL entity name. If the moduleName is not present then its value defaults to the component VLNV name
architecture_name – A string describing the VHDL architecture name. If the architectureName element is not present then its value defaults to “rtl”.
configuration_name – A string describing the Verilog, SystemVerilog, or VHDL configuration name. If the configurationName element is not present then its value defaults to the design configuration VLNV name of the design configuration associated with the active hierarchical view or, if there is no active hierarchical view, to the component VLNV name concatenated with postfix “_rtl_cfg”.
module_parameters – Model parameter name value pairs container
default_file_builder – Default command and flags used to build derived files from the sourceName files in the referenced file sets.
file_set_ref
constraint_set_ref
whitebox_element_refs – Container for white box element references.
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_virtual (bool | None)
language (LanguageType | None)
library_name (object | None)
package_name (str | None)
module_name (str | None)
architecture_name (str | None)
configuration_name (str | None)
module_parameters (ModuleParameters | None)
default_file_builder (Iterable[FileBuilderType])
file_set_ref (Iterable[FileSetRef])
constraint_set_ref (Iterable[ConstraintSetRef])
whitebox_element_refs (WhiteboxElementRefs | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class ModuleParameters(module_parameter=<factory>)
Bases:
object
- Variables:
module_parameter – A module parameter name value pair. The name is given in an attribute. The value is the element value. The dataType (applicable to high level modeling) is given in the dataType attribute. For hardware based models, the name should be identical to the RTL (VHDL generic or Verilog parameter). The usageType attribute indicates how the model parameter is to be used.
- Parameters:
module_parameter (Iterable[ModuleParameterType])
- module_parameter: Iterable[ModuleParameterType]
- class WhiteboxElementRefs(whitebox_element_ref=<factory>)
Bases:
object
- Variables:
whitebox_element_ref – Reference to a white box element which is visible within this view.
- Parameters:
whitebox_element_ref (Iterable[WhiteboxElementRefType])
- whitebox_element_ref: Iterable[WhiteboxElementRefType]
- architecture_name: str | None
- configuration_name: str | None
- constraint_set_ref: Iterable[ConstraintSetRef]
- default_file_builder: Iterable[FileBuilderType]
- description: Description | None
- display_name: DisplayName | None
- file_set_ref: Iterable[FileSetRef]
- id: str | None
- is_virtual: bool | None
- language: LanguageType | None
- library_name: object | None
- module_name: str | None
- module_parameters: ModuleParameters | None
- name: str | None
- package_name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- whitebox_element_refs: WhiteboxElementRefs | None
- class org.accellera.ipxact.v1685_2014.ComponentPortDirectionType(*values)
Bases:
Enum
The direction of a component port.
- IN = 'in'
- INOUT = 'inout'
- OUT = 'out'
- PHANTOM = 'phantom'
- class org.accellera.ipxact.v1685_2014.ComponentType(vendor=None, library=None, name=None, version=None, bus_interfaces=None, indirect_interfaces=None, channels=None, remap_states=None, address_spaces=None, memory_maps=None, model=None, component_generators=None, choices=None, file_sets=None, whitebox_elements=None, cpus=None, other_clock_drivers=None, reset_types=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Component-specific extension to componentType.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
bus_interfaces
indirect_interfaces
channels
remap_states
address_spaces
memory_maps
model
component_generators – Generator list is tools-specific.
choices
file_sets
whitebox_elements – A list of whiteboxElements
cpus – cpu’s in the component
other_clock_drivers – Defines a set of clock drivers that are not directly associated with an input port of the component.
reset_types – A list of user defined resetTypes applicable to this component.
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
bus_interfaces (BusInterfaces | None)
indirect_interfaces (IndirectInterfaces | None)
channels (Channels | None)
remap_states (RemapStates | None)
address_spaces (AddressSpaces | None)
memory_maps (MemoryMaps | None)
model (Model | None)
component_generators (ComponentGenerators | None)
choices (Choices | None)
file_sets (FileSets | None)
whitebox_elements (WhiteboxElements | None)
cpus (Cpus | None)
other_clock_drivers (OtherClocks | None)
reset_types (ResetTypes | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Cpus(cpu=<factory>)
Bases:
object
- Variables:
cpu – Describes a processor in this component.
- Parameters:
cpu (Iterable[Cpu])
- class Cpu(name=None, display_name=None, description=None, is_present=None, address_space_ref=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
address_space_ref – Indicates which address space maps into this cpu.
parameters – Data specific to the cpu.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_space_ref (Iterable[AddressSpaceRef])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_space_ref: Iterable[AddressSpaceRef]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class ResetTypes(reset_type=<factory>)
Bases:
object
- Variables:
reset_type – A user defined reset policy
- Parameters:
reset_type (Iterable[ResetType])
- class ResetType(name=None, display_name=None, description=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class WhiteboxElements(whitebox_element=<factory>)
Bases:
object
- Variables:
whitebox_element – A whiteboxElement is a useful way to identify elements of a component that can not be identified through other means such as internal signals and non- software accessible registers.
- Parameters:
whitebox_element (Iterable[WhiteboxElementType])
- whitebox_element: Iterable[WhiteboxElementType]
- address_spaces: AddressSpaces | None
- assertions: Assertions | None
- bus_interfaces: BusInterfaces | None
- component_generators: ComponentGenerators | None
- description: Description | None
- id: str | None
- indirect_interfaces: IndirectInterfaces | None
- library: str | None
- memory_maps: MemoryMaps | None
- name: str | None
- other_clock_drivers: OtherClocks | None
- parameters: Parameters | None
- remap_states: RemapStates | None
- reset_types: ResetTypes | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- whitebox_elements: WhiteboxElements | None
- class org.accellera.ipxact.v1685_2014.ConfigurableArrays(array=<factory>)
Bases:
object
- Variables:
array – Specific left and right array bounds.
- Parameters:
array (Iterable[Array])
- class Array(left: org.accellera.ipxact.v1685_2014.left.Left | None = None, right: org.accellera.ipxact.v1685_2014.right.Right | None = None, id: str | None = None)
Bases:
object
- id: str | None
- class org.accellera.ipxact.v1685_2014.ConfigurableElementValue(value='', other_attributes=<factory>, reference_id=None, id=None)
Bases:
ComplexBaseExpression
Describes the content of a configurable element.
The required referenceId attribute refers to the ID attribute of the configurable element.
- Variables:
reference_id – Refers to the ID attribute of the configurable element.
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
reference_id (str | None)
id (str | None)
- id: str | None
- other_attributes: Mapping[str, str]
- reference_id: str | None
- value: str
- class org.accellera.ipxact.v1685_2014.ConfigurableElementValues(configurable_element_value=<factory>)
Bases:
object
All configuration information for a contained component, generator, generator chain or abstractor instance.
- Variables:
configurable_element_value – Describes the content of a configurable element. The required referenceId attribute refers to the ID attribute of the configurable element.
- Parameters:
configurable_element_value (Iterable[ConfigurableElementValue])
- configurable_element_value: Iterable[ConfigurableElementValue]
- class org.accellera.ipxact.v1685_2014.ConfigurableLibraryRefType(configurable_element_values=None, vendor=None, library=None, name=None, version=None)
Bases:
object
Base IP-XACT document reference type for configurable top-level objects.
Contains vendor, library, name and version attributes along with configurable element values.
- Parameters:
configurable_element_values (ConfigurableElementValues | None)
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
- configurable_element_values: ConfigurableElementValues | None
- library: str | None
- name: str | None
- vendor: str | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.ConstraintSet(name=None, display_name=None, description=None, vector=None, drive_constraint=None, load_constraint=None, timing_constraint=<factory>, constraint_set_id='default', id=None)
Bases:
object
Defines constraints that apply to a component port.
If multiple constraintSet elements are used, each must have a unique value for the constraintSetId attribute.
- Variables:
name – Unique name
display_name
description
vector – The optional element vector specify the bits of a vector for which the constraints apply. The vaules of left and right must be within the range of the port. If the vector is not specified then the constraints apply to all the bits of the port.
drive_constraint
load_constraint
timing_constraint
constraint_set_id – Indicates a name for this set of constraints. Constraints are tied to a view using this name in the constraintSetRef element.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vector (Vector | None)
drive_constraint (DriveConstraint | None)
load_constraint (LoadConstraint | None)
timing_constraint (Iterable[TimingConstraint])
constraint_set_id (str)
id (str | None)
- class Vector(left=None, right=None)
Bases:
object
- Variables:
left – The optional elements left and right can be used to select a bit-slice of a vector.
right – The optional elements left and right can be used to select a bit-slice of a vector.
- Parameters:
left (UnsignedIntExpression | None)
right (UnsignedIntExpression | None)
- left: UnsignedIntExpression | None
- right: UnsignedIntExpression | None
- constraint_set_id: str
- description: Description | None
- display_name: DisplayName | None
- drive_constraint: DriveConstraint | None
- id: str | None
- load_constraint: LoadConstraint | None
- name: str | None
- timing_constraint: Iterable[TimingConstraint]
- class org.accellera.ipxact.v1685_2014.ConstraintSetRef(local_name=None, is_present=None, id=None)
Bases:
object
A reference to a set of port constraints.
- Parameters:
local_name (str | None)
is_present (IsPresent | None)
id (str | None)
- id: str | None
- local_name: str | None
- class org.accellera.ipxact.v1685_2014.ConstraintSets(constraint_set=<factory>)
Bases:
object
List of constraintSet elements for a component port.
- Parameters:
constraint_set (Iterable[ConstraintSet])
- constraint_set: Iterable[ConstraintSet]
- class org.accellera.ipxact.v1685_2014.DataTypeType(*values)
Bases:
Enum
Enumerates C argument data types.
- CHAR = 'char *'
- DOUBLE = 'double'
- FLOAT = 'float'
- INT = 'int'
- LONG = 'long'
- UNSIGNED_INT = 'unsigned int'
- UNSIGNED_LONG = 'unsigned long'
- VOID = 'void *'
- class org.accellera.ipxact.v1685_2014.DefaultValue(value='', other_attributes=<factory>)
Bases:
UnsignedBitVectorExpression
Default value for a wire port.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.DelayValueType(*values)
Bases:
Enum
Indicates the type of delay value - minimum or maximum delay.
- MAX = 'max'
- MIN = 'min'
- class org.accellera.ipxact.v1685_2014.DelayValueUnitType(*values)
Bases:
Enum
Indicates legal units for delay values.
- NS = 'ns'
- PS = 'ps'
- class org.accellera.ipxact.v1685_2014.Dependency(value='', id=None)
Bases:
IpxactUri
Specifies a location on which files or fileSets may be dependent.
Typically, this would be a directory that would contain included files.
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class org.accellera.ipxact.v1685_2014.Description(value='')
Bases:
object
Full description string, typically for documentation.
- Parameters:
value (str)
- value: str
- class org.accellera.ipxact.v1685_2014.Design(vendor=None, library=None, name=None, version=None, component_instances=None, interconnections=None, ad_hoc_connections=None, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Root element for a platform design.
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
component_instances
interconnections
ad_hoc_connections
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
component_instances (ComponentInstances | None)
interconnections (Interconnections | None)
ad_hoc_connections (AdHocConnections | None)
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- ad_hoc_connections: AdHocConnections | None
- assertions: Assertions | None
- component_instances: ComponentInstances | None
- description: Description | None
- id: str | None
- interconnections: Interconnections | None
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.DesignConfiguration(vendor=None, library=None, name=None, version=None, design_ref=None, generator_chain_configuration=<factory>, interconnection_configuration=<factory>, view_configuration=<factory>, description=None, parameters=None, assertions=None, vendor_extensions=None, id=None)
Bases:
object
Top level element for describing the current configuration of a design.
Does not describe instance parameterization
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
design_ref – The design to which this configuration applies
generator_chain_configuration – Contains the configurable information associated with a generatorChain and its generators. Note that configurable information for generators associated with components is stored in the design file.
interconnection_configuration – Contains the information about the abstractors required to cross between two interfaces at with different abstractionDefs.
view_configuration – Contains the active views for each instance in the design
description
parameters
assertions
vendor_extensions
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
design_ref (LibraryRefType | None)
generator_chain_configuration (Iterable[ConfigurableLibraryRefType])
interconnection_configuration (Iterable[InterconnectionConfiguration])
view_configuration (Iterable[ViewConfiguration])
description (Description | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class InterconnectionConfiguration(is_present=None, interconnection_ref=None, abstractor_instances=<factory>, id=None)
Bases:
object
- Variables:
is_present
interconnection_ref – Reference to the interconnection name, monitor interconnection name or possibly a hierConnection interfaceName in a design file.
abstractor_instances – List of abstractor-instances for this interconnection. Multiple abstractor-instances elements may be present for a 1-to-many (broadcast) interconnection. In that case, the optional interfaceRef elements must reference non-overlapping interfaces from the ‘many’ side of the interconnection.
id
- Parameters:
is_present (IsPresent | None)
interconnection_ref (str | None)
abstractor_instances (Iterable[AbstractorInstances])
id (str | None)
- class AbstractorInstances(is_present=None, interface_ref=<factory>, abstractor_instance=<factory>)
Bases:
object
- Variables:
is_present
interface_ref – Defines the broadcast endpoint to which this chain of abstractors applies.
abstractor_instance – Element to hold a the abstractor reference, the configuration and viewName. If multiple elements are present then the order is the order in which the abstractors should be chained together.
- Parameters:
is_present (IsPresent | None)
interface_ref (Iterable[InterfaceRef])
abstractor_instance (Iterable[AbstractorInstance])
- class AbstractorInstance(instance_name=None, display_name=None, description=None, abstractor_ref=None, view_name=None, id=None)
Bases:
object
- Variables:
instance_name – Instance name for the abstractor
display_name
description
abstractor_ref – Abstractor reference
view_name – The name of the active view for this abstractor instance.
id
- Parameters:
instance_name (str | None)
display_name (DisplayName | None)
description (Description | None)
abstractor_ref (ConfigurableLibraryRefType | None)
view_name (str | None)
id (str | None)
- abstractor_ref: ConfigurableLibraryRefType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- instance_name: str | None
- view_name: str | None
- class InterfaceRef(is_present=None, component_ref=None, bus_ref=None)
Bases:
object
- Variables:
is_present
component_ref – Reference to a component instance nane.
bus_ref – Reference to a component bus interface name.
- Parameters:
is_present (IsPresent | None)
component_ref (str | None)
bus_ref (str | None)
- bus_ref: str | None
- component_ref: str | None
- abstractor_instance: Iterable[AbstractorInstance]
- interface_ref: Iterable[InterfaceRef]
- abstractor_instances: Iterable[AbstractorInstances]
- id: str | None
- interconnection_ref: str | None
- class ViewConfiguration(instance_name=None, is_present=None, view=None, id=None)
Bases:
object
- Variables:
instance_name
is_present
view – The selected view for the instance.
id
- Parameters:
instance_name (InstanceName | None)
is_present (IsPresent | None)
view (View | None)
id (str | None)
- class View(configurable_element_values=None, view_ref=None)
Bases:
object
- Variables:
configurable_element_values – Parameter values to set in the selected configuredView.
view_ref
- Parameters:
configurable_element_values (ConfigurableElementValues | None)
view_ref (str | None)
- configurable_element_values: ConfigurableElementValues | None
- view_ref: str | None
- id: str | None
- instance_name: InstanceName | None
- assertions: Assertions | None
- description: Description | None
- design_ref: LibraryRefType | None
- generator_chain_configuration: Iterable[ConfigurableLibraryRefType]
- id: str | None
- interconnection_configuration: Iterable[InterconnectionConfiguration]
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- view_configuration: Iterable[ViewConfiguration]
- class org.accellera.ipxact.v1685_2014.DesignConfigurationInstantiationType(name=None, display_name=None, description=None, language=None, design_configuration_ref=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
Design configuration instantiation type.
- Variables:
name – Unique name
display_name
description
language – The hardware description language used such as “verilog” or “vhdl”. If the attribute “strict” is “true”, this value must match the language being generated for the design.
design_configuration_ref – References an IP-XACT design configuration document (by VLNV) that provides a configuration for the component’s design.
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
language (LanguageType | None)
design_configuration_ref (ConfigurableLibraryRefType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- design_configuration_ref: ConfigurableLibraryRefType | None
- display_name: DisplayName | None
- id: str | None
- language: LanguageType | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.DesignInstantiationType(name=None, display_name=None, description=None, design_ref=None, vendor_extensions=None, id=None)
Bases:
object
Design instantiation type.
- Variables:
name – Unique name
display_name
description
design_ref – References an IP-XACT design document (by VLNV) that provides a design for the component.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
design_ref (ConfigurableLibraryRefType | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- design_ref: ConfigurableLibraryRefType | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.Direction(*values)
Bases:
Enum
- IN = 'in'
- INOUT = 'inout'
- OUT = 'out'
- class org.accellera.ipxact.v1685_2014.DisplayName(value='')
Bases:
object
Element name for display purposes.
Typically a few words providing a more detailed and/or user-friendly name than the ipxact:name.
- Parameters:
value (str)
- value: str
- class org.accellera.ipxact.v1685_2014.DriveConstraint(cell_specification=None)
Bases:
object
Defines a constraint indicating how an input is to be driven.
The preferred methodology is to specify a library cell in technology independent fashion. The implemention tool should assume that the associated port is driven by the specified cell, or that the drive strength of the input port is indicated by the specified resistance value.
- Parameters:
cell_specification (CellSpecification | None)
- cell_specification: CellSpecification | None
- class org.accellera.ipxact.v1685_2014.Driver(range=None, default_value=None, clock_driver=None, single_shot_driver=None)
Bases:
DriverType
Wire port driver element.
- Parameters:
range (Range | None)
default_value (DefaultValue | None)
clock_driver (ClockDriver | None)
single_shot_driver (SingleShotDriver | None)
- clock_driver: ClockDriver | None
- default_value: DefaultValue | None
- single_shot_driver: SingleShotDriver | None
- class org.accellera.ipxact.v1685_2014.DriverType(range=None, default_value=None, clock_driver=None, single_shot_driver=None)
Bases:
object
Wire port driver type.
- Parameters:
range (Range | None)
default_value (DefaultValue | None)
clock_driver (ClockDriver | None)
single_shot_driver (SingleShotDriver | None)
- clock_driver: ClockDriver | None
- default_value: DefaultValue | None
- single_shot_driver: SingleShotDriver | None
- class org.accellera.ipxact.v1685_2014.Drivers(driver=<factory>)
Bases:
object
Container for wire port driver elements.
- Variables:
driver – Wire port driver element. If no range is specified, default value applies to the entire range.
- Parameters:
driver (Iterable[Driver])
- class org.accellera.ipxact.v1685_2014.EdgeValueType(*values)
Bases:
Enum
Indicates legal values for edge specification attributes.
- FALL = 'fall'
- RISE = 'rise'
- class org.accellera.ipxact.v1685_2014.EndianessType(*values)
Bases:
Enum
‘big’: means the most significant element of any multi-element data field is stored at the lowest memory address.
‘little’ means the least significant element of any multi-element data field is stored at the lowest memory address. If this element is not present the default is ‘little’ endian.
- BIG = 'big'
- LITTLE = 'little'
- class org.accellera.ipxact.v1685_2014.EnumeratedValueUsage(*values)
Bases:
Enum
- READ = 'read'
- READ_WRITE = 'read-write'
- WRITE = 'write'
- class org.accellera.ipxact.v1685_2014.EnumeratedValues(enumerated_value=<factory>)
Bases:
object
Enumerates specific values that can be assigned to the bit field.
- Variables:
enumerated_value – Enumerates specific values that can be assigned to the bit field. The name of this enumerated value. This may be used as a token in generating code.
- Parameters:
enumerated_value (Iterable[EnumeratedValue])
- class EnumeratedValue(name=None, display_name=None, description=None, value=None, vendor_extensions=None, usage=EnumeratedValueUsage.READ_WRITE, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
value – Enumerated bit field value.
vendor_extensions
usage – Usage for the enumeration. ‘read’ for a software read access. ‘write’ for a software write access. ‘read- write’ for a software read or write access.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (UnsignedBitVectorExpression | None)
vendor_extensions (VendorExtensions | None)
usage (EnumeratedValueUsage)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- usage: EnumeratedValueUsage
- value: UnsignedBitVectorExpression | None
- vendor_extensions: VendorExtensions | None
- enumerated_value: Iterable[EnumeratedValue]
- class org.accellera.ipxact.v1685_2014.ExecutableImage(name=None, display_name=None, description=None, parameters=None, language_tools=None, file_set_ref_group=None, vendor_extensions=None, image_id=None, image_type=None, id=None)
Bases:
object
Specifies an executable software image to be loaded into a processors address space.
The format of the image is not specified. It could, for example, be an ELF loadfile, or it could be raw binary or ascii hex data for loading directly into a memory model instance.
- Variables:
name – Unique name
display_name
description
parameters – Additional information about the load module, e.g. stack base addresses, table addresses, etc.
language_tools – Default commands and flags for software language tools needed to build the executable image.
file_set_ref_group – Contains a group of file set references that indicates the set of file sets complying with the tool set of the current executable image.
vendor_extensions
image_id – Unique ID for the executableImage, referenced in fileSet/function/fileRef
image_type – Open element to describe the type of image. The contents is model and/or generator specific.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
parameters (Parameters | None)
language_tools (LanguageTools | None)
file_set_ref_group (FileSetRefGroup | None)
vendor_extensions (VendorExtensions | None)
image_id (str | None)
image_type (str | None)
id (str | None)
- class FileSetRefGroup(file_set_ref: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.file_set_ref.FileSetRef] = <factory>)
Bases:
object
- Parameters:
file_set_ref (Iterable[FileSetRef])
- file_set_ref: Iterable[FileSetRef]
- class LanguageTools(file_builder=<factory>, linker=None, linker_flags=None, linker_command_file=<factory>)
Bases:
object
- Variables:
file_builder – A generic placeholder for any file builder like compilers and assemblers. It contains the file types to which the command should be applied, and the flags to be used with that command.
linker
linker_flags
linker_command_file
- Parameters:
file_builder (Iterable[FileBuilder])
linker (StringExpression | None)
linker_flags (StringExpression | None)
linker_command_file (Iterable[LinkerCommandFile])
- class FileBuilder(file_type=None, command=None, flags=None, replace_default_flags=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
file_type
command – Default command used to build files of the specified fileType.
flags – Flags given to the build command when building files of this type.
replace_default_flags – If true, replace any default flags value with the value in the sibling flags element. Otherwise, append the contents of the sibling flags element to any default flags value. If the value is true and the “flags” element is empty or missing, this will have the result of clearing any default flags value.
vendor_extensions
id
- Parameters:
file_type (FileType | None)
command (StringExpression | None)
flags (StringExpression | None)
replace_default_flags (UnsignedBitExpression | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- command: StringExpression | None
- flags: StringExpression | None
- id: str | None
- replace_default_flags: UnsignedBitExpression | None
- vendor_extensions: VendorExtensions | None
- file_builder: Iterable[FileBuilder]
- linker: StringExpression | None
- linker_command_file: Iterable[LinkerCommandFile]
- linker_flags: StringExpression | None
- description: Description | None
- display_name: DisplayName | None
- file_set_ref_group: FileSetRefGroup | None
- id: str | None
- image_id: str | None
- image_type: str | None
- language_tools: LanguageTools | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ExternalPortReference(is_present=None, part_select=None, port_ref=None, id=None)
Bases:
object
- Variables:
is_present
part_select
port_ref – A port on the on the referenced component from componentRef.
id
- Parameters:
is_present (IsPresent | None)
part_select (PartSelect | None)
port_ref (str | None)
id (str | None)
- id: str | None
- part_select: PartSelect | None
- port_ref: str | None
- class org.accellera.ipxact.v1685_2014.FieldType(name=None, display_name=None, description=None, access_handles=None, is_present=None, bit_offset=None, resets=None, type_identifier=None, bit_width=None, volatile=None, access=None, enumerated_values=None, modified_write_value=None, write_value_constraint=None, read_action=None, testable=None, reserved=None, parameters=None, vendor_extensions=None, id=None, field_id=None)
Bases:
object
A field within a register.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
bit_offset – Offset of this field’s bit 0 from bit 0 of the register.
resets
type_identifier – Identifier name used to indicate that multiple field elements contain the exact same information for the elements in the fieldDefinitionGroup.
bit_width – Width of the field in bits.
volatile – Indicates whether the data is volatile. The presumed value is ‘false’ if not present.
access
enumerated_values
modified_write_value – If present this element describes the modification of field data caused by a write operation. ‘oneToClear’ means that in a bitwise fashion each write data bit of a one will clear the corresponding bit in the field. ‘oneToSet’ means that in a bitwise fashion each write data bit of a one will set the corresponding bit in the field. ‘oneToToggle’ means that in a bitwise fashion each write data bit of a one will toggle the corresponding bit in the field. ‘zeroToClear’ means that in a bitwise fashion each write data bit of a zero will clear the corresponding bit in the field. ‘zeroToSet’ means that in a bitwise fashion each write data bit of a zero will set the corresponding bit in the field. ‘zeroToToggle’ means that in a bitwise fashion each write data bit of a zero will toggle the corresponding bit in the field. ‘clear’ means any write to this field clears the field. ‘set’ means any write to the field sets the field. ‘modify’ means any write to this field may modify that data. If this element is not present the write operation data is written.
write_value_constraint – The legal values that may be written to a field. If not specified the legal values are not specified.
read_action – A list of possible actions for a read to set the field after the read. ‘clear’ means that after a read the field is cleared. ‘set’ means that after a read the field is set. ‘modify’ means after a read the field is modified. If not present the field value is not modified after a read.
testable – Can the field be tested with an automated register test routine. The presumed value is true if not specified.
reserved – Indicates that the field should be documented as reserved. The presumed value is ‘false’ if not present.
parameters
vendor_extensions
id
field_id – A unique identifier within a component for a field.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
bit_offset (UnsignedIntExpression | None)
resets (Resets | None)
type_identifier (str | None)
bit_width (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
enumerated_values (EnumeratedValues | None)
modified_write_value (ModifiedWriteValue | None)
write_value_constraint (WriteValueConstraintType | None)
read_action (ReadAction | None)
testable (Testable | None)
reserved (UnsignedBitExpression | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
field_id (str | None)
- class ModifiedWriteValue(value: org.accellera.ipxact.v1685_2014.modified_write_value_type.ModifiedWriteValueType | None = None, modify: str | None = None)
Bases:
object
- Parameters:
value (ModifiedWriteValueType | None)
modify (str | None)
- modify: str | None
- value: ModifiedWriteValueType | None
- class ReadAction(value: org.accellera.ipxact.v1685_2014.read_action_type.ReadActionType | None = None, modify: str | None = None)
Bases:
object
- Parameters:
value (ReadActionType | None)
modify (str | None)
- modify: str | None
- value: ReadActionType | None
- class Resets(reset=<factory>)
Bases:
object
- Variables:
reset – BitField reset value
- Parameters:
reset (Iterable[Reset])
- class Testable(value=None, test_constraint=TestableTestConstraint.UNCONSTRAINED)
Bases:
object
- Variables:
value
test_constraint – Constraint for an automated register test routine. ‘unconstrained’ (default) means may read and write all legal values. ‘restore’ means may read and write legal values but the value must be restored to the initially read value before accessing another register. ‘writeAsRead’ has limitations on testability where only the value read before a write may be written to the field. ‘readOnly’ has limitations on testability where values may only be read from the field.
- Parameters:
value (bool | None)
test_constraint (TestableTestConstraint)
- test_constraint: TestableTestConstraint
- value: bool | None
- access_handles: AccessHandles | None
- bit_offset: UnsignedIntExpression | None
- bit_width: UnsignedPositiveIntExpression | None
- description: Description | None
- display_name: DisplayName | None
- enumerated_values: EnumeratedValues | None
- field_id: str | None
- id: str | None
- modified_write_value: ModifiedWriteValue | None
- name: str | None
- parameters: Parameters | None
- read_action: ReadAction | None
- reserved: UnsignedBitExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- write_value_constraint: WriteValueConstraintType | None
- class org.accellera.ipxact.v1685_2014.File(name=None, is_present=None, file_type=<factory>, is_structural=None, is_include_file=None, logical_name=None, exported_name=<factory>, build_command=None, dependency=<factory>, define=<factory>, image_type=<factory>, description=None, vendor_extensions=None, file_id=None, other_attributes=<factory>, id=None)
Bases:
object
IP-XACT reference to a file or directory.
- Variables:
name – Path to the file or directory. If this path is a relative path, then it is relative to the containing XML file.
is_present
file_type
is_structural – Indicates that the current file is purely structural.
is_include_file – Indicate that the file is include file.
logical_name – Logical name for this file or directory e.g. VHDL library name.
exported_name – Defines exported names that can be accessed externally, e.g. exported function names from a C source file.
build_command – Command and flags used to build derived files from the sourceName files. If this element is present, the command and/or flags used to to build the file will override or augment any default builders at a higher level.
dependency
define – Specifies define symbols that are used in the source file. The ipxact:name element gives the name to be defined and the text content of the ipxact:value element holds the value. This element supports full configurability.
image_type – Relates the current file to a certain executable image type in the design.
description – String for describing this file to users
vendor_extensions
file_id – Unique ID for this file, referenced in fileSet/function/fileRef
other_attributes
id
- Parameters:
name (StringUriexpression | None)
is_present (IsPresent | None)
file_type (Iterable[FileType])
is_structural (bool | None)
is_include_file (IsIncludeFile | None)
logical_name (LogicalName | None)
exported_name (Iterable[ExportedName])
build_command (BuildCommand | None)
dependency (Iterable[Dependency])
define (Iterable[NameValuePairType])
image_type (Iterable[ImageType])
description (str | None)
vendor_extensions (VendorExtensions | None)
file_id (str | None)
other_attributes (Mapping[str, str])
id (str | None)
- class BuildCommand(command=None, flags=None, replace_default_flags=None, target_name=None)
Bases:
object
- Variables:
command – Command used to build this file.
flags – Flags given to the build command when building this file. If the optional attribute “append” is “true”, this string will be appended to any existing flags, otherwise these flags will replace any existing default flags.
replace_default_flags – If true, the value of the sibling element “flags” should replace any default flags specified at a more global level. If this is true and the sibling element “flags” is empty or missing, this has the effect of clearing any default flags.
target_name – Pathname to the file that is derived (built) from the source file.
- Parameters:
command (StringExpression | None)
flags (Flags | None)
replace_default_flags (UnsignedBitExpression | None)
target_name (StringUriexpression | None)
- class Flags(value='', other_attributes=<factory>, append=None)
Bases:
StringExpression
- Variables:
append – “true” indicates that the flags shall be appended to any existing flags, “false”indicates these flags will replace any existing default flags.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
append (bool | None)
- append: bool | None
- other_attributes: Mapping[str, str]
- value: str
- command: StringExpression | None
- replace_default_flags: UnsignedBitExpression | None
- target_name: StringUriexpression | None
- class ExportedName(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class ImageType(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class IsIncludeFile(value=None, external_declarations=False)
Bases:
object
- Variables:
value
external_declarations – the File contains some declarations that are needed in top file
- Parameters:
value (bool | None)
external_declarations (bool)
- external_declarations: bool
- value: bool | None
- class LogicalName(value='', default=False)
Bases:
object
- Variables:
value
default – The logical name shall only be used as a default and another process may override this name.
- Parameters:
value (str)
default (bool)
- default: bool
- value: str
- build_command: BuildCommand | None
- define: Iterable[NameValuePairType]
- dependency: Iterable[Dependency]
- description: str | None
- exported_name: Iterable[ExportedName]
- file_id: str | None
- id: str | None
- is_include_file: IsIncludeFile | None
- is_structural: bool | None
- logical_name: LogicalName | None
- name: StringUriexpression | None
- other_attributes: Mapping[str, str]
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.FileBuilderType(file_type=None, command=None, flags=None, replace_default_flags=None, id=None)
Bases:
object
- Variables:
file_type
command – Default command used to build files of the specified fileType.
flags – Flags given to the build command when building files of this type.
replace_default_flags – If true, replace any default flags value with the value in the sibling flags element. Otherwise, append the contents of the sibling flags element to any default flags value. If the value is true and the “flags” element is empty or missing, this will have the result of clearing any default flags value.
id
- Parameters:
file_type (FileType | None)
command (StringExpression | None)
flags (StringExpression | None)
replace_default_flags (UnsignedBitExpression | None)
id (str | None)
- command: StringExpression | None
- flags: StringExpression | None
- id: str | None
- replace_default_flags: UnsignedBitExpression | None
- class org.accellera.ipxact.v1685_2014.FileSet(name=None, display_name=None, description=None, group=<factory>, file=<factory>, default_file_builder=<factory>, dependency=<factory>, function=<factory>, vendor_extensions=None, id=None)
Bases:
FileSetType
This element specifies a list of unique pathnames to files and directories.
It may also include build instructions for the files. If compilation order is important, e.g. for VHDL files, the files have to be provided in compilation order.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
group (Iterable[FileSetType.Group])
file (Iterable[File])
default_file_builder (Iterable[FileBuilderType])
dependency (Iterable[Dependency])
function (Iterable[FileSetType.Function])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Function(entry_point=None, file_ref=None, return_type=None, argument=<factory>, disabled=None, source_file=<factory>, replicate=False, id=None)
Bases:
object
- Variables:
entry_point – Optional name for the function.
file_ref – A reference to the file that contains the entry point function.
return_type – Function return type. Possible values are void and int.
argument – Arguments passed in when the function is called. Arguments are passed in order. This is an extension of the name-value pair which includes the data type in the ipxact:dataType attribute. The argument name is in the ipxact:name element and its value is in the ipxact:value element.
disabled – Specifies if the SW function is enabled. If not present the function is always enabled.
source_file – Location information for the source file of this function.
replicate – If true directs the generator to compile a separate object module for each instance of the component in the design. If false (default) the function will be called with different arguments for each instance.
id
- Parameters:
entry_point (str | None)
file_ref (str | None)
return_type (ReturnTypeType | None)
argument (Iterable[Argument])
disabled (UnsignedBitExpression | None)
source_file (Iterable[SourceFile])
replicate (bool)
id (str | None)
- class Argument(name=None, display_name=None, description=None, value=None, vendor_extensions=None, id=None, data_type=None)
Bases:
NameValuePairType
- Variables:
data_type – The data type of the argument as pertains to the language. Example: “int”, “double”, “char *”.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (Value | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
data_type (DataTypeType | None)
- data_type: DataTypeType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- value: Value | None
- vendor_extensions: VendorExtensions | None
- class SourceFile(source_name=None, file_type=None, id=None)
Bases:
object
- Variables:
source_name – Source file for the boot load. Relative names are searched for in the project directory and the source of the component directory.
file_type
id
- Parameters:
- id: str | None
- disabled: UnsignedBitExpression | None
- entry_point: str | None
- file_ref: str | None
- id: str | None
- replicate: bool
- return_type: ReturnTypeType | None
- source_file: Iterable[SourceFile]
- default_file_builder: Iterable[FileBuilderType]
- dependency: Iterable[Dependency]
- description: Description | None
- display_name: DisplayName | None
- function: Iterable['FileSetType.Function']
- group: Iterable['FileSetType.Group']
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.FileSetRef(local_name=None, is_present=None, id=None)
Bases:
object
A reference to a fileSet.
- Variables:
local_name – Refers to a fileSet defined within this description.
is_present
id
- Parameters:
local_name (str | None)
is_present (IsPresent | None)
id (str | None)
- id: str | None
- local_name: str | None
- class org.accellera.ipxact.v1685_2014.FileSetType(name=None, display_name=None, description=None, group=<factory>, file=<factory>, default_file_builder=<factory>, dependency=<factory>, function=<factory>, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
group – Identifies this filleSet as belonging to a particular group or having a particular purpose. Examples might be “diagnostics”, “boot”, “application”, “interrupt”, “deviceDriver”, etc.
file
default_file_builder – Default command and flags used to build derived files from the sourceName files in this file set.
dependency
function – Generator information if this file set describes a function. For example, this file set may describe diagnostics for which the DE can generate a diagnostics driver.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
group (Iterable[Group])
file (Iterable[File])
default_file_builder (Iterable[FileBuilderType])
dependency (Iterable[Dependency])
function (Iterable[Function])
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Function(entry_point=None, file_ref=None, return_type=None, argument=<factory>, disabled=None, source_file=<factory>, replicate=False, id=None)
Bases:
object
- Variables:
entry_point – Optional name for the function.
file_ref – A reference to the file that contains the entry point function.
return_type – Function return type. Possible values are void and int.
argument – Arguments passed in when the function is called. Arguments are passed in order. This is an extension of the name-value pair which includes the data type in the ipxact:dataType attribute. The argument name is in the ipxact:name element and its value is in the ipxact:value element.
disabled – Specifies if the SW function is enabled. If not present the function is always enabled.
source_file – Location information for the source file of this function.
replicate – If true directs the generator to compile a separate object module for each instance of the component in the design. If false (default) the function will be called with different arguments for each instance.
id
- Parameters:
entry_point (str | None)
file_ref (str | None)
return_type (ReturnTypeType | None)
argument (Iterable[Argument])
disabled (UnsignedBitExpression | None)
source_file (Iterable[SourceFile])
replicate (bool)
id (str | None)
- class Argument(name=None, display_name=None, description=None, value=None, vendor_extensions=None, id=None, data_type=None)
Bases:
NameValuePairType
- Variables:
data_type – The data type of the argument as pertains to the language. Example: “int”, “double”, “char *”.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (Value | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
data_type (DataTypeType | None)
- data_type: DataTypeType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- value: Value | None
- vendor_extensions: VendorExtensions | None
- class SourceFile(source_name=None, file_type=None, id=None)
Bases:
object
- Variables:
source_name – Source file for the boot load. Relative names are searched for in the project directory and the source of the component directory.
file_type
id
- Parameters:
- id: str | None
- disabled: UnsignedBitExpression | None
- entry_point: str | None
- file_ref: str | None
- id: str | None
- replicate: bool
- return_type: ReturnTypeType | None
- source_file: Iterable[SourceFile]
- default_file_builder: Iterable[FileBuilderType]
- dependency: Iterable[Dependency]
- description: Description | None
- display_name: DisplayName | None
- group: Iterable[Group]
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.FileSets(file_set=<factory>)
Bases:
object
List of file sets associated with component.
- Parameters:
file_set (Iterable[FileSet])
- class org.accellera.ipxact.v1685_2014.FileType(value=None, user=None, id=None)
Bases:
object
Enumerated file types known by IP-XACT.
- Parameters:
value (SimpleFileType | None)
user (str | None)
id (str | None)
- id: str | None
- user: str | None
- value: SimpleFileType | None
- class org.accellera.ipxact.v1685_2014.FormatType(*values)
Bases:
Enum
This is an indication on the format of the value.
bit: 1-bit or more (vector) bits unsigned integer, byte: 8-bit signed integer, shortint: 16-bit signed integer, int: 32-bit signed integer, longint: 64-bit signed integer, shortreal: 32-bit signed floating point number, real: 64-bit signed floating point number, string: textual information.
- BIT = 'bit'
- BYTE = 'byte'
- INT = 'int'
- LONGINT = 'longint'
- REAL = 'real'
- SHORTINT = 'shortint'
- SHORTREAL = 'shortreal'
- STRING = 'string'
- class org.accellera.ipxact.v1685_2014.Generator(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None)
Bases:
GeneratorType
Specifies a set of generators.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (GeneratorType.ApiType | None)
transport_methods (GeneratorType.TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.GeneratorChain(vendor=None, library=None, name=None, version=None, generator_chain_selector=<factory>, component_generator_selector=<factory>, generator=<factory>, chain_group=<factory>, display_name=None, description=None, choices=None, parameters=None, assertions=None, vendor_extensions=None, hidden=False, id=None)
Bases:
object
- Variables:
vendor – Name of the vendor who supplies this file.
library – Name of the logical library this element belongs to.
name – The name of the object.
version – Indicates the version of the named element.
generator_chain_selector – Select other generator chain files for inclusion into this chain. The boolean attribute “unique” (default false) specifies that only a single generator is valid in this context. If more that one generator is selected based on the selection criteria, DE will prompt the user to resolve to a single generator.
component_generator_selector – Selects generators declared in components of the current design for inclusion into this generator chain.
generator
chain_group – Identifies this generator chain as belonging to the named group. This is used by other generator chains to select this chain for programmatic inclusion.
display_name
description
choices
parameters
assertions
vendor_extensions
hidden – If this attribute is true then the generator should not be presented to the user, it may be part of a chain and has no useful meaning when invoked standalone.
id
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
generator_chain_selector (Iterable[GeneratorChainSelector])
component_generator_selector (Iterable[GeneratorSelectorType])
generator (Iterable[Generator])
chain_group (Iterable[ChainGroup])
display_name (DisplayName | None)
description (Description | None)
choices (Choices | None)
parameters (Parameters | None)
assertions (Assertions | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
- class ChainGroup(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class GeneratorChainSelector(group_selector=None, generator_chain_ref=None, unique=False, id=None)
Bases:
object
- Variables:
group_selector
generator_chain_ref – Select another generator chain using the unique identifier of this generator chain.
unique – Specifies that only a single generator is valid in this context. If more that one generator is selcted based on the selection criteria, DE will prompt the user to resolve to a single generator.
id
- Parameters:
group_selector (GroupSelector | None)
generator_chain_ref (ConfigurableLibraryRefType | None)
unique (bool)
id (str | None)
- generator_chain_ref: ConfigurableLibraryRefType | None
- group_selector: GroupSelector | None
- id: str | None
- unique: bool
- assertions: Assertions | None
- chain_group: Iterable[ChainGroup]
- component_generator_selector: Iterable[GeneratorSelectorType]
- description: Description | None
- display_name: DisplayName | None
- generator_chain_selector: Iterable[GeneratorChainSelector]
- id: str | None
- library: str | None
- name: str | None
- parameters: Parameters | None
- vendor: str | None
- vendor_extensions: VendorExtensions | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.GeneratorRef(value='', id=None)
Bases:
object
A reference to a generator element.
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class org.accellera.ipxact.v1685_2014.GeneratorSelectorType(group_selector: org.accellera.ipxact.v1685_2014.group_selector.GroupSelector | None = None, id: str | None = None)
Bases:
object
- Parameters:
group_selector (GroupSelector | None)
id (str | None)
- group_selector: GroupSelector | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.GeneratorType(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None)
Bases:
object
Types of generators.
- Variables:
name – Unique name
display_name
description
phase
parameters
api_type – Indicates the type of API used by the generator. Valid value are TGI_2009, TGI_2014_BASE, TGI_2014_EXTENDED, and none. If this element is not present, TGI_2014_BASE is assumed. The type TGI_2009 indicates a generator using the 1685-2009 version of the TGI API. This is not part of the 1685-2014 version of the standard and may not be supported by Design Environments.
transport_methods
generator_exe – The pathname to the executable file that implements the generator
vendor_extensions
hidden – If this attribute is true then the generator should not be presented to the user, it may be part of a chain and has no useful meaning when invoked standalone.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (ApiType | None)
transport_methods (TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
- api_type: ApiType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- transport_methods: TransportMethods | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.GroupSelector(name=<factory>, multiple_group_selection_operator=GroupSelectorMultipleGroupSelectionOperator.OR, id=None)
Bases:
object
Specifies a set of group names used to select subsequent generators.
The attribute “multipleGroupOperator” specifies the OR or AND selection operator if there is more than one group name (default=OR).
- Variables:
name – Specifies a generator group name or a generator chain group name to be selected for inclusion in the generator chain.
multiple_group_selection_operator – Specifies the OR or AND selection operator if there is more than one group name.
id
- Parameters:
name (Iterable[Name])
multiple_group_selection_operator (GroupSelectorMultipleGroupSelectionOperator)
id (str | None)
- class Name(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- multiple_group_selection_operator: GroupSelectorMultipleGroupSelectionOperator
- class org.accellera.ipxact.v1685_2014.GroupSelectorMultipleGroupSelectionOperator(*values)
Bases:
Enum
- AND = 'and'
- OR = 'or'
- class org.accellera.ipxact.v1685_2014.HierInterface(component_ref=None, bus_ref=None, id=None, path=None)
Bases:
InterfaceType
Hierarchical reference to an interface.
- Variables:
path – A decending hierarchical (slash separated - example x/y/z) path to the component instance containing the specified component instance in componentRef. If not specified the componentRef instance shall exist in the current design.
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
path (str | None)
- bus_ref: str | None
- component_ref: str | None
- id: str | None
- path: str | None
- class org.accellera.ipxact.v1685_2014.HierInterfaceType(is_present=None, description=None, vendor_extensions=None, bus_ref=None, id=None)
Bases:
object
A representation of an exported interface.
The busRef indicates the name of the interface in the containing component.
- Variables:
is_present
description
vendor_extensions
bus_ref – Reference to the components bus interface
id
- Parameters:
is_present (IsPresent | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
bus_ref (str | None)
id (str | None)
- bus_ref: str | None
- description: Description | None
- id: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.IndexedAccessHandle(view_ref=<factory>, indices=None, path_segments=None, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
indices – For a multi dimensional IP-XACT object, indices can be specified to select the element the accessHandle applies to. This is an index into a multi-dimensional array and follows C-semantics for indexing.
path_segments – An ordered list of pathSegment elements. When concatenated with a desired separator the elements in this form a HDL path for the parent slice into the referenced view.
id
- Parameters:
view_ref (Iterable[ViewRef])
indices (Indices | None)
path_segments (PathSegments | None)
id (str | None)
- class Indices(index=<factory>)
Bases:
object
- Variables:
index – An index into the IP-XACT object.
- Parameters:
index (Iterable[UnsignedIntExpression])
- index: Iterable[UnsignedIntExpression]
- class PathSegments(path_segment: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType] = <factory>)
Bases:
object
- Parameters:
path_segment (Iterable[PathSegmentType])
- path_segment: Iterable[PathSegmentType]
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- path_segments: PathSegments | None
- class org.accellera.ipxact.v1685_2014.IndicesType(index=<factory>)
Bases:
object
- Variables:
index – An index into an object in the referenced view.
- Parameters:
index (Iterable[UnsignedIntExpression])
- index: Iterable[UnsignedIntExpression]
- class org.accellera.ipxact.v1685_2014.IndirectAddressRef(value='')
Bases:
object
A reference to a field used for addressing the indirectly accessible memoryMap.
- Parameters:
value (str)
- value: str
- class org.accellera.ipxact.v1685_2014.IndirectDataRef(value='')
Bases:
object
A reference to a field used for read/write access to the indirectly accessible memoryMap.
- Parameters:
value (str)
- value: str
- class org.accellera.ipxact.v1685_2014.IndirectInterface(name=None, display_name=None, description=None, indirect_address_ref=None, indirect_data_ref=None, memory_map_ref=None, transparent_bridge=<factory>, bits_in_lau=None, endianness=None, parameters=None, vendor_extensions=None, any_attributes=<factory>)
Bases:
IndirectInterfaceType
Describes one of the bus interfaces supported by this component.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
indirect_address_ref (IndirectAddressRef | None)
indirect_data_ref (IndirectDataRef | None)
memory_map_ref (str | None)
transparent_bridge (Iterable[TransparentBridge])
bits_in_lau (BitsInLau | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
any_attributes (Mapping[str, str])
- any_attributes: Mapping[str, str]
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- indirect_address_ref: IndirectAddressRef | None
- indirect_data_ref: IndirectDataRef | None
- memory_map_ref: str | None
- name: str | None
- parameters: Parameters | None
- transparent_bridge: Iterable[TransparentBridge]
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.IndirectInterfaceType(name=None, display_name=None, description=None, indirect_address_ref=None, indirect_data_ref=None, memory_map_ref=None, transparent_bridge=<factory>, bits_in_lau=None, endianness=None, parameters=None, vendor_extensions=None, any_attributes=<factory>)
Bases:
object
Type definition for a indirectInterface in a component.
- Variables:
name – Unique name
display_name
description
indirect_address_ref
indirect_data_ref
memory_map_ref – A reference to a memoryMap. This memoryMap is indirectly accessible through this interface.
transparent_bridge
bits_in_lau
endianness – ‘big’: means the most significant element of any multi-element data field is stored at the lowest memory address. ‘little’ means the least significant element of any multi-element data field is stored at the lowest memory address. If this element is not present the default is ‘little’ endian.
parameters
vendor_extensions
any_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
indirect_address_ref (IndirectAddressRef | None)
indirect_data_ref (IndirectDataRef | None)
memory_map_ref (str | None)
transparent_bridge (Iterable[TransparentBridge])
bits_in_lau (BitsInLau | None)
endianness (EndianessType | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
any_attributes (Mapping[str, str])
- any_attributes: Mapping[str, str]
- description: Description | None
- display_name: DisplayName | None
- endianness: EndianessType | None
- indirect_address_ref: IndirectAddressRef | None
- indirect_data_ref: IndirectDataRef | None
- memory_map_ref: str | None
- name: str | None
- parameters: Parameters | None
- transparent_bridge: Iterable[TransparentBridge]
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.IndirectInterfaces(indirect_interface=<factory>)
Bases:
object
A list of bus interfaces supported by this component.
- Parameters:
indirect_interface (Iterable[IndirectInterface])
- indirect_interface: Iterable[IndirectInterface]
- class org.accellera.ipxact.v1685_2014.Initiative(value=None)
Bases:
object
If this element is present, the type of access is restricted to the specified value.
- Parameters:
value (InitiativeType | None)
- value: InitiativeType | None
- class org.accellera.ipxact.v1685_2014.InitiativeType(*values)
Bases:
Enum
- BOTH = 'both'
- PHANTOM = 'phantom'
- PROVIDES = 'provides'
- REQUIRES = 'requires'
- class org.accellera.ipxact.v1685_2014.InstanceGeneratorType(name=None, display_name=None, description=None, phase=None, parameters=None, api_type=None, transport_methods=None, generator_exe=None, vendor_extensions=None, hidden=False, id=None, group=<factory>, scope=InstanceGeneratorTypeScope.INSTANCE)
Bases:
GeneratorType
- Variables:
group – An identifier to specify the generator group. This is used by generator chains for selecting which generators to run.
scope – The scope attribute applies to component generators and specifies whether the generator should be run for each instance of the entity (or module) or just once for all instances of the entity.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
phase (Phase | None)
parameters (Parameters | None)
api_type (GeneratorType.ApiType | None)
transport_methods (GeneratorType.TransportMethods | None)
generator_exe (IpxactUri | None)
vendor_extensions (VendorExtensions | None)
hidden (bool)
id (str | None)
group (Iterable[InstanceGeneratorType.Group])
scope (InstanceGeneratorTypeScope)
- api_type: 'GeneratorType.ApiType' | None
- description: Description | None
- display_name: DisplayName | None
- group: Iterable[InstanceGeneratorType.Group]
- id: str | None
- name: str | None
- parameters: Parameters | None
- scope: InstanceGeneratorTypeScope
- transport_methods: 'GeneratorType.TransportMethods' | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.InstanceGeneratorTypeScope(*values)
Bases:
Enum
- ENTITY = 'entity'
- INSTANCE = 'instance'
- class org.accellera.ipxact.v1685_2014.InstanceName(value='')
Bases:
object
An instance name assigned to subcomponent instances and contained channels, that is unique within the parent component.
- Parameters:
value (str)
- value: str
- class org.accellera.ipxact.v1685_2014.Interconnection(name=None, display_name=None, description=None, is_present=None, active_interface=<factory>, hier_interface=<factory>, vendor_extensions=None, id=None)
Bases:
object
Describes a connection between two active (not monitor) busInterfaces.
- Variables:
name – Unique name
display_name
description
is_present
active_interface – Describes one interface of the interconnection. The componentRef and busRef attributes indicate the instance name and bus interface name of one end of the connection. This interface can be connected to one or more additional active and/or hierarchical interfaces, or to one or more hierarchical interfaces or to one or more monitor interfaces. The connected interfaces are all contained within the choice element below.
hier_interface
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
active_interface (Iterable[ActiveInterface])
hier_interface (Iterable[HierInterfaceType])
vendor_extensions (VendorExtensions | None)
id (str | None)
- active_interface: Iterable[ActiveInterface]
- description: Description | None
- display_name: DisplayName | None
- hier_interface: Iterable[HierInterfaceType]
- id: str | None
- name: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.Interconnections(interconnection=<factory>, monitor_interconnection=<factory>)
Bases:
object
Connections between internal sub components.
- Parameters:
interconnection (Iterable[Interconnection])
monitor_interconnection (Iterable[MonitorInterconnection])
- interconnection: Iterable[Interconnection]
- monitor_interconnection: Iterable[MonitorInterconnection]
- class org.accellera.ipxact.v1685_2014.InterfaceType(component_ref=None, bus_ref=None, id=None)
Bases:
object
A representation of a component/bus interface relation; i.e. a bus interface belonging to a certain component.
- Variables:
component_ref – Reference to a component instance name.
bus_ref – Reference to the components bus interface
id
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
- bus_ref: str | None
- component_ref: str | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.IpxactFileType(vlnv=None, name=None, description=None, vendor_extensions=None)
Bases:
object
- Variables:
vlnv – VLNV of the IP-XACT file being cataloged.
name – Name of the IP-XACT file being cataloged.
description
vendor_extensions
- Parameters:
vlnv (LibraryRefType | None)
name (StringUriexpression | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
- description: Description | None
- name: StringUriexpression | None
- vendor_extensions: VendorExtensions | None
- vlnv: LibraryRefType | None
- class org.accellera.ipxact.v1685_2014.IpxactFilesType(ipxact_file=<factory>)
Bases:
object
Contains a list of IP-XACT files to include.
- Parameters:
ipxact_file (Iterable[IpxactFileType])
- ipxact_file: Iterable[IpxactFileType]
- class org.accellera.ipxact.v1685_2014.IpxactUri(value='')
Bases:
object
IP-XACT URI, like a standard xs:anyURI except that it can contain environment variables in the ${ } form, to be replaced by their value to provide the underlying URI.
- Parameters:
value (str)
- value: str
- class org.accellera.ipxact.v1685_2014.IsPresent(value='', other_attributes=<factory>)
Bases:
UnsignedBitExpression
Expression that determines whether the enclosing element should be treated as present (expression evaluates to “true”) or disregarded (expression evalutes to “false”)
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.IsResetType(value='', other_attributes=<factory>, reset_type_ref=None, id=None)
Bases:
UnsignedBitExpression
If this evaluates to true, it indicates this port triggers the reset of registers and fields, if not present its value is assumed to be false.
The resetTypeRef attribute indicates the triggered reset event.
- Variables:
reset_type_ref – Reference to a user defined resetType. Assumed to be HARD if not present.
id
- Parameters:
value (str)
other_attributes (Mapping[str, str])
reset_type_ref (str | None)
id (str | None)
- id: str | None
- other_attributes: Mapping[str, str]
- reset_type_ref: str | None
- value: str
- class org.accellera.ipxact.v1685_2014.Kind(value=None, custom=None)
Bases:
object
Defines the protocol type.
Defaults to tlm_base_protocol_type for TLM sockets
- Parameters:
value (KindType | None)
custom (str | None)
- custom: str | None
- class org.accellera.ipxact.v1685_2014.KindType(*values)
Bases:
Enum
- CUSTOM = 'custom'
- MULTI_SOCKET = 'multi_socket'
- SIMPLE_SOCKET = 'simple_socket'
- TLM_PORT = 'tlm_port'
- TLM_SOCKET = 'tlm_socket'
- class org.accellera.ipxact.v1685_2014.LanguageType(value='', strict=False)
Bases:
object
- Variables:
value
strict – A value of ‘true’ indicates that this value must match the language being generated for the design.
- Parameters:
value (str)
strict (bool)
- strict: bool
- value: str
- class org.accellera.ipxact.v1685_2014.LeafAccessHandle(view_ref=<factory>, indices=None, slices=None, force=True, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
indices – For a multi dimensional IP-XACT object, indices can be specified to select the element the accessHandle applies to. This is an index into a multi-dimensional array and follows C-semantics for indexing.
slices
force
id
- Parameters:
view_ref (Iterable[ViewRef])
indices (Indices | None)
slices (SlicesType | None)
force (bool)
id (str | None)
- class Indices(index=<factory>)
Bases:
object
- Variables:
index – An index into the IP-XACT object.
- Parameters:
index (Iterable[UnsignedIntExpression])
- index: Iterable[UnsignedIntExpression]
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- force: bool
- id: str | None
- slices: SlicesType | None
- class org.accellera.ipxact.v1685_2014.Left(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedIntExpression
The optional element left specifies the left boundary.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.LibraryRefType(vendor=None, library=None, name=None, version=None)
Bases:
object
Base IP-XACT document reference type.
Contains vendor, library, name and version attributes.
- Parameters:
vendor (str | None)
library (str | None)
name (str | None)
version (str | None)
- library: str | None
- name: str | None
- vendor: str | None
- version: str | None
- class org.accellera.ipxact.v1685_2014.LinkerCommandFile(name=None, command_line_switch=None, enable=None, generator_ref=<factory>, vendor_extensions=None)
Bases:
object
Specifies a linker command file.
- Variables:
name – Linker command file name.
command_line_switch – The command line switch to specify the linker command file.
enable – Specifies whether to generate and enable the linker command file.
generator_ref
vendor_extensions
- Parameters:
name (StringUriexpression | None)
command_line_switch (StringExpression | None)
enable (UnsignedBitExpression | None)
generator_ref (Iterable[GeneratorRef])
vendor_extensions (VendorExtensions | None)
- command_line_switch: StringExpression | None
- enable: UnsignedBitExpression | None
- generator_ref: Iterable[GeneratorRef]
- name: StringUriexpression | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.LoadConstraint(cell_specification=None, count=None)
Bases:
object
Defines a constraint indicating the type of load on an output port.
- Variables:
cell_specification
count – Indicates how many loads of the specified cell are connected. If not present, 3 is assumed.
- Parameters:
cell_specification (CellSpecification | None)
count (UnsignedPositiveIntExpression | None)
- cell_specification: CellSpecification | None
- count: UnsignedPositiveIntExpression | None
- class org.accellera.ipxact.v1685_2014.LocalAddressBankType(name=None, display_name=None, description=None, access_handles=None, base_address=None, is_present=None, address_block=<factory>, bank=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Top level bank the specify an address.
- Variables:
name – Unique name
display_name
description
access_handles
base_address
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment – Describes whether this bank’s blocks are aligned in ‘parallel’ or ‘serial’.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
base_address (BaseAddress | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[LocalBankedBankType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[LocalBankedBankType]
- bank_alignment: BankAlignmentType | None
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.LocalBankedBankType(name=None, display_name=None, description=None, access_handles=None, is_present=None, address_block=<factory>, bank=<factory>, usage=None, volatile=None, access=None, parameters=None, vendor_extensions=None, bank_alignment=None, id=None)
Bases:
object
Banks nested inside a bank do not specify address.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
address_block – An address block within the bank. No address information is supplied.
bank – A nested bank of blocks within a bank. No address information is supplied.
usage – Indicates the usage of this block. Possible values are ‘memory’, ‘register’ and ‘reserved’.
volatile
access
parameters – Any additional parameters needed to describe this address block to the generators.
vendor_extensions
bank_alignment
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
address_block (Iterable[BankedBlockType])
bank (Iterable[LocalBankedBankType])
usage (UsageType | None)
volatile (Volatile | None)
access (Access | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
bank_alignment (BankAlignmentType | None)
id (str | None)
- access_handles: AccessHandles | None
- address_block: Iterable[BankedBlockType]
- bank: Iterable[LocalBankedBankType]
- bank_alignment: BankAlignmentType | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.LocalMemoryMapType(name=None, display_name=None, description=None, is_present=None, address_block=<factory>, bank=<factory>, id=None)
Bases:
object
Map of address space blocks on the local memory map of a master bus interface.
- Variables:
name – Unique name
display_name
description
is_present
address_block
bank – Represents a bank of memory made up of address blocks or other banks. It has a bankAlignment attribute indicating whether its blocks are aligned in ‘parallel’ (occupying adjacent bit fields) or ‘serial’ (occupying contiguous addresses). Its child blocks do not contain addresses or bit offsets.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_block (Iterable[AddressBlock])
bank (Iterable[LocalAddressBankType])
id (str | None)
- address_block: Iterable[AddressBlock]
- bank: Iterable[LocalAddressBankType]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- class org.accellera.ipxact.v1685_2014.MemoryMapRef(memory_map_ref=None)
Bases:
MemoryMapRefType
References the memory map.
The name of the memory map is kept in its memoryMapRef attribute.
- Parameters:
memory_map_ref (str | None)
- memory_map_ref: str | None
- class org.accellera.ipxact.v1685_2014.MemoryMapRefType(memory_map_ref=None)
Bases:
object
Base type for an element which references an memory map.
Reference is kept in an attribute rather than the text value, so that the type may be extended with child elements if necessary.
- Variables:
memory_map_ref – A reference to a unique memory map.
- Parameters:
memory_map_ref (str | None)
- memory_map_ref: str | None
- class org.accellera.ipxact.v1685_2014.MemoryMapType(name=None, display_name=None, description=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, memory_remap=<factory>, address_unit_bits=None, shared=None, vendor_extensions=None, id=None)
Bases:
object
Map of address space blocks on slave slave bus interface.
- Variables:
name – Unique name
display_name
description
is_present
address_block
bank
subspace_map – Maps in an address subspace from across a bus bridge. Its masterRef attribute refers by name to the master bus interface on the other side of the bridge. It must match the masterRef attribute of a bridge element on the slave interface, and that bridge element must be designated as opaque.
memory_remap – Additional memory map elements that are dependent on the component state.
address_unit_bits
shared – When the value is ‘yes’, the contents of the memoryMap are shared by all the references to this memoryMap, when the value is ‘no’ the contents of the memoryMap is not shared and when the value is ‘undefined’ (default) the sharing of the memoryMap is undefined.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_block (Iterable[AddressBlock])
bank (Iterable[Bank])
subspace_map (Iterable[SubspaceRefType])
memory_remap (Iterable[MemoryRemapType])
address_unit_bits (AddressUnitBits | None)
shared (SharedType | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- address_block: Iterable[AddressBlock]
- address_unit_bits: AddressUnitBits | None
- bank: Iterable[Bank]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- memory_remap: Iterable[MemoryRemapType]
- name: str | None
- subspace_map: Iterable[SubspaceRefType]
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.MemoryMaps(memory_map=<factory>)
Bases:
object
Lists all the slave memory maps defined by the component.
- Variables:
memory_map – The set of address blocks a bus slave contributes to the bus’ address space.
- Parameters:
memory_map (Iterable[MemoryMapType])
- memory_map: Iterable[MemoryMapType]
- class org.accellera.ipxact.v1685_2014.MemoryRemapType(name=None, display_name=None, description=None, is_present=None, address_block=<factory>, bank=<factory>, subspace_map=<factory>, state=None, id=None)
Bases:
object
Map of address space blocks on a slave bus interface in a specific remap state.
- Variables:
name – Unique name
display_name
description
is_present
address_block
bank
subspace_map – Maps in an address subspace from across a bus bridge. Its masterRef attribute refers by name to the master bus interface on the other side of the bridge. It must match the masterRef attribute of a bridge element on the slave interface, and that bridge element must be designated as opaque.
state – State of the component in which the memory map is active.
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
address_block (Iterable[AddressBlock])
bank (Iterable[Bank])
subspace_map (Iterable[SubspaceRefType])
state (str | None)
id (str | None)
- address_block: Iterable[AddressBlock]
- bank: Iterable[Bank]
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- state: str | None
- subspace_map: Iterable[SubspaceRefType]
- class org.accellera.ipxact.v1685_2014.Model(views=None, instantiations=None, ports=None)
Bases:
ModelType
Model information.
- Parameters:
views (ModelType.Views | None)
instantiations (ModelType.Instantiations | None)
ports (ModelType.Ports | None)
- class Instantiations(component_instantiation=<factory>, design_instantiation=<factory>, design_configuration_instantiation=<factory>)
Bases:
object
- Variables:
component_instantiation – Component Instantiation
design_instantiation – Design Instantiation
design_configuration_instantiation – Design Configuration Instantiation
- Parameters:
component_instantiation (Iterable[ComponentInstantiationType])
design_instantiation (Iterable[DesignInstantiationType])
design_configuration_instantiation (Iterable[DesignConfigurationInstantiationType])
- component_instantiation: Iterable[ComponentInstantiationType]
- design_configuration_instantiation: Iterable[DesignConfigurationInstantiationType]
- design_instantiation: Iterable[DesignInstantiationType]
- class Ports(port: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.port.Port] = <factory>)
Bases:
object
- Parameters:
port (Iterable[Port])
- class Views(view=<factory>)
Bases:
object
- Variables:
view – Single view of a component
- Parameters:
view (Iterable[View])
- class View(name=None, display_name=None, description=None, is_present=None, env_identifier=<factory>, component_instantiation_ref=None, design_instantiation_ref=None, design_configuration_instantiation_ref=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
env_identifier – Defines the hardware environment in which this view applies. The format of the string is language:tool:vendor_extension, with each piece being optional. The language must be one of the types from ipxact:fileType. The tool values are defined by the Accellera Systems Initiative, and include generic values “*Simulation” and “*Synthesis” to imply any tool of the indicated type. Having more than one envIdentifier indicates that the view applies to multiple environments.
component_instantiation_ref
design_instantiation_ref
design_configuration_instantiation_ref
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
env_identifier (Iterable[EnvIdentifier])
component_instantiation_ref (str | None)
design_instantiation_ref (str | None)
design_configuration_instantiation_ref (str | None)
- class EnvIdentifier(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- component_instantiation_ref: str | None
- description: Description | None
- design_configuration_instantiation_ref: str | None
- design_instantiation_ref: str | None
- display_name: DisplayName | None
- env_identifier: Iterable[EnvIdentifier]
- name: str | None
- instantiations: 'ModelType.Instantiations' | None
- ports: 'ModelType.Ports' | None
- views: 'ModelType.Views' | None
- class org.accellera.ipxact.v1685_2014.ModelType(views=None, instantiations=None, ports=None)
Bases:
object
Model information.
- Variables:
views – Views container
instantiations – Instantiations container
ports – Port container
- Parameters:
views (Views | None)
instantiations (Instantiations | None)
ports (Ports | None)
- class Instantiations(component_instantiation=<factory>, design_instantiation=<factory>, design_configuration_instantiation=<factory>)
Bases:
object
- Variables:
component_instantiation – Component Instantiation
design_instantiation – Design Instantiation
design_configuration_instantiation – Design Configuration Instantiation
- Parameters:
component_instantiation (Iterable[ComponentInstantiationType])
design_instantiation (Iterable[DesignInstantiationType])
design_configuration_instantiation (Iterable[DesignConfigurationInstantiationType])
- component_instantiation: Iterable[ComponentInstantiationType]
- design_configuration_instantiation: Iterable[DesignConfigurationInstantiationType]
- design_instantiation: Iterable[DesignInstantiationType]
- class Ports(port: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.port.Port] = <factory>)
Bases:
object
- Parameters:
port (Iterable[Port])
- class Views(view=<factory>)
Bases:
object
- Variables:
view – Single view of a component
- Parameters:
view (Iterable[View])
- class View(name=None, display_name=None, description=None, is_present=None, env_identifier=<factory>, component_instantiation_ref=None, design_instantiation_ref=None, design_configuration_instantiation_ref=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
is_present
env_identifier – Defines the hardware environment in which this view applies. The format of the string is language:tool:vendor_extension, with each piece being optional. The language must be one of the types from ipxact:fileType. The tool values are defined by the Accellera Systems Initiative, and include generic values “*Simulation” and “*Synthesis” to imply any tool of the indicated type. Having more than one envIdentifier indicates that the view applies to multiple environments.
component_instantiation_ref
design_instantiation_ref
design_configuration_instantiation_ref
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
env_identifier (Iterable[EnvIdentifier])
component_instantiation_ref (str | None)
design_instantiation_ref (str | None)
design_configuration_instantiation_ref (str | None)
- class EnvIdentifier(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- component_instantiation_ref: str | None
- description: Description | None
- design_configuration_instantiation_ref: str | None
- design_instantiation_ref: str | None
- display_name: DisplayName | None
- env_identifier: Iterable[EnvIdentifier]
- name: str | None
- instantiations: Instantiations | None
- class org.accellera.ipxact.v1685_2014.ModifiedWriteValueType(*values)
Bases:
Enum
- CLEAR = 'clear'
- MODIFY = 'modify'
- ONE_TO_CLEAR = 'oneToClear'
- ONE_TO_SET = 'oneToSet'
- ONE_TO_TOGGLE = 'oneToToggle'
- SET = 'set'
- ZERO_TO_CLEAR = 'zeroToClear'
- ZERO_TO_SET = 'zeroToSet'
- ZERO_TO_TOGGLE = 'zeroToToggle'
- class org.accellera.ipxact.v1685_2014.ModuleParameterType(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE, is_present=None, data_type=None, usage_type=ModuleParameterTypeUsageType.NONTYPED)
Bases:
ParameterType
Name value pair with data type information.
- Variables:
is_present
data_type – The data type of the argument as pertains to the language. Example: “int”, “double”, “char *”.
usage_type – Indicates the type of the module parameter. Legal values are defined in the attribute enumeration list. Default value is ‘nontyped’.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
is_present (IsPresent | None)
data_type (str | None)
usage_type (ModuleParameterTypeUsageType)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- data_type: str | None
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- usage_type: ModuleParameterTypeUsageType
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ModuleParameterTypeUsageType(*values)
Bases:
Enum
- NONTYPED = 'nontyped'
- TYPED = 'typed'
- class org.accellera.ipxact.v1685_2014.MonitorInterconnection(name=None, display_name=None, description=None, is_present=None, monitored_active_interface=None, monitor_interface=<factory>)
Bases:
object
Describes a connection from the interface of one component to any number of monitor interfaces in the design.
An active interface can be connected to unlimited number of monitor interfaces.
- Variables:
name – Unique name
display_name
description
is_present
monitored_active_interface – Describes an active interface of the design that all the monitors will be connected to. The componentRef and busRef attributes indicate the instance name and bus interface name. The optional path attribute indicates the hierarchical instance name path to the component.
monitor_interface – Describes a list of monitor interfaces that are connected to the single active interface. The componentRef and busRef attributes indicate the instance name and bus interface name. The optional path attribute indicates the hierarchical instance name path to the component.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
monitored_active_interface (MonitorInterfaceType | None)
monitor_interface (Iterable[MonitorInterface])
- class MonitorInterface(component_ref: str | None = None, bus_ref: str | None = None, id: str | None = None, description: org.accellera.ipxact.v1685_2014.description.Description | None = None, vendor_extensions: org.accellera.ipxact.v1685_2014.vendor_extensions.VendorExtensions | None = None, path: object | None = None, is_present: org.accellera.ipxact.v1685_2014.is_present.IsPresent | None = None)
Bases:
MonitorInterfaceType
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
path (object | None)
is_present (IsPresent | None)
- bus_ref: str | None
- component_ref: str | None
- description: Description | None
- id: str | None
- path: object | None
- vendor_extensions: VendorExtensions | None
- description: Description | None
- display_name: DisplayName | None
- monitor_interface: Iterable[MonitorInterface]
- monitored_active_interface: MonitorInterfaceType | None
- name: str | None
- class org.accellera.ipxact.v1685_2014.MonitorInterfaceMode(*values)
Bases:
Enum
- MASTER = 'master'
- MIRRORED_MASTER = 'mirroredMaster'
- MIRRORED_SLAVE = 'mirroredSlave'
- MIRRORED_SYSTEM = 'mirroredSystem'
- SLAVE = 'slave'
- SYSTEM = 'system'
- class org.accellera.ipxact.v1685_2014.MonitorInterfaceType(component_ref=None, bus_ref=None, id=None, description=None, vendor_extensions=None, path=None)
Bases:
InterfaceType
Hierarchical reference to an interface being monitored or monitoring another interface.
- Variables:
description
vendor_extensions
path – A decending hierarchical (slash separated - example x/y/z) path to the component instance containing the specified component instance in componentRef. If not specified the componentRef instance shall exist in the current design.
- Parameters:
component_ref (str | None)
bus_ref (str | None)
id (str | None)
description (Description | None)
vendor_extensions (VendorExtensions | None)
path (object | None)
- bus_ref: str | None
- component_ref: str | None
- description: Description | None
- id: str | None
- path: object | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.NameValuePairType(name=None, display_name=None, description=None, value=None, vendor_extensions=None, id=None)
Bases:
object
Name and value type for use in resolvable elements.
- Variables:
name – Unique name
display_name
description
value
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
value (Value | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- value: Value | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.NonIndexedLeafAccessHandle(view_ref=<factory>, slices=None, force=True, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
slices
force
id
- Parameters:
view_ref (Iterable[ViewRef])
slices (SlicesType | None)
force (bool)
id (str | None)
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- force: bool
- id: str | None
- slices: SlicesType | None
- class org.accellera.ipxact.v1685_2014.OnMasterInitiative(*values)
Bases:
Enum
- BOTH = 'both'
- PROVIDES = 'provides'
- REQUIRES = 'requires'
- class org.accellera.ipxact.v1685_2014.OnSlaveInitiative(*values)
Bases:
Enum
- BOTH = 'both'
- PROVIDES = 'provides'
- REQUIRES = 'requires'
- class org.accellera.ipxact.v1685_2014.OnSystemInitiative(*values)
Bases:
Enum
- BOTH = 'both'
- PROVIDES = 'provides'
- REQUIRES = 'requires'
- class org.accellera.ipxact.v1685_2014.OtherClockDriver(clock_period=None, clock_pulse_offset=None, clock_pulse_value=None, clock_pulse_duration=None, id=None, clock_name=None, clock_source=None)
Bases:
ClockDriverType
Describes a clock not directly associated with an input port.
The clockSource attribute can be used on these clocks to indicate the actual clock source (e.g. an output port of a clock generator cell).
- Variables:
clock_name – Indicates the name of the clock.
clock_source – Indicates the name of the actual clock source (e.g. an output pin of a clock generator cell).
- Parameters:
clock_period (ClockDriverType.ClockPeriod | None)
clock_pulse_offset (ClockDriverType.ClockPulseOffset | None)
clock_pulse_value (UnsignedBitVectorExpression | None)
clock_pulse_duration (ClockDriverType.ClockPulseDuration | None)
id (str | None)
clock_name (str | None)
clock_source (str | None)
- class ClockPeriod(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseDuration(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- class ClockPulseOffset(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[float] = None, maximum: Optional[float] = None, units: org.accellera.ipxact.v1685_2014.delay_value_unit_type.DelayValueUnitType = <DelayValueUnitType.NS: 'ns'>)
Bases:
RealExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
units (DelayValueUnitType)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- units: DelayValueUnitType
- value: str
- clock_name: str | None
- clock_period: 'ClockDriverType.ClockPeriod' | None
- clock_pulse_duration: 'ClockDriverType.ClockPulseDuration' | None
- clock_pulse_offset: 'ClockDriverType.ClockPulseOffset' | None
- clock_pulse_value: UnsignedBitVectorExpression | None
- clock_source: str | None
- id: str | None
- class org.accellera.ipxact.v1685_2014.OtherClocks(other_clock_driver=<factory>)
Bases:
object
List of clocks associated with the component that are not associated with ports.
Set the clockSource attribute on the clockDriver to indicate the source of a clock not associated with a particular component port.
- Parameters:
other_clock_driver (Iterable[OtherClockDriver])
- other_clock_driver: Iterable[OtherClockDriver]
- class org.accellera.ipxact.v1685_2014.Parameter(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE)
Bases:
ParameterType
A name value pair.
The name is specified by the name element. The value is in the text content of the value element. This value element supports all configurability attributes.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ParameterBaseType(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>)
Bases:
object
Name and value type for use in resolvable elements.
- Variables:
name – Unique name
display_name
description
vectors
arrays
value – The value of the parameter.
vendor_extensions
parameter_id – ID attribute for uniquely identifying a parameter within its document. Attribute is used to refer to this from a configurable element.
prompt – Provides a string used to prompt the user for user- resolved property values.
choice_ref – For user defined properties, refers the choice element enumerating the values to choose from.
order – For components with auto-generated configuration forms, the user-resolved properties with order attibutes will be presented in ascending order.
config_groups – Tags configurable properties so that they may be grouped together. Configurable properties with matching values for this attribute are contained in the same group. The format of this attribute is a string. There is no semantic meaning to this attribute.
minimum – For user-resolved properties with numeric values, this indicates the minimum value allowed. Only valid for the types: byte, shortint, int, longint, shortreal and real. The type of this value is the same as the type of the parameter- value, which is specified by the parameter-type attribute.
maximum – For user-resolved properties with numeric values, this indicates the maximum value allowed. Only valid for the types: byte, shortint, int, longint, shortreal and real. The type of this value is the same as the type of the parameter- value, which is specified by the parameter-type attribute.
type_value – Specifies the type of the value of the parameter. A parameter of type byte is resolved to an 8-bit integer value, shortint is resolved to a 16-bit integer value, int is resolved to a 32-bit integer value, longint is resolved to a 64-bit integer value, shortreal is resolved to a 32-bit floating point value, real is resolved to a 64-bit floating point value, bit is by default resolved to a one bit value, unless a vector size has been specified and the string type is resolved to a string value.
sign – Specify the signedness explicitly. The data types byte, shortint, int, longint default to signed. The data type bit defaults to unsigned. When setting this values for the data types string, real and shortreal the setting is ignored.
prefix – Defines the prefix that precedes the unit of a value. The prefix is not applied to the value (e.g. in calculations).
unit – Defines the unit of the value.
other_attributes
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ParameterBaseTypePrefix(*values)
Bases:
Enum
- ATTO = 'atto'
- CENTI = 'centi'
- DECA = 'deca'
- DECI = 'deci'
- EXA = 'exa'
- FEMTO = 'femto'
- GIGA = 'giga'
- HECTO = 'hecto'
- KILO = 'kilo'
- MEGA = 'mega'
- MICRO = 'micro'
- MILLI = 'milli'
- NANO = 'nano'
- PETA = 'peta'
- PICO = 'pico'
- TERA = 'tera'
- YOCTO = 'yocto'
- YOTTA = 'yotta'
- ZEPTO = 'zepto'
- ZETTA = 'zetta'
- class org.accellera.ipxact.v1685_2014.ParameterBaseTypeUnit(*values)
Bases:
Enum
- AMPERE = 'ampere'
- CELSIUS = 'Celsius'
- COULOMB = 'coulomb'
- FARAD = 'farad'
- HENRY = 'henry'
- HERTZ = 'hertz'
- JOULE = 'joule'
- KELVIN = 'kelvin'
- OHM = 'ohm'
- SECOND = 'second'
- SIEMENS = 'siemens'
- VOLT = 'volt'
- WATT = 'watt'
- class org.accellera.ipxact.v1685_2014.ParameterType(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE)
Bases:
ParameterBaseType
- Variables:
resolve – Determines how a property value can be configured.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.ParameterTypeResolve(*values)
Bases:
Enum
Determines how a parameter is resolved.
User means the value must be obtained from the user. Generated means the value will be provided by a generator.
- Variables:
IMMEDIATE – Property content cannot be modified through configuration.
USER – Property content can be modified through configuration. Modifications will be saved with the design.
GENERATED – Generators may modify this property. Modifications get saved with the design.
- GENERATED = 'generated'
- IMMEDIATE = 'immediate'
- USER = 'user'
- class org.accellera.ipxact.v1685_2014.Parameters(parameter=<factory>)
Bases:
object
A collection of parameters and associated value assertions.
- Parameters:
parameter (Iterable[Parameter])
- class org.accellera.ipxact.v1685_2014.PartSelect(range=<factory>, indices=None)
Bases:
object
Bit range definition.
- Parameters:
range (Iterable[Range])
indices (IndicesType | None)
- indices: IndicesType | None
- class org.accellera.ipxact.v1685_2014.PathSegmentType(path_segment_name=None, indices=None, id=None)
Bases:
object
Identifies one level of hierarchy in the view specifed by viewNameRef.
This is a simple name and optionally some indices into a multi dimensional element.
- Variables:
path_segment_name – One section of a HDL path
indices – Specifies a multi-dimensional index into pathSegementName
id
- Parameters:
path_segment_name (str | None)
indices (IndicesType | None)
id (str | None)
- id: str | None
- indices: IndicesType | None
- path_segment_name: str | None
- class org.accellera.ipxact.v1685_2014.Payload(name=None, type_value=None, extension=None, vendor_extensions=None)
Bases:
object
Defines the structure of data transported by this port.
- Variables:
name – Defines the name of the payload. For example: TLM2 or TLM1
type_value – Defines the type of the payload.
extension – Defines the name of the payload extension. If attribute is not specified, it is by default optional.
vendor_extensions
- Parameters:
name (str | None)
type_value (PayloadType | None)
extension (Extension | None)
vendor_extensions (VendorExtensions | None)
- class Extension(value='', mandatory=False)
Bases:
object
- Variables:
value
mandatory – True if the payload extension is mandatory.
- Parameters:
value (str)
mandatory (bool)
- mandatory: bool
- value: str
- name: str | None
- type_value: PayloadType | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.PayloadType(*values)
Bases:
Enum
- GENERIC = 'generic'
- SPECIFIC = 'specific'
- class org.accellera.ipxact.v1685_2014.Phase(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
RealExpression
This is an non-negative floating point number that is used to sequence when a generator is run.
The generators are run in order starting with zero. There may be multiple generators with the same phase number. In this case, the order should not matter with respect to other generators at the same phase. If no phase number is given the generator will be considered in the “last” phase and these generators will be run in the order in which they are encountered while processing generator elements.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.Port(name=None, display_name=None, description=None, is_present=None, wire=None, transactional=None, arrays=None, access=None, vendor_extensions=None, id=None)
Bases:
PortType
Describes port characteristics.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
wire (PortWireType | None)
transactional (PortTransactionalType | None)
arrays (Arrays | None)
access (PortAccessType1 | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- access: PortAccessType1 | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- transactional: PortTransactionalType | None
- vendor_extensions: VendorExtensions | None
- wire: PortWireType | None
- class org.accellera.ipxact.v1685_2014.PortAccessType(value=None)
Bases:
object
Indicates how a netlister accesses a port.
‘ref’ means accessed by reference (default) and ‘ptr’ means accessed by pointer.
- Parameters:
value (SimplePortAccessType | None)
- value: SimplePortAccessType | None
- class org.accellera.ipxact.v1685_2014.PortAccessType1(port_access_type=None, access_handles=None)
Bases:
object
- Variables:
port_access_type – Indicates how a netlister accesses a port. ‘ref’ means accessed by reference (default) and ‘ptr’ means accessed through a pointer.
access_handles
- Parameters:
port_access_type (PortAccessType | None)
access_handles (AccessHandles | None)
- access_handles: AccessHandles | None
- port_access_type: PortAccessType | None
- class org.accellera.ipxact.v1685_2014.PortTransactionalType(initiative=None, kind=None, bus_width=None, protocol=None, trans_type_defs=None, connection=None, all_logical_initiatives_allowed=False)
Bases:
object
Transactional port type.
- Variables:
initiative – Defines how the port accesses this service.
kind – Define the kind of transactional port
bus_width – Defines the bus width in bits.This can be the result of an expression.
protocol – Defines the protocol type. Defaults to tlm_base_protocol_type for TLM sockets
trans_type_defs – Definition of the port type expressed in the default language for this port (i.e. SystemC or SystemV).
connection – Bounds number of legal connections.
all_logical_initiatives_allowed – True if logical ports with different initiatives from the physical port initiative may be mapped onto this port. Forbidden for phantom ports, which always allow logical ports with all initiatives value to be mapped onto the physical port. Also ignored for “both” ports, since any logical port may be mapped to a physical “both” port.
- Parameters:
initiative (Initiative | None)
kind (Kind | None)
bus_width (BusWidth | None)
protocol (Protocol | None)
trans_type_defs (TransTypeDefs | None)
connection (Connection | None)
all_logical_initiatives_allowed (bool)
- class Connection(max_connections=None, min_connections=None)
Bases:
object
- Variables:
max_connections – Indicates the maximum number of connections this port supports. If this element is not present or set to 0 it implies an unbounded number of allowed connections.
min_connections – Indicates the minimum number of connections this port supports. If this element is not present, the minimum number of allowed connections is 1.
- Parameters:
max_connections (UnsignedIntExpression | None)
min_connections (UnsignedIntExpression | None)
- max_connections: UnsignedIntExpression | None
- min_connections: UnsignedIntExpression | None
- all_logical_initiatives_allowed: bool
- connection: Connection | None
- initiative: Initiative | None
- trans_type_defs: TransTypeDefs | None
- class org.accellera.ipxact.v1685_2014.PortType(name=None, display_name=None, description=None, is_present=None, wire=None, transactional=None, arrays=None, access=None, vendor_extensions=None, id=None)
Bases:
object
A port description, giving a name and an access type for high level ports.
- Variables:
name – Unique name
display_name
description
is_present
wire – Defines a port whose type resolves to simple bits.
transactional – Defines a port that implements or uses a service that can be implemented with functions or methods.
arrays
access – Port access characteristics.
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
wire (PortWireType | None)
transactional (PortTransactionalType | None)
arrays (Arrays | None)
access (PortAccessType1 | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- access: PortAccessType1 | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- transactional: PortTransactionalType | None
- vendor_extensions: VendorExtensions | None
- wire: PortWireType | None
- class org.accellera.ipxact.v1685_2014.PortWireType(direction=None, vectors=None, wire_type_defs=None, drivers=None, constraint_sets=None, all_logical_directions_allowed=False)
Bases:
object
Wire port type for a component.
- Variables:
direction – The direction of a wire style port. The basic directions for a port are ‘in’ for input ports, ‘out’ for output port and ‘inout’ for bidirectional and tristate ports. A value of ‘phantom’ is also allowed and define a port that exist on the IP-XACT component but not on the HDL model.
vectors
wire_type_defs
drivers
constraint_sets
all_logical_directions_allowed – True if logical ports with different directions from the physical port direction may be mapped onto this port. Forbidden for phantom ports, which always allow logical ports with all direction value to be mapped onto the physical port. Also ignored for inout ports, since any logical port maybe mapped to a physical inout port.
- Parameters:
direction (ComponentPortDirectionType | None)
vectors (Vectors | None)
wire_type_defs (WireTypeDefs | None)
drivers (Drivers | None)
constraint_sets (ConstraintSets | None)
all_logical_directions_allowed (bool)
- all_logical_directions_allowed: bool
- constraint_sets: ConstraintSets | None
- direction: ComponentPortDirectionType | None
- wire_type_defs: WireTypeDefs | None
- class org.accellera.ipxact.v1685_2014.Presence(value=PresenceType.OPTIONAL)
Bases:
object
If this element is present, the existance of the port is controlled by the specified value.
valid values are ‘illegal’, ‘required’ and ‘optional’.
- Parameters:
value (PresenceType)
- value: PresenceType
- class org.accellera.ipxact.v1685_2014.PresenceType(*values)
Bases:
Enum
- ILLEGAL = 'illegal'
- OPTIONAL = 'optional'
- REQUIRED = 'required'
- class org.accellera.ipxact.v1685_2014.Protocol(protocol_type=None, payload=None)
Bases:
object
Defines the protocol type.
Defaults to tlm_base_protocol_type for TLM sockets
- Parameters:
protocol_type (ProtocolType | None)
payload (Payload | None)
- class ProtocolType(value: org.accellera.ipxact.v1685_2014.protocol_type_type.ProtocolTypeType | None = None, custom: str | None = None)
Bases:
object
- Parameters:
value (ProtocolTypeType | None)
custom (str | None)
- custom: str | None
- value: ProtocolTypeType | None
- protocol_type: ProtocolType | None
- class org.accellera.ipxact.v1685_2014.ProtocolTypeType(*values)
Bases:
Enum
- CUSTOM = 'custom'
- TLM = 'tlm'
- class org.accellera.ipxact.v1685_2014.Range(left=None, right=None)
Bases:
object
Left and right bound of a reference into a vector.
- class org.accellera.ipxact.v1685_2014.ReadActionType(*values)
Bases:
Enum
- CLEAR = 'clear'
- MODIFY = 'modify'
- SET = 'set'
- class org.accellera.ipxact.v1685_2014.RealExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
A real which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a real value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a real value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (float | None)
maximum (float | None)
- maximum: float | None
- minimum: float | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.RegisterFile(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, range=None, register=<factory>, register_file=<factory>, parameters=None, vendor_extensions=None, id=None)
Bases:
object
A structure of registers and register files.
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple registerFile elements contain the exact same information except for the elements in the registerFileInstanceGroup.
range – The range of a register file. Expressed as the number of addressable units accessible to the block. Specified in units of addressUnitBits.
register – A single register
register_file – A structure of registers and register files
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
range (UnsignedPositiveLongintExpression | None)
register (Iterable[Register])
register_file (Iterable[RegisterFile])
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class Register(name=None, display_name=None, description=None, access_handles=None, is_present=None, dim=<factory>, address_offset=None, type_identifier=None, size=None, volatile=None, access=None, field_value=<factory>, alternate_registers=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
access_handles
is_present
dim – Dimensions a register array, the semantics for dim elements are the same as the C language standard for the layout of memory in multidimensional arrays.
address_offset – Offset from the address block’s baseAddress or the containing register file’s addressOffset, expressed as the number of addressUnitBits from the containing memoryMap or localMemoryMap.
type_identifier – Identifier name used to indicate that multiple register elements contain the exact same information for the elements in the registerDefinitionGroup.
size – Width of the register in bits.
volatile
access
field_value – Describes individual bit fields within the register.
alternate_registers
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
access_handles (AccessHandles | None)
is_present (IsPresent | None)
dim (Iterable[Dim])
address_offset (UnsignedLongintExpression | None)
type_identifier (str | None)
size (UnsignedPositiveIntExpression | None)
volatile (Volatile | None)
access (Access | None)
field_value (Iterable[FieldType])
alternate_registers (AlternateRegisters | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- class Dim(value: str = '', other_attributes: collections.abc.Mapping[str, str] = <factory>, minimum: Optional[int] = None, maximum: Optional[int] = None, id: Optional[str] = None)
Bases:
UnsignedLongintExpression
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
id (str | None)
- id: str | None
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- alternate_registers: AlternateRegisters | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- size: UnsignedPositiveIntExpression | None
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- access_handles: AccessHandles | None
- address_offset: UnsignedLongintExpression | None
- description: Description | None
- display_name: DisplayName | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- range: UnsignedPositiveLongintExpression | None
- register_file: Iterable[RegisterFile]
- type_identifier: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.RemapStates(remap_state=<factory>)
Bases:
object
Contains a list of remap state names and associated port values.
- Variables:
remap_state – Contains a list of ports and values in remapPort and a list of registers and values that when all evaluate to true which tell the decoder to enter this remap state. The name attribute identifies the name of the state. If a list of remapPorts and/or remapRegisters is not defined then the condition for that state cannot be defined.
- Parameters:
remap_state (Iterable[RemapState])
- class RemapState(name=None, display_name=None, description=None, remap_ports=None)
Bases:
object
- Variables:
name – Unique name
display_name
description
remap_ports – List of ports and their values that shall invoke this remap state.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
remap_ports (RemapPorts | None)
- class RemapPorts(remap_port=<factory>)
Bases:
object
- Variables:
remap_port – Contains the name and value of a port on the component, the value indicates the logic value which this port must take to effect the remapping. The portMapRef attribute stores the name of the port which takes that value.
- Parameters:
remap_port (Iterable[RemapPort])
- class RemapPort(port_index=None, value=None, port_ref=None)
Bases:
object
- Variables:
port_index – Index for a vectored type port. Must be a number between left and right for the port.
value
port_ref – This attribute identifies a signal on the component which affects the component’s memory layout
- Parameters:
port_index (UnsignedIntExpression | None)
value (UnsignedIntExpression | None)
port_ref (str | None)
- port_index: UnsignedIntExpression | None
- port_ref: str | None
- value: UnsignedIntExpression | None
- description: Description | None
- display_name: DisplayName | None
- name: str | None
- remap_ports: RemapPorts | None
- remap_state: Iterable[RemapState]
- class org.accellera.ipxact.v1685_2014.RequiresDriver(value=False, driver_type=RequiresDriverDriverType.ANY)
Bases:
object
Specifies if a port requires a driver.
Default is false. The attribute driverType can further qualify what type of driver is required. Undefined behaviour if direction is not input or inout. Driver type any indicates that any unspecified type of driver must be connected
- Variables:
value
driver_type – Defines the type of driver that is required. The default is any type of driver. The 2 other options are a clock type driver or a singleshot type driver.
- Parameters:
value (bool)
driver_type (RequiresDriverDriverType)
- driver_type: RequiresDriverDriverType
- value: bool
- class org.accellera.ipxact.v1685_2014.RequiresDriverDriverType(*values)
Bases:
Enum
- ANY = 'any'
- CLOCK = 'clock'
- SINGLE_SHOT = 'singleShot'
- class org.accellera.ipxact.v1685_2014.Reset(value=None, mask=None, reset_type_ref=None, id=None)
Bases:
object
Register value at reset.
- Variables:
value – The value itself.
mask – Mask to be anded with the value before comparing to the reset value.
reset_type_ref – Reference to a user defined resetType. Assumed to be HARD if not present.
id
- Parameters:
value (UnsignedBitVectorExpression | None)
mask (UnsignedBitVectorExpression | None)
reset_type_ref (str | None)
id (str | None)
- id: str | None
- mask: UnsignedBitVectorExpression | None
- reset_type_ref: str | None
- value: UnsignedBitVectorExpression | None
- class org.accellera.ipxact.v1685_2014.ReturnTypeType(*values)
Bases:
Enum
- INT = 'int'
- VOID = 'void'
- class org.accellera.ipxact.v1685_2014.Right(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
UnsignedIntExpression
The optional element right specifies the right boundary.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.ServiceTypeDef(type_name=None, type_definition=<factory>, type_parameters=None, id=None)
Bases:
object
Definition of a single service type defintion.
- Variables:
type_name – The name of the service type. Can be any predefined type such as booean or integer or any user-defined type such as addr_type or data_type.
type_definition – Where the definition of the type is contained if the type if not part of the language. For SystemC and SystemVerilog it is the include file containing the type definition.
type_parameters
id
- Parameters:
type_name (TypeName | None)
type_definition (Iterable[TypeDefinition])
type_parameters (TypeParameters | None)
id (str | None)
- class TypeDefinition(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class TypeName(value='', implicit=False)
Bases:
object
- Variables:
value
implicit – Defines that the typeName supplied for this service is implicit and a netlister should not declare this service in a language specific top-level netlist
- Parameters:
value (str)
implicit (bool)
- implicit: bool
- value: str
- id: str | None
- type_definition: Iterable[TypeDefinition]
- type_parameters: TypeParameters | None
- class org.accellera.ipxact.v1685_2014.ServiceTypeDefs(service_type_def=<factory>)
Bases:
object
The group of type definitions.
If no match to a viewName is found then the default language types are to be used. See the User Guide for these default types.
- Parameters:
service_type_def (Iterable[ServiceTypeDef])
- service_type_def: Iterable[ServiceTypeDef]
Bases:
Enum
The sharedness of the memoryMap content.
- class org.accellera.ipxact.v1685_2014.SignType(*values)
Bases:
Enum
This is an indication of the signedness of the value.
- SIGNED = 'signed'
- UNSIGNED = 'unsigned'
- class org.accellera.ipxact.v1685_2014.SignedIntExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
A signed int which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a long value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.SignedLongintExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An unsigned longint which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a signed longint value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a signed longint value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.SimpleAccessHandle(view_ref=<factory>, path_segments=None, id=None)
Bases:
object
- Variables:
view_ref – A list of views this accessHandle is applicable to. Note this element is optional, if it is not present the accessHandle applies to all views.
path_segments – An ordered list of pathSegment elements. When concatenated with a desired separator the elements in this form a HDL path for the parent slice into the referenced view.
id
- Parameters:
view_ref (Iterable[ViewRef])
path_segments (PathSegments | None)
id (str | None)
- class PathSegments(path_segment: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType] = <factory>)
Bases:
object
- Parameters:
path_segment (Iterable[PathSegmentType])
- path_segment: Iterable[PathSegmentType]
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- path_segments: PathSegments | None
- class org.accellera.ipxact.v1685_2014.SimpleBitSteeringExpressionValue(*values)
Bases:
Enum
- OFF = 'off'
- ON = 'on'
- class org.accellera.ipxact.v1685_2014.SimpleFileType(*values)
Bases:
Enum
- ASM_SOURCE = 'asmSource'
- CPP_SOURCE = 'cppSource'
- C_SOURCE = 'cSource'
- EXECUTABLE_HDL = 'executableHdl'
- E_SOURCE = 'eSource'
- LIBERTY_SOURCE = 'libertySource'
- OVASOURCE = 'OVASource'
- PERL_SOURCE = 'perlSource'
- PSL_SOURCE = 'pslSource'
- SDC = 'SDC'
- SVASOURCE = 'SVASource'
- SW_OBJECT = 'swObject'
- SW_OBJECT_LIBRARY = 'swObjectLibrary'
- SYSTEM_CAMS_SOURCE = 'systemCAmsSource'
- SYSTEM_CSOURCE = 'systemCSource'
- SYSTEM_CSOURCE_2_0 = 'systemCSource-2.0'
- SYSTEM_CSOURCE_2_0_1 = 'systemCSource-2.0.1'
- SYSTEM_CSOURCE_2_1 = 'systemCSource-2.1'
- SYSTEM_CSOURCE_2_2 = 'systemCSource-2.2'
- SYSTEM_VERILOG_SOURCE = 'systemVerilogSource'
- SYSTEM_VERILOG_SOURCE_3_0 = 'systemVerilogSource-3.0'
- SYSTEM_VERILOG_SOURCE_3_1 = 'systemVerilogSource-3.1'
- SYSTEM_VERILOG_SOURCE_3_1A = 'systemVerilogSource-3.1a'
- TCL_SOURCE = 'tclSource'
- UNELABORATED_HDL = 'unelaboratedHdl'
- UNKNOWN = 'unknown'
- USER = 'user'
- VERA_SOURCE = 'veraSource'
- VERILOG_AMS_SOURCE = 'verilogAmsSource'
- VERILOG_BINARY_LIBRARY = 'verilogBinaryLibrary'
- VERILOG_SOURCE = 'verilogSource'
- VERILOG_SOURCE_2001 = 'verilogSource-2001'
- VERILOG_SOURCE_95 = 'verilogSource-95'
- VHDL_AMS_SOURCE = 'vhdlAmsSource'
- VHDL_BINARY_LIBRARY = 'vhdlBinaryLibrary'
- VHDL_SOURCE = 'vhdlSource'
- VHDL_SOURCE_87 = 'vhdlSource-87'
- VHDL_SOURCE_93 = 'vhdlSource-93'
- class org.accellera.ipxact.v1685_2014.SimplePortAccessType(*values)
Bases:
Enum
- PTR = 'ptr'
- REF = 'ref'
- class org.accellera.ipxact.v1685_2014.SimpleTiedValueTypeValue(*values)
Bases:
Enum
- DEFAULT = 'default'
- OPEN = 'open'
- class org.accellera.ipxact.v1685_2014.SimpleWhiteboxType(*values)
Bases:
Enum
- INTERFACE = 'interface'
- PIN = 'pin'
- SIGNAL = 'signal'
- class org.accellera.ipxact.v1685_2014.SingleShotDriver(single_shot_offset=None, single_shot_value=None, single_shot_duration=None)
Bases:
object
Describes a driven one-shot port.
- Variables:
single_shot_offset – Time in nanoseconds until start of one- shot.
single_shot_value – Value of port after first edge of one- shot.
single_shot_duration – Duration in nanoseconds of the one shot.
- Parameters:
single_shot_offset (RealExpression | None)
single_shot_value (UnsignedBitVectorExpression | None)
single_shot_duration (RealExpression | None)
- single_shot_duration: RealExpression | None
- single_shot_offset: RealExpression | None
- single_shot_value: UnsignedBitVectorExpression | None
- class org.accellera.ipxact.v1685_2014.SliceType(path_segments=None, range=None, id=None)
Bases:
object
Contains the HDL path information for a slice of the IP-XACT object.
- Variables:
path_segments – An ordered list of pathSegment elements. When concatenated with a desired separator the elements in this form a HDL path for the parent slice into the referenced view.
range – A range to be applied to the concatenation of the above path segments
id
- Parameters:
path_segments (PathSegments | None)
range (Range | None)
id (str | None)
- class PathSegments(path_segment: collections.abc.Iterable[org.accellera.ipxact.v1685_2014.path_segment_type.PathSegmentType] = <factory>)
Bases:
object
- Parameters:
path_segment (Iterable[PathSegmentType])
- path_segment: Iterable[PathSegmentType]
- id: str | None
- path_segments: PathSegments | None
- class org.accellera.ipxact.v1685_2014.SlicesType(slice=<factory>)
Bases:
object
Each slice specifies the HDL path for part of the parent IP-XACT object.
The slices must be concatenated to calculate the entire path. If there is only one slice, it is assumed to be the path for the entire IP-XACT object.
- Variables:
slice – The HDL path for a slice of the IP-XACT object.
- Parameters:
slice (Iterable[SliceType])
- class org.accellera.ipxact.v1685_2014.StringExpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
Represents a string.
It supports an expression value.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.StringUriexpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
IP-XACT URI, like a standard xs:anyURI except that it can contain environment variables in the ${ } form, to be replaced by their value to provide the underlying URI.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.SubspaceRefType(name=None, display_name=None, description=None, is_present=None, base_address=None, parameters=None, vendor_extensions=None, master_ref=None, segment_ref=None)
Bases:
object
Address subspace type.
Its subspaceReference attribute references the subspace from which the dimensions are taken.
- Variables:
name – Unique name
display_name
description
is_present
base_address
parameters – Any parameters that may apply to the subspace reference.
vendor_extensions
master_ref – For subspaceMap elements, this attribute identifies the master that contains the address space to be mapped.
segment_ref – Refernce to a segment of the addressSpace of the masterRef attribute.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
base_address (BaseAddress | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
master_ref (str | None)
segment_ref (str | None)
- base_address: BaseAddress | None
- description: Description | None
- display_name: DisplayName | None
- master_ref: str | None
- name: str | None
- parameters: Parameters | None
- segment_ref: str | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.TestableTestConstraint(*values)
Bases:
Enum
- READ_ONLY = 'readOnly'
- RESTORE = 'restore'
- UNCONSTRAINED = 'unconstrained'
- WRITE_AS_READ = 'writeAsRead'
- class org.accellera.ipxact.v1685_2014.TimingConstraint(value=None, clock_edge=None, delay_type=None, clock_name=None, id=None)
Bases:
object
Defines a timing constraint for the associated port.
The constraint is relative to the clock specified by the clockName attribute. The clockEdge indicates which clock edge the constraint is associated with (default is rising edge). The delayType attribute can be specified to further refine the constraint.
- Variables:
value
clock_edge – Indicates the clock edge that a timing constraint is relative to.
delay_type – Indicates the type of delay in a timing constraint - minimum or maximum.
clock_name – Indicates the name of the clock to which this constraint applies.
id
- Parameters:
value (float | None)
clock_edge (EdgeValueType | None)
delay_type (DelayValueType | None)
clock_name (str | None)
id (str | None)
- clock_edge: EdgeValueType | None
- clock_name: str | None
- delay_type: DelayValueType | None
- id: str | None
- value: float | None
- class org.accellera.ipxact.v1685_2014.TransTypeDef(type_name=None, type_definition=<factory>, type_parameters=None, view_ref=<factory>, id=None)
Bases:
object
Definition of a single transactional type defintion.
- Variables:
type_name – The name of the port type. Can be any predefined type such sc_port or sc_export in SystemC or any user-defined type such as tlm_port.
type_definition – Where the definition of the type is contained. For SystemC and SystemVerilog it is the include file containing the type definition.
type_parameters
view_ref – A reference to a view name in the file for which this type applies.
id
- Parameters:
type_name (TypeName | None)
type_definition (Iterable[TypeDefinition])
type_parameters (TypeParameters | None)
view_ref (Iterable[ViewRef])
id (str | None)
- class TypeDefinition(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class TypeName(value='', exact=True)
Bases:
object
- Variables:
value
exact – When false, defines that the type is an abstract type that may not be related to an existing type in the language of the referenced view.
- Parameters:
value (str)
exact (bool)
- exact: bool
- value: str
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- type_definition: Iterable[TypeDefinition]
- type_parameters: TypeParameters | None
- class org.accellera.ipxact.v1685_2014.TransTypeDefs(trans_type_def=<factory>)
Bases:
object
The group of transactional type definitions.
If no match to a viewName is found then the default language types are to be used. See the User Guide for these default types.
- Parameters:
trans_type_def (Iterable[TransTypeDef])
- trans_type_def: Iterable[TransTypeDef]
- class org.accellera.ipxact.v1685_2014.TransparentBridge(is_present=None, master_ref=None, id=None)
Bases:
object
If this element is present, it indicates that the bus interface provides a transparent bridge to another master bus interface on the same component.
It has a masterRef attribute which contains the name of the other bus interface. Any slave interface can bridge to multiple master interfaces, and multiple slave interfaces can bridge to the same master interface.
- Variables:
is_present
master_ref – The name of the master bus interface to which this interface bridges.
id
- Parameters:
is_present (IsPresent | None)
master_ref (str | None)
id (str | None)
- id: str | None
- master_ref: str | None
- class org.accellera.ipxact.v1685_2014.TypeParameter(name=None, display_name=None, description=None, vectors=None, arrays=None, value=None, vendor_extensions=None, parameter_id=None, prompt=None, choice_ref=None, order=None, config_groups=<factory>, minimum=None, maximum=None, type_value=FormatType.STRING, sign=None, prefix=None, unit=None, other_attributes=<factory>, resolve=ParameterTypeResolve.IMMEDIATE, is_present=None, data_type=None, usage_type=ModuleParameterTypeUsageType.NONTYPED)
Bases:
ModuleParameterType
A typed parameter name value pair.
The optional attribute dataType defines the type of the value and the usageType attribute indicates how the parameter is to be used.
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
vectors (Vectors | None)
arrays (ConfigurableArrays | None)
value (ComplexBaseExpression | None)
vendor_extensions (VendorExtensions | None)
parameter_id (str | None)
prompt (str | None)
choice_ref (str | None)
order (float | None)
config_groups (Iterable[str])
minimum (str | None)
maximum (str | None)
type_value (FormatType)
sign (SignType | None)
prefix (ParameterBaseTypePrefix | None)
unit (ParameterBaseTypeUnit | None)
other_attributes (Mapping[str, str])
resolve (ParameterTypeResolve)
is_present (IsPresent | None)
data_type (str | None)
usage_type (ModuleParameterTypeUsageType)
- arrays: ConfigurableArrays | None
- choice_ref: str | None
- config_groups: Iterable[str]
- data_type: str | None
- description: Description | None
- display_name: DisplayName | None
- maximum: str | None
- minimum: str | None
- name: str | None
- order: float | None
- other_attributes: Mapping[str, str]
- parameter_id: str | None
- prefix: ParameterBaseTypePrefix | None
- prompt: str | None
- resolve: ParameterTypeResolve
- type_value: FormatType
- unit: ParameterBaseTypeUnit | None
- usage_type: ModuleParameterTypeUsageType
- value: ComplexBaseExpression | None
- vendor_extensions: VendorExtensions | None
- class org.accellera.ipxact.v1685_2014.TypeParameters(type_parameter=<factory>, service_type_def=<factory>)
Bases:
object
List of port type parameters (e.g. template or constructor parameters for a systemC port or socket)
- Parameters:
type_parameter (Iterable[TypeParameter])
service_type_def (Iterable[ServiceTypeDef])
- service_type_def: Iterable[ServiceTypeDef]
- type_parameter: Iterable[TypeParameter]
- class org.accellera.ipxact.v1685_2014.UnsignedBitExpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
Represents a single-bit/bool.
It supports an expression value.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.UnsignedBitVectorExpression(value='', other_attributes=<factory>)
Bases:
ComplexBaseExpression
Represents a bit-string.
It supports an expression value.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.UnsignedIntExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An unsigned int which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to an unsiged int value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a unsigned int value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.UnsignedLongintExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An unsigned longint which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a unsigend longint value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to an unsigend longint value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.UnsignedPositiveIntExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
An positive unsigned int which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to an unsiged int value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a unsigned int value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.UnsignedPositiveLongintExpression(value='', other_attributes=<factory>, minimum=None, maximum=None)
Bases:
ComplexBaseExpression
A positive unsigned longint which supports an expression value.
- Variables:
minimum – For elements which can be specified using expression which are supposed to be resolved to a positive unsigned longint value, this indicates the minimum value allowed.
maximum – For elements which can be specified using expression which are supposed to be resolved to a positive unsigned longint value, this indicates the maximum value allowed.
- Parameters:
value (str)
other_attributes (Mapping[str, str])
minimum (int | None)
maximum (int | None)
- maximum: int | None
- minimum: int | None
- other_attributes: Mapping[str, str]
- value: str
- class org.accellera.ipxact.v1685_2014.UsageType(*values)
Bases:
Enum
Describes the usage of an address block.
- Variables:
MEMORY – Denotes an address range that can be used for read- write or read-only data storage.
REGISTER – Denotes an address block that is used to communicate with hardware.
RESERVED – Denotes an address range that must remain unoccupied.
- MEMORY = 'memory'
- REGISTER = 'register'
- RESERVED = 'reserved'
- class org.accellera.ipxact.v1685_2014.ValueMaskConfigType
Bases:
object
This type is used to specify a value and optional mask that are configurable.
- class org.accellera.ipxact.v1685_2014.Vector(left=None, right=None)
Bases:
object
Left and right ranges of the vector.
- class org.accellera.ipxact.v1685_2014.Vectors(vector=<factory>)
Bases:
object
Vectored information.
- Parameters:
vector (Iterable[Vector])
- class org.accellera.ipxact.v1685_2014.VendorExtensions(any_element=<factory>)
Bases:
object
Container for vendor specific extensions.
- Variables:
any_element – Accepts any element(s) the content provider wants to put here, including elements from the ipxact namespace.
- Parameters:
any_element (Iterable[object])
- any_element: Iterable[object]
- class org.accellera.ipxact.v1685_2014.ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class org.accellera.ipxact.v1685_2014.Volatile(value=False)
Bases:
object
Indicates whether the data is volatile.
- Parameters:
value (bool)
- value: bool
- class org.accellera.ipxact.v1685_2014.WhiteboxElementRefType(is_present=None, location=<factory>, name=None, id=None)
Bases:
object
Reference to a whiteboxElement within a view.
The ‘name’ attribute must refer to a whiteboxElement defined within this component.
- Variables:
is_present
location – The contents of each location element can be used to specified one location (HDL Path) through the referenced whiteBoxElement is accessible.
name – Reference to a whiteboxElement defined within this component.
id
- Parameters:
is_present (IsPresent | None)
location (Iterable[SlicesType])
name (str | None)
id (str | None)
- id: str | None
- location: Iterable[SlicesType]
- name: str | None
- class org.accellera.ipxact.v1685_2014.WhiteboxElementType(name=None, display_name=None, description=None, is_present=None, whitebox_type=None, driveable=None, parameters=None, vendor_extensions=None, id=None)
Bases:
object
Defines a white box reference point within the component.
- Variables:
name – Unique name
display_name
description
is_present
whitebox_type – Indicates the type of the element. The pin and signal types refer to elements within the HDL description. The register type refers to a register in the memory map. The interface type refers to a group of signals addressed as a single unit.
driveable – If true, indicates that the white box element can be driven (e.g. have a new value forced into it).
parameters
vendor_extensions
id
- Parameters:
name (str | None)
display_name (DisplayName | None)
description (Description | None)
is_present (IsPresent | None)
whitebox_type (SimpleWhiteboxType | None)
driveable (bool | None)
parameters (Parameters | None)
vendor_extensions (VendorExtensions | None)
id (str | None)
- description: Description | None
- display_name: DisplayName | None
- driveable: bool | None
- id: str | None
- name: str | None
- parameters: Parameters | None
- vendor_extensions: VendorExtensions | None
- whitebox_type: SimpleWhiteboxType | None
- class org.accellera.ipxact.v1685_2014.WireTypeDef(type_name=None, type_definition=<factory>, view_ref=<factory>, id=None)
Bases:
object
Definition of a single wire type defintion that can relate to multiple views.
- Variables:
type_name – The name of the logic type. Examples could be std_logic, std_ulogic, std_logic_vector, sc_logic, …
type_definition – Where the definition of the type is contained. For std_logic, this is contained in IEEE.std_logic_1164.all. For sc_logic, this is contained in systemc.h. For VHDL this is the library and package as defined by the “used” statement. For SystemC and SystemVerilog it is the include file required. For verilog this is not needed.
view_ref – A reference to a view name in the file for which this type applies.
id
- Parameters:
type_name (TypeName | None)
type_definition (Iterable[TypeDefinition])
view_ref (Iterable[ViewRef])
id (str | None)
- class TypeDefinition(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- class TypeName(value='', constrained=False)
Bases:
object
- Variables:
value
constrained – Defines that the type for the port has constrainted the number of bits in the vector
- Parameters:
value (str)
constrained (bool)
- constrained: bool
- value: str
- class ViewRef(value: str = '', id: str | None = None)
Bases:
object
- Parameters:
value (str)
id (str | None)
- id: str | None
- value: str
- id: str | None
- type_definition: Iterable[TypeDefinition]
- class org.accellera.ipxact.v1685_2014.WireTypeDefs(wire_type_def=<factory>)
Bases:
object
The group of wire type definitions.
If no match to a viewName is found then the default language types are to be used. See the User Guide for these default types.
- Parameters:
wire_type_def (Iterable[WireTypeDef])
- wire_type_def: Iterable[WireTypeDef]
- class org.accellera.ipxact.v1685_2014.WriteValueConstraintType(write_as_read=None, use_enumerated_values=None, minimum=None, maximum=None)
Bases:
object
A constraint on the values that can be written to this field.
Absence of this element implies that any value that fits can be written to it.
- Variables:
write_as_read – writeAsRead indicates that only a value immediately read before a write is a legal value to be written.
use_enumerated_values – useEnumeratedValues indicates that only write enumeration value shall be legal values to be written.
minimum – The minimum legal value that may be written to a field
maximum – The maximum legal value that may be written to a field
- Parameters:
write_as_read (bool | None)
use_enumerated_values (bool | None)
minimum (UnsignedBitVectorExpression | None)
maximum (UnsignedBitVectorExpression | None)
- maximum: UnsignedBitVectorExpression | None
- minimum: UnsignedBitVectorExpression | None
- use_enumerated_values: bool | None
- write_as_read: bool | None