AxiAddressRange class

A repesentation of an address region for the AXI Subordinate. Regions can have access modes and can be leveraged for wrapping bursts.

Constructors

AxiAddressRange.new({required LogicValue start, required LogicValue end, bool isSecure = false, bool isPrivileged = false})
Constructor.

Properties

end LogicValue
Ending address of the range (exclusive).
final
hashCode int
The hash code for this object.
no setterinherited
isPrivileged bool
Only accessible in privileged mode.
final
isSecure bool
Secure region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start LogicValue
Starting address of the range.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited