From 67a16f9ae109bde8664f4d7f3b6b84581eebb46d Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 22 Aug 2013 23:45:14 +0200 Subject: regtools: various fix Change-Id: I3a37221d1688c2f1cbc649bbd2fd27dc78d286a6 --- utils/regtools/qeditor/mainwindow.cpp | 2 +- utils/regtools/qeditor/std_analysers.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/regtools/qeditor/mainwindow.cpp b/utils/regtools/qeditor/mainwindow.cpp index 1e39dd1a83..803490fb31 100644 --- a/utils/regtools/qeditor/mainwindow.cpp +++ b/utils/regtools/qeditor/mainwindow.cpp @@ -104,5 +104,5 @@ void MainWindow::OnLoadDesc() void MainWindow::OnNewRegTab() { - new RegTab(m_backend, m_tab); + m_tab->setCurrentWidget(new RegTab(m_backend, m_tab)); } diff --git a/utils/regtools/qeditor/std_analysers.cpp b/utils/regtools/qeditor/std_analysers.cpp index 814ef309f4..d8e27692ef 100644 --- a/utils/regtools/qeditor/std_analysers.cpp +++ b/utils/regtools/qeditor/std_analysers.cpp @@ -601,10 +601,10 @@ void EmiAnalyser::FillTable() if(bypass_mode) { - if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_0_BYPASS", value)) + if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_BYPASS_0", value)) AddLine("DLL DQS Delay 0", value, "", "In 1/128 fraction of a cycle (bypass mode)"); - if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_1_BYPASS", value)) + if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_BYPASS_0", value)) AddLine("DLL DQS Delay 1", value, "", "In 1/128 fraction of a cycle (bypass mode)"); if(helper.ReadRegisterField("DRAM", "CTL19", "DQS_OUT_SHIFT_BYPASS", value)) -- cgit v1.2.3