VHDL:subtype indication

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
Syntax rule
( type_mark  [ range  simple_expression (to | downto)   simple_expression
Examples
subtype small_int is integer range -128 to 127;

subtype pcm_channel is integer range 31 downto 0;