VIVADO仿真不出结果,不知道仿真代码怎么改源代码
delay和cnt_0没有赋初始值第5行代码改成output reg [15:0] delay = 0,第6行代码改成output reg [7:0] cnt_0 = 0);
仿真代码里delay和cnt_0的位宽也不对