fix some bugs
This commit is contained in:
@@ -22,7 +22,7 @@ module crop #(
|
||||
localparam SEND_DATA = 2;
|
||||
|
||||
reg [1:0] state, nextState;
|
||||
reg [11:0] cnt_x, cnt_y;
|
||||
reg [31:0] cnt_x, cnt_y;
|
||||
reg [3 * COLOR_DEPTH - 1:0] data;
|
||||
|
||||
// 状态切换
|
||||
|
Reference in New Issue
Block a user