mirror of
https://github.com/verilator/verilator.git
synced 2025-04-30 04:26:55 +00:00
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 {
|
class LifePostDlyVisitor : public LifePostBaseVisitor {
|
||||||
private:
|
private:
|
||||||
|
@ -77,7 +77,7 @@ module t (/*AUTOARG*/
|
|||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
if (product_d4[63:0] !== muled_d4) 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;
|
$stop;
|
||||||
end
|
end
|
||||||
if (cyc==99) begin
|
if (cyc==99) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user