Exemplo n.º 1
0
 public virtual void bind(ref BaseSlavePort slave_port)
 {
 }
Exemplo n.º 2
0
 public BaseMasterPort(string name, PortID _id = PortID.MaxValue) : base(name, _id)
 {
     _baseSlavePort = null;
 }