Skip to content

VadjControl.sv: remove truncated value warning

Tom Levens requested to merge remove_truncated_value_warning into master

Change c_InitDelay constant declaration in VadjControl.sv to remove the Quartus warning:

Warning (10230): Verilog HDL assignment warning at VadjControl.sv(131): truncated value with size 64 to match size of target (32)

Merge request reports