Searched hist:13241 (Results 1 - 1 of 1) sorted by relevance
/gem5/src/systemc/ext/utils/ | ||
H A D | sc_trace_file.hh | 13241:9130cd8fe01d Wed Sep 19 19:18:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Fix the default width values for the various sc_trace-s. These were all set to 8 * sizeof(char) instead of using the size of the actual data type being traced. Also add a very simple implementation to the generic sc_signal_in_if<T> sc_trace which just delegates to the sc_trace of the underlying type T. Change-Id: I129df46ef9d49705dc3dac76e30c0a3652c981eb Reviewed-on: https://gem5-review.googlesource.com/c/12818 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
Completed in 5 milliseconds