mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Internals: Remove some unused arguments. No functional change intended.
This commit is contained in:
+1
-1
@@ -311,7 +311,7 @@ private:
|
||||
// We're just using32 bit arithmetic, because there's no
|
||||
// way the input table can be 2^32 bytes!
|
||||
UASSERT_OBJ(shift <= 32, nodep, "shift overflow");
|
||||
UINFO(8," Input "<<invscp->name()<<" = "<<*(simvis.fetchNumber(invscp))<<endl);
|
||||
UINFO(8," Input "<<invscp->name()<<" = "<<cnst.name()<<endl);
|
||||
}
|
||||
|
||||
// Simulate
|
||||
|
||||
Reference in New Issue
Block a user