interview question function & Task ?

Status
Not open for further replies.

abhineet22

Advanced Member level 4
Joined
Jan 25, 2005
Messages
105
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
bangalore
Activity points
1,017
without a delay a task will be act like a function?
is it true?
 

In Verilog, the most important difference between a task and a function is that a function cannot consume time (delays, blocking statements, or call a task). Additionally, a Verilog function must return a value, and the value must be used, as in an assignment statement.
 

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