Ace4CdChannelInterface constructor

Ace4CdChannelInterface({
  1. int idWidth = 4,
  2. int dataWidth = 64,
  3. int userWidth = 32,
})

Constructor.

Implementation

Ace4CdChannelInterface({
  super.idWidth = 4,
  super.dataWidth = 64,
  super.userWidth = 32,
}) : super(
        main: false,
        prefix: 'CD',
        useLast: true,
      );