3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-14 04:41:48 +00:00
This commit is contained in:
Emil J 2026-02-13 21:09:33 +02:00 committed by GitHub
commit 7d65ac53e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -629,6 +629,7 @@ void parse_blif(RTLIL::Design *design, std::istream &f, IdString dff_name, bool
goto try_next_value;
}
}
log_assert(i < lutptr->size());
lutptr->set(i, !strcmp(output, "0") ? RTLIL::State::S0 : RTLIL::State::S1);
try_next_value:;
}