Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What's the difference between fork join and nonblocking statements ?

Status
Not open for further replies.

krishna_1980

Junior Member level 3
Joined
Jan 4, 2006
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,457
hi
can anyone tell diff between fork ... join and nonblocking statements
in language point of view
 

fork join

Hi krishna,

fork....join acts like simply begin.......end but inside fork...join all statements are taken as concurrent
 
Re: fork join

join and pork are non-synthesizable statements and used in stimulus modules for concurent statements , where as non-blocking statements are synthesizable ..
 

fork join

hi krishna
fork-join is using testdench for simulation not for synthesis it running as the concurrent
begin - end also used for the simulation.it will runing as the step by step
nonblocking statement is running as the concurrent .it is synthesizable

vamsi
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top