first commit

This commit is contained in:
2024-05-09 22:36:04 +08:00
commit 25032efc34
12 changed files with 521 additions and 0 deletions

12
CFA/cfa.v Normal file
View File

@@ -0,0 +1,12 @@
`timescale 1 ns / 1 ps
`default_nettype none
module cfa
#(
parameter IM_WIDTH = 1936;
parameter IM_HEIGHT = 1088;
)(
);
endmodule