sc_trace_file.cc (12877:27fdc86138ef) sc_trace_file.cc (12905:eb877328516a)
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
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 sc_event &, const std::string &)
225{
226 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
227}
228
229void
230sc_trace(sc_trace_file *, const sc_event *, const std::string &)
231{
232 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
233}
234
235void
236sc_trace(sc_trace_file *, const sc_time &, const std::string &)
237{
238 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
239}
240
241void
242sc_trace(sc_trace_file *, const sc_time *, const std::string &)
243{
244 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
245}
246
247void
224sc_trace(sc_trace_file *, const unsigned char &,
225 const std::string &, int width)
226{
227 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
228}
229
230void
231sc_trace(sc_trace_file *, const unsigned char *,

--- 155 unchanged lines hidden ---
248sc_trace(sc_trace_file *, const unsigned char &,
249 const std::string &, int width)
250{
251 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
252}
253
254void
255sc_trace(sc_trace_file *, const unsigned char *,

--- 155 unchanged lines hidden ---