C# Class HDLToolkit.Xilinx.Implementation.FPGAImplementorInstance

Inheritance: IImplementorInstance
Datei anzeigen Open project: nathanrossi/hdl-toolkit

Private Properties

Property Type Description

Public Methods

Method Description
Build ( ) : bool
Dispose ( ) : void
FPGAImplementorInstance ( FPGAImplementor implementor, OutputPath output, IImplementationConfiguration config ) : System

Method Details

Build() public method

public Build ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

FPGAImplementorInstance() public method

public FPGAImplementorInstance ( FPGAImplementor implementor, OutputPath output, IImplementationConfiguration config ) : System
implementor FPGAImplementor
output OutputPath
config IImplementationConfiguration
return System