Compare commits

..

3 Commits

Author SHA1 Message Date
yangshenbo 8ca87ff502 aabbcc 2025-12-04 18:45:48 +08:00
yangshenbo 86836807be Merge branch 'main' of http://114.214.202.87:9030/yangshenbo/UDP_data_process 2025-12-04 18:33:08 +08:00
yangshenbo 1ad9d3e1fc first 2025-12-04 12:31:53 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ begin
if (!rst_n)
count <= 0;
else if (enable == 1'b1)
count <= count + 1;//00sss
count <= count + 1;//aabbcc
end
endmodule