M
Melvin
Guest
Hi,
I have a small query regarding Verilog fork-join statement:
Suppose I have 2 parallel threads;
In 1 thread I am doing some programming
In thread 2: I am waiting for one signal wait (reset) (say, which will
never happen)
I wanted to know how this fork-join will be executed:
THANKS
Verilog Baby
I have a small query regarding Verilog fork-join statement:
Suppose I have 2 parallel threads;
In 1 thread I am doing some programming
In thread 2: I am waiting for one signal wait (reset) (say, which will
never happen)
I wanted to know how this fork-join will be executed:
Pls let me know how it functionsIs it like each full line will be executed from each thread (in which case once it encounters 2nd thread it will wait till reset happens indefinitely
OR
Is it like separate CPU time is allotted for each thread in which case once it encounters Thread2, it will come out of that once the allotted time is over for that in which case there wont be infinite loop (atleast till first thread gets over fully)
THANKS
Verilog Baby