aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-26 01:35:28 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-26 01:35:28 +0200
commit49c7fc8a1c06912caa89664af85801032a7bb7f8 (patch)
tree8775163b41bdfb964f7535b1f860f9feb1272d3e /src/utils.h
parent486d6fdd590270c925b4306096ba8bf6d69125ef (diff)
downloadsysc-playground-49c7fc8a1c06912caa89664af85801032a7bb7f8.tar.gz
sysc-playground-49c7fc8a1c06912caa89664af85801032a7bb7f8.zip
initially add simple lt_bus
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 5584027..1373b90 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -5,7 +5,7 @@
#define LOG(FMT, ...) \
do { \
- std::fprintf(stderr, "%10s | %4lld:%2lld | %10s | " FMT "\n", \
+ std::fprintf(stderr, "%10s | %4lld:%2lld | %12s | " FMT "\n", \
sc_core::sc_time_stamp().to_string().c_str(), \
sc_core::sc_delta_count(), \
sc_core::sc_delta_count_at_current_time(), __FUNCTION__, \