3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

More xsthammer improvements (using xst 14.5 now)

This commit is contained in:
Clifford Wolf 2013-06-13 17:23:51 +02:00
parent 0c6ffc4c65
commit 7f6c83a853
6 changed files with 50 additions and 70 deletions

View file

@ -216,7 +216,7 @@ struct SatHelper
int import_cell_counter = 0;
for (auto &c : module->cells)
if (design->selected(module, c.second) && ct.cell_known(c.second->type)) {
if (design->selected(module, c.second)) {
// log("Import cell: %s\n", RTLIL::id2cstr(c.first));
if (satgen.importCell(c.second, timestep)) {
for (auto &p : c.second->connections)