vnc add
This commit is contained in:
parent
f89c74205a
commit
3dc244fbc9
|
|
@ -9,6 +9,6 @@ begin
|
|||
if (!rst_n)
|
||||
count <= 0;
|
||||
else if (enable == 1'b1)
|
||||
count <= count + 1;
|
||||
count <= count + 1;//00sss
|
||||
end
|
||||
endmodule
|
||||
Loading…
Reference in New Issue