aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x300/x300_pcie_int_tb.v
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-05-14 11:42:44 -0700
committerBen Hilburn <ben.hilburn@ettus.com>2014-05-14 11:42:44 -0700
commit07d310ddd370d7b1cc276e44b409ecec4087eaf7 (patch)
treebecabccbda2934bd3881363c0be83f701ce1ae9a /fpga/usrp3/top/x300/x300_pcie_int_tb.v
parent4c3d945a0b6a88092133e46ef80f3257f39a2a48 (diff)
parent00711ba213dde8aa0a099d2b18d3da0a33e6af79 (diff)
downloaduhd-07d310ddd370d7b1cc276e44b409ecec4087eaf7.tar.gz
uhd-07d310ddd370d7b1cc276e44b409ecec4087eaf7.tar.bz2
uhd-07d310ddd370d7b1cc276e44b409ecec4087eaf7.zip
Merge branch 'maint'
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);