I am fairly new to VHDL and have reviewed numerous codes and have tried to learn various programs [Xilinx, Altera, etc.,] What I have found in many examples is the use of 'std_logic_vector' used as counters versus using 'integers'. Is there an advantage or reason for this type of use? For...