mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
For --trace-fst, instead of *.fst.hier, put data into *.fst.
This commit is contained in:
parent
1f344ac99e
commit
9ad252be34
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user