mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-17 04:50:29 +00:00
Just don't sort
This commit is contained in:
parent
9570b39519
commit
8371adf6b5
9 changed files with 2 additions and 10 deletions
|
@ -2672,7 +2672,7 @@ struct VerilogBackend : public Backend {
|
|||
Pass::call(design, "clean_zerowidth");
|
||||
log_pop();
|
||||
|
||||
design->sort_modules();
|
||||
// design->sort_modules();
|
||||
|
||||
*f << stringf("/* Generated by %s */\n", yosys_maybe_version());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue