Question: Identify the error in the below system verilog code and Rectify Code 0 1 : module assingment _ 1 1 ; int count; initial begin
Identify the error in the below system verilog code and Rectify
Code :
module assingment;
int count;
initial begin
forever begin
$displayValue of count d count;
count;
ifcount ;
break;
end
end
endmodule
Code :
module assingmentcode ;
int count;
begin
$displayValue of count d count;
count;
#;
end
initial begin
#;
$finish;
end
endmodule
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
