예제 #1
0
 public void StageSetup(IRTLCombinationalModule module)
 {
     rtlModule = module;
     // do not setup state values of pipeline in StageSetup
     // moved to initial schedule with actual input values to support stage arrays
     nextStage?.StageSetup(module);
 }
예제 #2
0
 public TestbenchGenerator(RTLSimulatorContext simulatorContext, IRTLCombinationalModule topLevel)
 {
     _simulatorContext = simulatorContext;
     _topLevel         = topLevel;
 }