isp pipeline pass sim

This commit is contained in:
2024-10-03 17:06:40 +08:00
parent 35e6ab1e85
commit c807c24456
13 changed files with 5924 additions and 556 deletions

View File

@@ -1,7 +1,7 @@
`timescale 1ns / 1ps
// 三通道图像合成一个RGB图像
module ColorBlender #(
module ColorBlender_Pipeline #(
parameter reg [4:0] IN_DEPTH = 12, // 输入图像的色深
parameter reg [4:0] OUT_DEPTH = 8 // 输出图像的色深
) (