summaryrefslogtreecommitdiff
path: root/src/intersim2/routers/iq_router.cpp
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2019-08-23 15:33:38 -0400
committerGitHub <[email protected]>2019-08-23 15:33:38 -0400
commit0df569774615120c76fb5f139f8698175a722293 (patch)
treeb8a1ca8e57bffc08db5ed2378990ec53353af11e /src/intersim2/routers/iq_router.cpp
parent2f5b3332c9b9b3fa9fea43d61276bddb24aa7df2 (diff)
parent963947b33c99143afbb477a6d897245e56695b0b (diff)
Merge pull request #26 from mkhairy/dev
Merging Mahmoud's CUTLASS support and correlation fixes
Diffstat (limited to 'src/intersim2/routers/iq_router.cpp')
-rw-r--r--src/intersim2/routers/iq_router.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intersim2/routers/iq_router.cpp b/src/intersim2/routers/iq_router.cpp
index d97f485..7dffb3a 100644
--- a/src/intersim2/routers/iq_router.cpp
+++ b/src/intersim2/routers/iq_router.cpp
@@ -306,7 +306,7 @@ bool IQRouter::_ReceiveFlits( )
if(f->watch) {
*gWatchOut << GetSimTime() << " | " << FullName() << " | "
- << "Received flit " << f->id
+ << "Received flit " << (unsigned) f->id
<< " from channel at input " << input
<< "." << endl;
}