Intel® Quartus® Prime Standard Edition User Guide: Platform Designer

ID 683364
Date 12/15/2018
Public
Document Table of Contents

7.2.6. Parameter Type Properties

Name Description
BOOLEAN A boolean parameter whose value is true or false.
FLOAT A signed 32-bit floating point parameter. Not supported for HDL parameters.
INTEGER A signed 32-bit integer parameter.
INTEGER_LIST A parameter that contains a list of 32-bit integers. Not supported for HDL parameters.
LONG A signed 64-bit integer parameter. Not supported for HDL parameters.
NATURAL A 32-bit number that contain values 0 to 2147483647 (0x7fffffff).
POSITIVE A 32-bit number that contains values 1 to 2147483647 (0x7fffffff).
STD_LOGIC A single bit parameter whose value can be 1 or 0;
STD_LOGIC_VECTOR An arbitrary-width number. The parameter property WIDTH determines the size of the logic vector.
STRING A string parameter.
STRING_LIST A parameter that contains a list of strings. Not supported for HDL parameters.