mirror of https://github.com/YosysHQ/yosys.git
opt_lut: simplify type conversion. NFC.
This commit is contained in:
parent
1bb728e24f
commit
88217d0157
|
@ -58,7 +58,7 @@ struct OptLutWorker
|
|||
}
|
||||
}
|
||||
|
||||
return lut_table.extract(lut_index).as_int();
|
||||
return lut_table.extract(lut_index).as_bool();
|
||||
}
|
||||
|
||||
void show_stats_by_arity()
|
||||
|
|
Loading…
Reference in New Issue