I try to program a counter who counts the clock'edges between the signal changes. The problem is that when the the next change occours, the counter doesn't reset back to 0.
Can anyone help me with that ??
process(lastdata, data, cclk, test, change, clk, i, rs)
begin
change <= data xor...
Can anybody help me with shared variables ???
I want to use a counter in a subcomponent ,originally defined in the main component.
What way would be the best ???
Regards, Kriki
I tryed to make a program, that detects a signal and clocks it for the rest of the schematic.
So i wanted to ask, if this is a usefull programm or not or what could be done better.
The signal is rectangular and the Master Clock is 4 times of the data signal.
CODE:
LIBRARY ieee;
USE...
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.