From c2a5e16d17c69b7807c93d8940a6db12344b1a5c Mon Sep 17 00:00:00 2001 From: Mateusz Gancarz Date: Tue, 11 Feb 2025 12:36:28 +0100 Subject: [PATCH] [#72179] add saving TZ, TX, TB values as 0 --- include/verilated_saif_c.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/verilated_saif_c.cpp b/include/verilated_saif_c.cpp index e09d9a197..e17ef787e 100644 --- a/include/verilated_saif_c.cpp +++ b/include/verilated_saif_c.cpp @@ -253,7 +253,7 @@ void VerilatedSaif::close() VL_MT_SAFE_EXCLUDES(m_mutex) { printStr(std::to_string(m_time - bit.highTime).c_str()); printStr(") (T1 "); printStr(std::to_string(bit.highTime).c_str()); - printStr(") (TX 0) (TC "); + printStr(") (TZ 0) (TX 0) (TB 0) (TC "); printStr(std::to_string(bit.transitions).c_str()); printStr("))\n");