pass verilator
This commit is contained in:
parent
8503f8b3bc
commit
042e5b1aac
|
@ -68,9 +68,9 @@ module GreyWorld #(
|
||||||
cnt_pexels <= 0;
|
cnt_pexels <= 0;
|
||||||
calState <= 4;
|
calState <= 4;
|
||||||
|
|
||||||
r_white_gain[0] <= white_gain[0];
|
r_white_gain[0] <= {24'b0, white_gain[0] };
|
||||||
r_white_gain[1] <= white_gain[1];
|
r_white_gain[1] <= {24'b0, white_gain[1] };
|
||||||
r_white_gain[2] <= white_gain[2];
|
r_white_gain[2] <= {24'b0, white_gain[2] };
|
||||||
data_cache[0] <= 0;
|
data_cache[0] <= 0;
|
||||||
data_cache[1] <= 0;
|
data_cache[1] <= 0;
|
||||||
data_cache[2] <= 0;
|
data_cache[2] <= 0;
|
||||||
|
|
Loading…
Reference in New Issue