C# 클래스 HDLToolkit.Xilinx.XilinxToolchain

상속: IToolchain
파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPlataformArchitecturePath string
PopulatePathData void
PopulateToolFactories void

공개 메소드들

메소드 설명
FindToolPath ( string tool ) : string

Retrieve the full path to the executable for the tool.

LoadDevices ( DeviceManager manager ) : void
XilinxToolchain ( ToolchainManager manager, XilinxVersion version ) : System

비공개 메소드들

메소드 설명
GetPlataformArchitecturePath ( ) : string
PopulatePathData ( ) : void
PopulateToolFactories ( ) : void

메소드 상세

FindToolPath() 공개 메소드

Retrieve the full path to the executable for the tool.
public FindToolPath ( string tool ) : string
tool string
리턴 string

LoadDevices() 공개 메소드

public LoadDevices ( DeviceManager manager ) : void
manager HDLToolkit.Framework.Devices.DeviceManager
리턴 void

XilinxToolchain() 공개 메소드

public XilinxToolchain ( ToolchainManager manager, XilinxVersion version ) : System
manager HDLToolkit.Framework.ToolchainManager
version XilinxVersion
리턴 System