J
Jack
Guest
Hi ~
I have some question about assign.
ex)
output a;
output b;
output c;
reg a;
reg b;
reg [2:0] count;
wire c;
assign c = (a || b) ? count + 1 : 0
Here, a and b was used to input.
I think that it's not good. but some other people said that good.
I don't know that it's is right or wrong ?
I have some question about assign.
ex)
output a;
output b;
output c;
reg a;
reg b;
reg [2:0] count;
wire c;
assign c = (a || b) ? count + 1 : 0
Here, a and b was used to input.
I think that it's not good. but some other people said that good.
I don't know that it's is right or wrong ?