mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Speed up Verilator itself by prefetching pointer-chase
This commit is contained in:
+1
-1
@@ -421,7 +421,7 @@ void GateVisitor::optimizeSignals(bool allowMultiIn) {
|
||||
if (!vvertexp->isTop() // Ok if top inputs are driverless
|
||||
&& !vvertexp->varScp()->varp()->initp()
|
||||
&& !vvertexp->varScp()->varp()->isSigPublic()) {
|
||||
UINFO(1, "No drivers "<<vvertexp->varScp()<<endl);
|
||||
UINFO(4, "No drivers "<<vvertexp->varScp()<<endl);
|
||||
if (0) {
|
||||
// If we warned here after constant propagation, what the user considered
|
||||
// reasonable logic may have disappeared. Issuing a warning would
|
||||
|
||||
Reference in New Issue
Block a user