From 331ecdc2e760963415bd75cac552a60d3bb56857 Mon Sep 17 00:00:00 2001 From: John Coiner Date: Mon, 27 Nov 2017 19:23:55 -0500 Subject: [PATCH] Commentary Signed-off-by: Wilson Snyder --- src/V3LifePost.cpp | 2 +- test_regress/t/t_math_synmul.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/V3LifePost.cpp b/src/V3LifePost.cpp index 816a90489..868afe48b 100644 --- a/src/V3LifePost.cpp +++ b/src/V3LifePost.cpp @@ -93,7 +93,7 @@ public: }; //###################################################################### -// LifePostlicate delay elimination +// LifePost delay elimination class LifePostDlyVisitor : public LifePostBaseVisitor { private: diff --git a/test_regress/t/t_math_synmul.v b/test_regress/t/t_math_synmul.v index ae69e8558..fac57036d 100644 --- a/test_regress/t/t_math_synmul.v +++ b/test_regress/t/t_math_synmul.v @@ -77,7 +77,7 @@ module t (/*AUTOARG*/ end else begin if (product_d4[63:0] !== muled_d4) begin - $write("[%0t] BAD product, got=%x exp=%x\n",$time, product_d4[63:0], muled_d4); + $write("[%0t] BAD product, got=%x exp=%x at cyc 0x%x\n",$time, product_d4[63:0], muled_d4, cyc); $stop; end if (cyc==99) begin