J
JoshforRefugee
Guest
folks,
what's the technical difference between this two assignment
wire x,y,z;
reg a;
a = x ? y : z;
wire b;
b = x ? y : z;
what's the technical difference between this two assignment
wire x,y,z;
reg a;
a = x ? y : z;
wire b;
b = x ? y : z;