mirror of https://github.com/YosysHQ/abc.git
Bug fix (just in the code; it does not affect the execution)
This commit is contained in:
parent
d1f78b36cb
commit
baf4ddb16a
|
|
@ -610,7 +610,7 @@ private:
|
|||
: cost <= 32 ? 4
|
||||
: 5;
|
||||
|
||||
if ( ss_vars_needed + free_set_size < 6 )
|
||||
if ( ss_vars_needed + free_set_size < ps.lut_size )
|
||||
{
|
||||
/* look for a shared variable */
|
||||
best_multiplicity = cost;
|
||||
|
|
|
|||
Loading…
Reference in New Issue