Hi all,
I'm very new to VHDL n i need some help here.
1) the program sounds like this
package abc is
subtype counter_type is interger range 0 to ((2**13)-1);
constant clock_cycle : counter_type :=8000;
this first lines means my value will go from 0 to 8191, but why the second line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.