Question: Question # 3 Given the following SystemVerilog code: class A; integer j = 5 ; endclass Class B; integer i = 1 1 ; A
Question #
Given the following SystemVerilog code:
class A;
integer j;
endclass
Class B;
integer i;
A a new;
endclass
function integer test;
B b new;
B b new ;
bi;
baj;
test bi;
test baj;
endfunction
What is the final value of test?
What is the final value of test
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
