axi_adc_decimate: Fix assignment width

main
Adrian Costina 2017-02-15 11:38:12 +02:00
parent 86c279c238
commit 358aa48c76
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ module axi_adc_decimate(
16'h3: decim_rate_cic = 16'd500;
16'h6: decim_rate_cic = 16'd5000;
16'h7: decim_rate_cic = 16'd50000;
default: decim_rate_cic = 9'd1;
default: decim_rate_cic = 16'd1;
endcase
end