3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 21:38:45 +00:00

PI before CI

This commit is contained in:
Eddie Hung 2019-04-12 10:36:05 -07:00
parent 8228b593ef
commit ca8ef92a82

View file

@ -295,12 +295,12 @@ struct XAigerWriter
aig_map[State::S0] = 0;
aig_map[State::S1] = 1;
for (auto bit : ci_bits) {
for (auto bit : input_bits) {
aig_m++, aig_i++;
aig_map[bit] = 2*aig_m;
}
for (auto bit : input_bits) {
for (auto bit : ci_bits) {
aig_m++, aig_i++;
aig_map[bit] = 2*aig_m;
}