3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Merge pull request #720 from whitequark/master

lut2mux: handle 1-bit INIT constant in $lut cells
This commit is contained in:
Clifford Wolf 2018-12-16 15:27:23 +01:00 committed by GitHub
commit 556341a77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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