counter reset in FPGA

Status
Not open for further replies.

hithesh123

Full Member level 6
Joined
Nov 21, 2009
Messages
324
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
lax
Activity points
3,548
Basic doubt -
How exactly does counter reset to zero, once it reaches the max count.
I mean how is it implemented/synthesized in the FPGA.

The vhdl code would be some thing like

if count>15 then
count=0;
end if;
 

it will be a mux on the counter register. The comparator provides the select for the mux.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…