sc_trace_file.cc (12852:300397457d0b) sc_trace_file.cc (12877:27fdc86138ef)
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 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 *,
232 const std::string &, int width)
233{
234 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
235}
236
237void
238sc_trace(sc_trace_file *, const unsigned short &,
239 const std::string &, int width)
240{
241 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
242}
243
244void
245sc_trace(sc_trace_file *, const unsigned short *,
246 const std::string &, int width)
247{
248 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
249}
250
251void
252sc_trace(sc_trace_file *, const unsigned int &, const std::string &, int width)
253{
254 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
255}
256
257void
258sc_trace(sc_trace_file *, const unsigned int *, const std::string &, int width)
259{
260 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
261}
262
263void
264sc_trace(sc_trace_file *, const unsigned long &,
265 const std::string &, int width)
266{
267 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
268}
269
270void
271sc_trace(sc_trace_file *, const unsigned long *,
272 const std::string &, int width)
273{
274 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
275}
276
277void
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
278sc_trace(sc_trace_file *, const char &, const std::string &, int width)
279{
280 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
281}
282
283void
284sc_trace(sc_trace_file *, const char *, const std::string &, int width)
285{

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

371
372void
373sc_trace(sc_trace_file *, const sc_signal_in_if<long> &,
374 const std::string &, int width)
375{
376 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
377}
378
379void
380sc_trace(sc_trace_file *, const unsigned int &,
381 const std::string &, const char **enum_literals)
382{
383 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
384}
385
325} // namespace sc_core
386} // namespace sc_core