A
Amit
Guest
Hello group,
Does anybody know how I can use "wait for X ns" in a process?
currently the compiler doesn't accept it in a process.
Thanks.
amit
Example:
MyProcess : process (param1, param2)
begin
if param2= '1' then
do this ...
end if;
if param1 = '0' then
WAIT FOR 2 ns <<<<<<<<<<<<<<<<<<< causes
error.
end if;
end if;
end process;
Does anybody know how I can use "wait for X ns" in a process?
currently the compiler doesn't accept it in a process.
Thanks.
amit
Example:
MyProcess : process (param1, param2)
begin
if param2= '1' then
do this ...
end if;
if param1 = '0' then
WAIT FOR 2 ns <<<<<<<<<<<<<<<<<<< causes
error.
end if;
end if;
end process;