aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x300/x300_pcie_int_tb.v
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/top/x300/x300_pcie_int_tb.v')
-rw-r--r--fpga/usrp3/top/x300/x300_pcie_int_tb.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/top/x300/x300_pcie_int_tb.v b/fpga/usrp3/top/x300/x300_pcie_int_tb.v
index 0dff7cc65..ed47c2192 100644
--- a/fpga/usrp3/top/x300/x300_pcie_int_tb.v
+++ b/fpga/usrp3/top/x300/x300_pcie_int_tb.v
@@ -215,7 +215,7 @@ module x300_pcie_int_tb();
TEST_CASE();
usr_regport_request(READ, 20'hC, 32'h0);
usr_regport_response();
- `CHECK_TRUE((pcie_usr_data == 175000000), "Verify counter frequency register");
+ `CHECK_TRUE((pcie_usr_data == 166666667), "Verify counter frequency register");
TEST_CASE();
usr_regport_request(WRITE, 20'h10, 32'hDEAD);