Ace4AcChannelInterface constructor
Constructor.
Implementation
Ace4AcChannelInterface({
super.idWidth = 4,
super.addrWidth = 32,
super.userWidth = 32,
this.domainWidth = 1,
this.useBar = true,
}) : super(
prefix: 'AC',
lenWidth: 0,
sizeWidth: 3,
burstWidth: 2,
cacheWidth: 4,
protWidth: 3,
qosWidth: 0,
regionWidth: 0,
useLock: false) {
makeAcePorts();
}