Trivial optimizer cleanup.
This commit is contained in:
parent
e485ac9981
commit
498bfcd24b
|
|
@ -278,7 +278,7 @@ bool Nexus::assign_lval() const
|
||||||
if (net == 0)
|
if (net == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (net->peek_lref())
|
if (net->peek_lref() > 0)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ debug:elaborate
|
||||||
debug:elab_pexpr
|
debug:elab_pexpr
|
||||||
debug:scopes
|
debug:scopes
|
||||||
debug:synth2
|
debug:synth2
|
||||||
|
debug:optimizer
|
||||||
out:a.out
|
out:a.out
|
||||||
ivlpp:./ivlpp/ivlpp -D__ICARUS__ -L -Pfoo.pp
|
ivlpp:./ivlpp/ivlpp -D__ICARUS__ -L -Pfoo.pp
|
||||||
sys_func:scripts/devel-stub.sft
|
sys_func:scripts/devel-stub.sft
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue