mirror of https://github.com/YosysHQ/yosys.git
Fix spacing
This commit is contained in:
parent
fc5fda595d
commit
aece97024d
|
@ -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();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Max delays from https://pastebin.com/v2hrcksd
|
||||
# Max delays from https://pastebin.com/v2hrcksd
|
||||
# from https://github.com/SymbiFlow/prjxray/pull/706#issuecomment-479380321
|
||||
|
||||
# K area delay
|
||||
|
|
Loading…
Reference in New Issue