Esempio n. 1
0
 internal Context()
 {
     this.library          = new Library(this);
     this.builder          = new Builder(this);
     this.scheduler        = new Scheduler(this);
     this.singletonSignals = new Containers.SignalTable();
     this.random           = new Random();
     this.hintChannel      = new HintChannel();
 }
Esempio n. 2
0
 internal Context()
 {
     this.library = new Library(this);
     this.builder = new Builder(this);
     this.scheduler = new Scheduler(this);
     this.singletonSignals = new Containers.SignalTable();
     this.random = new Random();
     this.hintChannel = new HintChannel();
 }