44 _os(
simout.create(name, true, true)), timeUnitTicks(0),
45 timeUnitValue(0.0), timeUnitUnit(::
sc_core::
SC_PS), _traceDeltas(false)
64 if (TimeUnitScale[tu] <= secs)
68 uint64_t
i =
static_cast<uint64_t
>(secs / TimeUnitScale[
tu]);
69 std::ostringstream
ss;
71 SC_REPORT_INFO(
"(I703) tracing timescale unit set", ss.str().c_str());
const std::string & name()
#define SC_REPORT_INFO(msg_type, msg)
const std::string & name() const
Get the file name in the output directory.
std::ostream * stream() const
Get the output underlying output stream.
TraceFile(const std::string &name)
sc_dt::uint64 value() const
::sc_core::sc_time_unit timeUnitUnit
void close(OutputStream *file)
Closes an output file and free the corresponding OutputFile.
sc_time sc_get_time_resolution()
void set_time_unit(double, ::sc_core::sc_time_unit) override
const char * TimeUnitNames[]