A
aleksazr
(I'm not talking about simulation, but real hardware only)
signal counter : integer range 0 to 6;
counter <= counter +1;
The counter must be 3 bits wide (0-7)...
will it ever contain a value of 7,
or will the tools create additional logic to prevent that?
signal counter : integer range 0 to 6;
counter <= counter +1;
The counter must be 3 bits wide (0-7)...
will it ever contain a value of 7,
or will the tools create additional logic to prevent that?