Beispiel #1
0
 public virtual void bind(ref BaseMasterPort master_port)
 {
 }
Beispiel #2
0
 public BaseSlavePort(string name, PortID _id = PortID.MaxValue) : base(name, _id)
 {
     _baseMasterPort = null;
 }