mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
Fix spacing
This commit is contained in:
parent
fc5fda595d
commit
aece97024d
|
@ -576,7 +576,7 @@ struct XAigerWriter
|
||||||
|
|
||||||
RTLIL::Module *holes_module = nullptr;
|
RTLIL::Module *holes_module = nullptr;
|
||||||
holes_module = module->design->addModule("\\__holes__");
|
holes_module = module->design->addModule("\\__holes__");
|
||||||
|
|
||||||
for (auto cell : box_list) {
|
for (auto cell : box_list) {
|
||||||
int box_inputs = 0, box_outputs = 0;
|
int box_inputs = 0, box_outputs = 0;
|
||||||
int box_id = module->design->module(cell->type)->attributes.at("\\abc_box_id").as_int();
|
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
|
# from https://github.com/SymbiFlow/prjxray/pull/706#issuecomment-479380321
|
||||||
|
|
||||||
# K area delay
|
# K area delay
|
||||||
|
|
Loading…
Reference in a new issue