Forum Discussion
ak6dn
Regular Contributor
5 years agoPort and signal names cannot start with a digit. The name must be escaped when used (ie, change 2CLK to \2CLK AND add a trailing space after the name).
So for example 'input wire 2CLRN;' becomes 'input wire \2CLRN ;' etc.