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