Commentary

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
John Coiner 2017-11-27 19:23:55 -05:00 committed by Wilson Snyder
parent 339a7640a8
commit 331ecdc2e7
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ public:
};
//######################################################################
// LifePostlicate delay elimination
// LifePost delay elimination
class LifePostDlyVisitor : public LifePostBaseVisitor {
private:

View File

@ -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