Ace4LiteAwChannelInterface constructor
Constructor.
Should match regular AXI4 but with DOMAIN and BAR.
Implementation
Ace4LiteAwChannelInterface({
super.idWidth = 4,
super.addrWidth = 32,
super.lenWidth = 8,
super.userWidth = 32,
super.useLock = true,
this.domainWidth = 1,
this.useBar = true,
}) {
makeAcePorts();
}