Guest
Hi,
How many wait statements can we use in a process statement?
I us Quartus II web edition for compilation. On compiling my code it
says, we cant use multiple wait statements in the same process.
However many books give examples of processes with multiple wait
statements.
I need to design a sample data transfer interface. For this i need to
find the clock events.
However i cannot use
* if clk'EVENT and clk = '1' then *
construct. What exactly i need is to wait till i get the next clock
edge. Hope you understood the question. Any solution to it, in logic
or code will be a great help for proceeding my project.
Thanking You all in advance.
Lee
How many wait statements can we use in a process statement?
I us Quartus II web edition for compilation. On compiling my code it
says, we cant use multiple wait statements in the same process.
However many books give examples of processes with multiple wait
statements.
I need to design a sample data transfer interface. For this i need to
find the clock events.
However i cannot use
* if clk'EVENT and clk = '1' then *
construct. What exactly i need is to wait till i get the next clock
edge. Hope you understood the question. Any solution to it, in logic
or code will be a great help for proceeding my project.
Thanking You all in advance.
Lee