fix some bugs and pass lint check
This commit is contained in:
@@ -4,8 +4,8 @@ module crop #(
|
||||
parameter OFFSET_X = 8,
|
||||
parameter OFFSET_Y = 4,
|
||||
parameter OUT_WIDTH = 640,
|
||||
parameter OUT_HEIGHT = 480
|
||||
parameter COLOR_DEPTH = 8;
|
||||
parameter OUT_HEIGHT = 480,
|
||||
parameter COLOR_DEPTH = 8
|
||||
) (
|
||||
input clk,
|
||||
input reset,
|
||||
@@ -82,4 +82,4 @@ module crop #(
|
||||
end
|
||||
end
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
Reference in New Issue
Block a user