Deleted Added
sdiff udiff text old ( 12852:300397457d0b ) new ( 12877:27fdc86138ef )
full compact
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

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

216
217void
218sc_trace(sc_trace_file *, const sc_dt::sc_fxnum_fast *, const std::string &)
219{
220 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
221}
222
223void
224sc_trace(sc_trace_file *, const char &, const std::string &, int width)
225{
226 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
227}
228
229void
230sc_trace(sc_trace_file *, const char *, const std::string &, int width)
231{

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

317
318void
319sc_trace(sc_trace_file *, const sc_signal_in_if<long> &,
320 const std::string &, int width)
321{
322 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
323}
324
325} // namespace sc_core