C# Class HDLToolkit.Xilinx.XilinxToolchain

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

Private Properties

Property Type Description
GetPlataformArchitecturePath string
PopulatePathData void
PopulateToolFactories void

Public Methods

Method Description
FindToolPath ( string tool ) : string

Retrieve the full path to the executable for the tool.

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

Private Methods

Method Description
GetPlataformArchitecturePath ( ) : string
PopulatePathData ( ) : void
PopulateToolFactories ( ) : void

Method Details

FindToolPath() public method

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

LoadDevices() public method

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

XilinxToolchain() public method

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