kunal1514
Full Member level 1
Hi All,
can anybody tell me wht's the difference between "caseX" and "caseZ" in verilog.
Also
priority casez(a)
3’b00?: $display("0 or 1"); //LINE -1
3’b0??: $display("2 or 3"); //LINE -2
default: $display("4 to 7");
endcase
what does the line "1" and line "2" explains
can anybody tell me wht's the difference between "caseX" and "caseZ" in verilog.
Also
priority casez(a)
3’b00?: $display("0 or 1"); //LINE -1
3’b0??: $display("2 or 3"); //LINE -2
default: $display("4 to 7");
endcase
what does the line "1" and line "2" explains