Altera_Forum
Honored Contributor
17 years agoReserved word "bit" as signal name
i don understand the coding as below:
signal bit : unsigned (3 downto 0); U_Bit_counter1: Bit_counter1 port map (inc=>inc_bit, clr=>clr_bit, count=>bit, reset=>reset, CLK=>CLK); Is that possible to use reserve word to declare the name of signal? Is there any problem to use it? If there is no problem, what is the function to use it? Thanks