Commentary
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
339a7640a8
commit
331ecdc2e7
|
|
@ -93,7 +93,7 @@ public:
|
|||
};
|
||||
|
||||
//######################################################################
|
||||
// LifePostlicate delay elimination
|
||||
// LifePost delay elimination
|
||||
|
||||
class LifePostDlyVisitor : public LifePostBaseVisitor {
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue