sc_trace_file.hh (12905:eb877328516a) sc_trace_file.hh (12913:123e80053715)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 153 unchanged lines hidden (view full) ---

162 const std::string &, int width=(8 * sizeof(char)));
163void sc_trace(sc_trace_file *, const sc_dt::uint64 *,
164 const std::string &, int width=(8 * sizeof(char)));
165
166// Nonstandard function for enums
167void sc_trace(sc_trace_file *, const unsigned int &,
168 const std::string &, const char **enum_literals);
169
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 153 unchanged lines hidden (view full) ---

162 const std::string &, int width=(8 * sizeof(char)));
163void sc_trace(sc_trace_file *, const sc_dt::uint64 *,
164 const std::string &, int width=(8 * sizeof(char)));
165
166// Nonstandard function for enums
167void sc_trace(sc_trace_file *, const unsigned int &,
168 const std::string &, const char **enum_literals);
169
170// Deprecated
171void sc_trace_delta_cycles(sc_trace_file *, bool on=true);
172
170template <class T>
171void
172sc_trace(sc_trace_file *, const sc_signal_in_if<T> &, const std::string &)
173{
174 sc_utils_warn_unimpl(__PRETTY_FUNCTION__);
175}
176
177void sc_trace(sc_trace_file *, const sc_signal_in_if<char> &,

--- 14 unchanged lines hidden ---
173template <class T>
174void
175sc_trace(sc_trace_file *, const sc_signal_in_if<T> &, const std::string &)
176{
177 sc_utils_warn_unimpl(__PRETTY_FUNCTION__);
178}
179
180void sc_trace(sc_trace_file *, const sc_signal_in_if<char> &,

--- 14 unchanged lines hidden ---