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