update image processor to merge 3 chanels color into a RGB image

This commit is contained in:
SikongJueluo
2024-05-11 17:43:26 +08:00
parent 9fc9627fc8
commit f3f01c1c51
4 changed files with 64 additions and 2 deletions

5
RAM/RGB_to_RAM.v Normal file
View File

@@ -0,0 +1,5 @@
module RGB_to_RAM (
ports
);
endmodule