Interview Questions

What is the difference between running the following snipet of code on Verilog vs Vera?

Electrical Engineering Technical Interview Questions and Answers


(Continued from previous question...)

8. What is the difference between running the following snipet of code on Verilog vs Vera?

What is the difference between running the following snipet of code on Verilog vs Vera?

fork {
task_one();
#10;
task_one();
}

task task_one() {
cnt = 0;
for (i = 0; i < 50; i++) {
cnt++;
}
}

Send Answer to us, please.

(Continued on next question...)

Other Interview Questions