axi_ad9963: Moved RX configuration bit SCALECORRECTION_ONLY to bit 9
parent
5bc927ff94
commit
421b4bed41
|
@ -92,7 +92,7 @@ module axi_ad9963_rx #(
|
||||||
|
|
||||||
// configuration settings
|
// configuration settings
|
||||||
|
|
||||||
localparam CONFIG = (SCALECORRECTION_ONLY * 32) +
|
localparam CONFIG = (SCALECORRECTION_ONLY * 512) +
|
||||||
(0 * 16) +
|
(0 * 16) +
|
||||||
(USERPORTS_DISABLE * 8) +
|
(USERPORTS_DISABLE * 8) +
|
||||||
(DATAFORMAT_DISABLE * 4) +
|
(DATAFORMAT_DISABLE * 4) +
|
||||||
|
|
Loading…
Reference in New Issue