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:
parent
0c6ffc4c65
commit
7f6c83a853
6 changed files with 50 additions and 70 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue