Updated - add VerilatedVcdFile to allow real-time waveforms, bug890.

This commit is contained in:
Wilson Snyder 2015-03-05 20:21:48 -05:00
parent a0fd065dcf
commit 005b4b7609
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ class VerilatedVcdC {
VerilatedVcd m_sptrace; ///< Trace file being created
public:
// CONSTRUCTORS
VerilatedVcdC() {}
VerilatedVcdC(VerilatedVcdFile* filep=NULL) : m_sptrace(filep) {}
~VerilatedVcdC() {}
// ACCESSORS
/// Is file open?