C# 클래스 ISAGenericTestSuiteRunner.Processor

파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit

공개 메소드들

메소드 설명
GetCurrentState ( ) : ProcessorState
GetRegister ( int index ) : int
Processor ( ISimSimulator sim ) : System
RunCycle ( ) : void
RunToNextValidInstruction ( ) : void

메소드 상세

GetCurrentState() 공개 메소드

public GetCurrentState ( ) : ProcessorState
리턴 ProcessorState

GetRegister() 공개 메소드

public GetRegister ( int index ) : int
index int
리턴 int

Processor() 공개 메소드

public Processor ( ISimSimulator sim ) : System
sim HDLToolkit.Xilinx.Simulation.ISimSimulator
리턴 System

RunCycle() 공개 메소드

public RunCycle ( ) : void
리턴 void

RunToNextValidInstruction() 공개 메소드

public RunToNextValidInstruction ( ) : void
리턴 void