Ejemplo n.º 1
0
 public DefaultDatapathBuilder(Component host, SignalBase clk, string processName)
 {
     _host    = host;
     _clk     = clk;
     _psName  = processName;
     FUBinder = new FUBinderProxy(this, host.AutoBinder);
     ICBinder = new ICRBinderProxy(this, host.AutoBinder);
 }
 public DefaultDatapathBuilder(Component host, SignalBase clk, string processName)
 {
     _host = host;
     _clk = clk;
     _psName = processName;
     FUBinder = new FUBinderProxy(this, host.AutoBinder);
     ICBinder = new ICRBinderProxy(this, host.AutoBinder);
 }