The first solution u've supplied is not a proper solution because if u delay the clock pulse then the parallelism is lost.I'd suggest to make the second process sensitive to the first output signal,and check for the clock'event and clk=1 in the same.This is the general solution of the problem u...
Of course u can do it
Clk'event and (clk='1' or clk='0')
This probably shouldn't have any problem.Any way I don't get the purpose of u trying this.If u could tell me the exact context I'd appreciate it.
srikanth
Hi
Tell me the mode u r creating the clock .r u using the standard IEEE clock or u r writing a test bench for clock generation.Anyway a multplication of clock does not make sense as there is a change in the very code(here the delay u r giving to set the frequency).All u can do is while u r...
Hi
I'm trying to implement data encryption in VHDL.
As I'm at the verge of completion.I have to implement the following.
It would be very helpful to give me an answer to the following question
I want to read a text file.Convert it into Bit vector.Collect a frame of 64 bits and send it for...
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.