axi_ad9963: Moved RX configuration bit SCALECORRECTION_ONLY to bit 9

main
Adrian Costina 2017-08-28 15:56:18 +03:00
parent 5bc927ff94
commit 421b4bed41
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ module axi_ad9963_rx #(
// configuration settings
localparam CONFIG = (SCALECORRECTION_ONLY * 32) +
localparam CONFIG = (SCALECORRECTION_ONLY * 512) +
(0 * 16) +
(USERPORTS_DISABLE * 8) +
(DATAFORMAT_DISABLE * 4) +