C# Class HDLToolkit.Xilinx.XilinxRepository

Inheritance: IRepository
Mostrar archivo Open project: nathanrossi/hdl-toolkit Class Usage Examples

Public Properties

Property Type Description
VerboseOutput bool

Private Properties

Property Type Description
GetLibraryAutoCreate ILibrary
GetLibraryNameWithoutVersion string
LoadLibrary bool

Public Methods

Method Description
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

Private Methods

Method Description
GetLibraryAutoCreate ( string name ) : ILibrary
GetLibraryNameWithoutVersion ( string library ) : string
LoadLibrary ( string name ) : bool

Method Details

AddSearchPath() public method

public AddSearchPath ( string path ) : void
path string
return void

FindModuleByName() public method

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

GetLibrary() public method

public GetLibrary ( string name ) : ILibrary
name string
return ILibrary

GetLibraryDefaultRootPath() public method

public GetLibraryDefaultRootPath ( string library ) : string
library string
return string

GetLibraryPaoFile() public method

public GetLibraryPaoFile ( string library ) : string
library string
return string

GetLibraryRootPath() public method

public GetLibraryRootPath ( string library ) : List
library string
return List

GetModulePath() public method

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

GetPcoreDirectories() public method

public GetPcoreDirectories ( ) : List
return List

LibraryExists() public method

public LibraryExists ( string name ) : bool
name string
return bool

XilinxRepository() public method

public XilinxRepository ( ) : System
return System

Property Details

VerboseOutput public_oe property

public bool VerboseOutput
return bool