D
Debjit Pal
Guest
Dear All,
A Very Happy and Prosperous New Year to all of the group members. I like to know the following:
I like to have the following code fragments in a Verilog-AMS modules:
always @(posedge start) begin
fork:
join
end
Within fork join block I want to initialize a variable to some user supplied parameter. Will there be a corresponding copy of the variable created for every thread forked? As in SystemVerilog there is a variable type "automatic" which are meant for the fork join block and for every thread forked, a copy of the variable with some value is created.
Please suggest if my idea is feasible at all or not.
Many many thanks in advance for your kind support.
------------------------------
Thanking you,
Yours sincerely,
Debjit
A Very Happy and Prosperous New Year to all of the group members. I like to know the following:
I like to have the following code fragments in a Verilog-AMS modules:
always @(posedge start) begin
fork:
join
end
Within fork join block I want to initialize a variable to some user supplied parameter. Will there be a corresponding copy of the variable created for every thread forked? As in SystemVerilog there is a variable type "automatic" which are meant for the fork join block and for every thread forked, a copy of the variable with some value is created.
Please suggest if my idea is feasible at all or not.
Many many thanks in advance for your kind support.
------------------------------
Thanking you,
Yours sincerely,
Debjit