[source]

Package config

Constants

Name

Value

Description

PROJECT_DIR

MY_PROJECT_DIR

OPERATING_SYSTEM

MY_OPERATING_SYSTEM

POC_VERBOSE

MY_VERBOSE

Types

Name

Description

T_VENDOR
T_SYNTHESIS_TOOL
T_DEVICE_FAMILY
T_DEVICE_SERIES
T_DEVICE
T_DEVICE_SUBTYPE
T_TRANSCEIVER
T_DEVICE_INFO

Functions

BOARD(string BoardConfig = C\_BOARD\_STRING\_EMPTY)

Functions extracting board and PCB properties from "MY_BOARD" which is declared in package "my_config". ===========================================================================

Parameters:

BoardConfig (string)

BOARD_INFO(string BoardConfig = C\_BOARD\_STRING\_EMPTY)
Parameters:

BoardConfig (string)

Return type:

T_BOARD_INFO

BOARD_NAME(string BoardConfig = C\_BOARD\_STRING\_EMPTY)
Parameters:

BoardConfig (string)

BOARD_DEVICE(string BoardConfig = C\_BOARD\_STRING\_EMPTY)
Parameters:

BoardConfig (string)

BOARD_UART_BAUDRATE(string BoardConfig = C\_BOARD\_STRING\_EMPTY)
Parameters:

BoardConfig (string)

VENDOR(string DeviceString = C\_DEVICE\_STRING\_EMPTY)

Functions extracting device and architecture properties from "MY_DEVICE" which is declared in package "my_config". ===========================================================================

Parameters:

DeviceString (string)

Return type:

T_VENDOR

SYNTHESIS_TOOL(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_SYNTHESIS_TOOL

DEVICE(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_DEVICE

DEVICE_FAMILY(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_DEVICE_FAMILY

DEVICE_SUBTYPE(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_DEVICE_SUBTYPE

DEVICE_SERIES(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_DEVICE_SERIES

DEVICE_GENERATION(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

DEVICE_NUMBER(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

TRANSCEIVER_TYPE(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_TRANSCEIVER

LUT_FANIN(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

DEVICE_INFO(string DeviceString = C\_DEVICE\_STRING\_EMPTY)
Parameters:

DeviceString (string)

Return type:

T_DEVICE_INFO

getAlteraDeviceName(T_DEVICE device)

Convert T_DEVICE to string representation as required by "altera_mf" library

param T_DEVICE device:

type device:

T_DEVICE

getFSMEncoding_gray(boolean debug)

force FSM to predefined encoding in debug mode

param boolean debug: