AxiAddressRange constructor
- required LogicValue start,
- required LogicValue end,
- bool isSecure = false,
- bool isPrivileged = false,
Constructor.
Implementation
AxiAddressRange(
{required this.start,
required this.end,
this.isSecure = false,
this.isPrivileged = false});