From 334e0e1ca69f42ed49f0557ec63e07d66cb5d350 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 9 Mar 2014 21:22:01 -0400 Subject: [PATCH] Internals: Debug message. --- src/V3Width.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 7d6a801ba..18e84260f 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -106,7 +106,7 @@ public: char stageAscii() const { return "-PFB"[m_stage]; } }; ostream& operator<<(ostream& str, const WidthVP* vup) { - str<<" VUP(w="<width()<<",wm="<widthMin()<<",s="<stageAscii()<<")"; + str<<" VUP(s="<stageAscii()<<",w="<width()<<",wm="<widthMin()<<",dt="<<(void*)vup->dtypep()<<")"; return str; }