karalamoorthy_p
Newbie level 5
- Joined
- Jun 6, 2013
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,358
Hi
fork
task A;
task B;
task C;
join
$display("Fork-join is completed")
Usually in the above cases the display is printed after all the tasks are completed. But in my case, two tasks are completed but one of the task is running infinite.How can I come out the fork join statement.
Please help me to solve this issues.
Thanks
fork
task A;
task B;
task C;
join
$display("Fork-join is completed")
Usually in the above cases the display is printed after all the tasks are completed. But in my case, two tasks are completed but one of the task is running infinite.How can I come out the fork join statement.
Please help me to solve this issues.
Thanks