[#72179] add saving TZ, TX, TB values as 0

This commit is contained in:
Mateusz Gancarz 2025-02-11 12:36:28 +01:00
parent e7e9f9cc88
commit c2a5e16d17
1 changed files with 1 additions and 1 deletions

View File

@ -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");