mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-01 20:01:21 +00:00
Fix spacing
This commit is contained in:
parent
fc5fda595d
commit
aece97024d
2 changed files with 2 additions and 2 deletions
|
@ -576,7 +576,7 @@ struct XAigerWriter
|
|||
|
||||
RTLIL::Module *holes_module = nullptr;
|
||||
holes_module = module->design->addModule("\\__holes__");
|
||||
|
||||
|
||||
for (auto cell : box_list) {
|
||||
int box_inputs = 0, box_outputs = 0;
|
||||
int box_id = module->design->module(cell->type)->attributes.at("\\abc_box_id").as_int();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue