Is "after" synthesizable or not ?

Status
Not open for further replies.

shivakumay.gy

Newbie level 6
Joined
Feb 23, 2008
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,365
FPGA

process(s1,clkk)
begin
if rising_edge(clkk) then
ssout1<='1';
ssout2<='1';
ssout3<='1';
case s1 is

when "0000000" => ssout1<='0' after 8 ms;

in this highlighted line can be implemented in hardware are not. and is it synthsizable or not. please any body can help me for this..................


reply for me to this mail shiva.yaragal@gmail.com[/u][/i]
 

Re: FPGA

It is not synthesizable..

after, wait for, etc ... are not synthesizable.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…