Internals: Cleanup .txt file whitespace (#3842)

This commit is contained in:
Larry Doolittle
2023-01-05 05:00:54 -05:00
committed by GitHub
parent 4370490a71
commit 2ab70ba452
4 changed files with 261 additions and 262 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ void VerilatedFst::declare(uint32_t code, const char* name, int dtypenum, fstVar
if ((new_it->back() & 0x80)) {
tmpModName = *new_it;
tmpModName.pop_back();
// If the scope ends with a non-ascii character, it will be 0x80 + fstScopeType
// If the scope ends with a non-ASCII character, it will be 0x80 + fstScopeType
fstWriterSetScope(m_fst, static_cast<fstScopeType>(new_it->back() & 0x7f),
tmpModName.c_str(), nullptr);
} else {