Exemplo n.º 1
0
 public MUX2XILMapping(IMUX2TransactionSite site)
 {
     _site = site;
 }
Exemplo n.º 2
0
 public MUX2XILMapping(IMUX2TransactionSite site)
 {
     _site = site;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 /// <param name="width">bit-width, which must be the same for each operand and the result port</param>
 public MUX2(int width)
 {
     Width = width;
     TASite = new MUX2TransactionSite(this);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 /// <param name="width">bit-width, which must be the same for each operand and the result port</param>
 public MUX2(int width)
 {
     Width  = width;
     TASite = new MUX2TransactionSite(this);
 }