ad_csc_RGB2CrYCb: localparam can not be used in port definition
parent
1b2405a454
commit
b62aab985d
|
@ -48,12 +48,12 @@ module ad_csc_RGB2CrYCb #(
|
|||
// R-G-B inputs
|
||||
|
||||
input clk,
|
||||
input [DW:0] RGB_sync,
|
||||
input [DELAY_DATA_WIDTH-1:0] RGB_sync,
|
||||
input [23:0] RGB_data,
|
||||
|
||||
// Cr-Y-Cb outputs
|
||||
|
||||
output [DW:0] CrYCb_sync,
|
||||
output [DELAY_DATA_WIDTH-1:0] CrYCb_sync,
|
||||
output [23:0] CrYCb_data);
|
||||
|
||||
localparam DW = DELAY_DATA_WIDTH - 1;
|
||||
|
|
Loading…
Reference in New Issue