C# Class HDLToolkit.Xilinx.Devices.XilinxPartGen

显示文件 Open project: nathanrossi/hdl-toolkit

Public Methods

Method Description
LoadFamily ( XilinxToolchain toolchain, DeviceManufacture manufacture, string familyName ) : DeviceFamily
LoadFamilyList ( ) : List

Private Methods

Method Description
ParseSpeedDetails ( XilinxToolchain toolchain, DeviceFamily family, DevicePart part, string speedDetails ) : void
ScanDeviceType ( string familyName ) : DeviceType

This uses a best guess approach to determine the type, it uses the family name (e.g. 'spartan3'). This approach is faster then the scanning of 'partgen -v'.

Method Details

LoadFamily() public static method

public static LoadFamily ( XilinxToolchain toolchain, DeviceManufacture manufacture, string familyName ) : DeviceFamily
toolchain XilinxToolchain
manufacture HDLToolkit.Framework.Devices.DeviceManufacture
familyName string
return HDLToolkit.Framework.Devices.DeviceFamily

LoadFamilyList() public static method

public static LoadFamilyList ( ) : List
return List