3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

opt_lut: simplify type conversion. NFC.

This commit is contained in:
whitequark 2018-12-05 19:12:02 +00:00
parent 1bb728e24f
commit 88217d0157

View file

@ -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()