A
Amit
Guest
Hi group,
I need to code a debouncer which is done however, I have to connect
its output to a johnson counter. I'm thinking of implementing the
johnson counter as a PROCESS. (hope I'm on a right track).
Now, can I define the counter as following?
jcounter: PROCESS(Debounced_Switch)
BEGIN
....
END PROCESS;
Your comment is appreciated.
Regards.
I need to code a debouncer which is done however, I have to connect
its output to a johnson counter. I'm thinking of implementing the
johnson counter as a PROCESS. (hope I'm on a right track).
Now, can I define the counter as following?
jcounter: PROCESS(Debounced_Switch)
BEGIN
....
END PROCESS;
Your comment is appreciated.
Regards.