Lothar M. wrote:
> Dima U. wrote:
>> So, i want to change a front of slow_clock in time of change "enable"
>> (it's changing from 0 to 1 and have it value all time long) or 1-3 times
>> of "fast_clock".
> Uhhmmmm, could you draw that as a schematic or a block diagram? Then it
> is easy to describe with VHDL (as VHDL is a description language).
> Or maybe you can draw a timing diagram where it can be seen, what
> shlud happen.
I have 2 independent data streams, and i must start to send both synch
with special mark of time. The mark has 100 ns high front and 1 second
has low front; and it's periodic signal.
Freq.-s of both signals is non-constant.
I try to do next thing: when the first high front of mark come i make
"enable" signal. After changing the "enable" signal starts to work some
blocks, and both of streams i'm writing in RAM (not at all 1 second
long,of course). When next mark coming i make "enable" for reading from
RAM and in start post's i wrote my attempt to generate clock for
reading.
Timing diagram here.
/Mark of time/: 100 ns high front and 1 second has low front signal;
enable_1 - blocks start to work from this signal;
write_enable - enable to write RAM;
read_enable - enable to read RAM;
clock for reading - (red color) this signal i want to use for reading
from RAM and it i tried in the first post.
And finally, out data - one (for simplify) data stream what i have.