name characters Definition
The characters A to Z, a
to z, 0 to 9, slash
(/), dash (-), and underscore
(_) are legal for
Quartus® Prime breakpoint, chip,
clique, directory, file, project, revision, group (bus), node,
parameter, pin, pinstub, and quoted and unquoted symbolic names,
with the exceptions listed below.
|
Item |
Name Character Exception |
|---|---|
|
file name |
No slash (/) is permitted. Case is significant on Linux workstations; all file names should be in lowercase letters. Case is also significant in Verilog HDL files. |
|
project name |
No slash (/) is permitted. Case is significant on Linux workstations. |
|
revision name |
No slash (/) is permitted. Case is significant on Linux workstations. |
|
single-range group (bus) name |
No slash (/) is permitted; the bus identifier
cannot end with a digit. The name is followed by a range of numbers
or arithmetic expressions in brackets. The start and end of the
range are separated by two periods. For example, group
|
|
design partition name |
Partition names can have a maximum of 1024 characters. The name can consist only of alphanumeric characters, the colon (:), the pipe (|), and the underscore ( _ ) characters. |
|
dual-range group (bus) name |
Same as single-range group names, with two
ranges of numbers or arithmetic expressions in brackets. For
example, |
|
sequential group (bus) name |
The name consists of a series of
comma-separated node names enclosed in parentheses. For example,
group |
|
unquoted symbolic name (AHDL) |
No dash ( |
|
Verilog HDL identifiers |
No slash ( |
|
VHDL names |
No slash ( |