Deleted Added
sdiff udiff text old ( 12877:27fdc86138ef ) new ( 12905:eb877328516a )
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 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 ---