pass verilator

This commit is contained in:
SikongJueluo
2024-07-10 15:23:34 +08:00
parent 8503f8b3bc
commit 042e5b1aac
2 changed files with 4 additions and 4 deletions

View File

@@ -68,9 +68,9 @@ module GreyWorld #(
cnt_pexels <= 0;
calState <= 4;
r_white_gain[0] <= white_gain[0];
r_white_gain[1] <= white_gain[1];
r_white_gain[2] <= white_gain[2];
r_white_gain[0] <= {24'b0, white_gain[0] };
r_white_gain[1] <= {24'b0, white_gain[1] };
r_white_gain[2] <= {24'b0, white_gain[2] };
data_cache[0] <= 0;
data_cache[1] <= 0;
data_cache[2] <= 0;