For --trace-fst, instead of *.fst.hier, put data into *.fst.

This commit is contained in:
Wilson Snyder 2018-10-07 20:39:51 -04:00
parent 1f344ac99e
commit 9ad252be34

View File

@ -70,7 +70,7 @@ VerilatedFst::VerilatedFst(void* fst)
void VerilatedFst::open(const char* filename) VL_MT_UNSAFE {
m_assertOne.check();
m_fst = fstWriterCreate(filename, 0);
m_fst = fstWriterCreate(filename, 1);
m_curScope.clear();
for (vluint32_t ent = 0; ent< m_callbacks.size(); ++ent) {