C# 클래스 HDLToolkit.Xilinx.XilinxRepository

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

공개 프로퍼티들

프로퍼티 타입 설명
VerboseOutput bool

Private Properties

프로퍼티 타입 설명
GetLibraryAutoCreate ILibrary
GetLibraryNameWithoutVersion string
LoadLibrary bool

공개 메소드들

메소드 설명
AddSearchPath ( string path ) : void
FindModuleByName ( string name ) : IModule

Find a Module by name.

GetLibrary ( string name ) : ILibrary
GetLibraryDefaultRootPath ( string library ) : string
GetLibraryPaoFile ( string library ) : string
GetLibraryRootPath ( string library ) : List
GetModulePath ( ILibrary library, string location, ModuleType type ) : string
GetPcoreDirectories ( ) : List
LibraryExists ( string name ) : bool
XilinxRepository ( ) : System

비공개 메소드들

메소드 설명
GetLibraryAutoCreate ( string name ) : ILibrary
GetLibraryNameWithoutVersion ( string library ) : string
LoadLibrary ( string name ) : bool

메소드 상세

AddSearchPath() 공개 메소드

public AddSearchPath ( string path ) : void
path string
리턴 void

FindModuleByName() 공개 메소드

Find a Module by name.
public FindModuleByName ( string name ) : IModule
name string Name of Module, e.g. "library.module".
리턴 IModule

GetLibrary() 공개 메소드

public GetLibrary ( string name ) : ILibrary
name string
리턴 ILibrary

GetLibraryDefaultRootPath() 공개 메소드

public GetLibraryDefaultRootPath ( string library ) : string
library string
리턴 string

GetLibraryPaoFile() 공개 메소드

public GetLibraryPaoFile ( string library ) : string
library string
리턴 string

GetLibraryRootPath() 공개 메소드

public GetLibraryRootPath ( string library ) : List
library string
리턴 List

GetModulePath() 공개 메소드

public GetModulePath ( ILibrary library, string location, ModuleType type ) : string
library ILibrary
location string
type ModuleType
리턴 string

GetPcoreDirectories() 공개 메소드

public GetPcoreDirectories ( ) : List
리턴 List

LibraryExists() 공개 메소드

public LibraryExists ( string name ) : bool
name string
리턴 bool

XilinxRepository() 공개 메소드

public XilinxRepository ( ) : System
리턴 System

프로퍼티 상세

VerboseOutput 공개적으로 프로퍼티

public bool VerboseOutput
리턴 bool