VHDL:identifier: mudanças entre as edições

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
Moecke (discussão | contribs)
Criou página com ''''Identifiers''' are used to name items in a VHDL. The rules to form identifiers are: * use only: alphabetic letters (‘A’ to ‘Z’ and ‘a’ to ‘z’), decimal digi...'
 
Moecke (discussão | contribs)
Sem resumo de edição
 
Linha 6: Linha 6:
* do not end with '_';
* do not end with '_';
* do not use sucessive '__'.
* do not use sucessive '__'.
[[Categoria:VHDL]]

Edição atual tal como às 17h21min de 18 de setembro de 2015

Identifiers are used to name items in a VHDL.

The rules to form identifiers are:

  • use only: alphabetic letters (‘A’ to ‘Z’ and ‘a’ to ‘z’), decimal digits (‘0’ to ‘9’) and underline character (‘_’);
  • start with an alphabetic letter (‘A’ to ‘Z’ and ‘a’ to ‘z’);
  • do not end with '_';
  • do not use sucessive '__'.