annadorian
Programmer
Hi all!
I have a test bench for one of my designs and it works perfectly but currently I have to test my design with a real FPGA. So I have to synthesize it using Xilinx Project Navigator. Here I have some problems I can not synthesize fragment which is listed below and I do not know how to pass my problem. Because Xilinx does not support such kind of stuff Any ideas?
process
--some code which does not matter for my problem
while num_words < MAX_WORDS loop
wait until rising_edge(sys_clk_out);
--some code
end loop;
end process;
Thank you very much indeed in any advance.
I have a test bench for one of my designs and it works perfectly but currently I have to test my design with a real FPGA. So I have to synthesize it using Xilinx Project Navigator. Here I have some problems I can not synthesize fragment which is listed below and I do not know how to pass my problem. Because Xilinx does not support such kind of stuff Any ideas?
process
--some code which does not matter for my problem
while num_words < MAX_WORDS loop
wait until rising_edge(sys_clk_out);
--some code
end loop;
end process;
Thank you very much indeed in any advance.