mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-15 12:00:28 +00:00
Just don't sort
This commit is contained in:
parent
ffe87fbb34
commit
09c8530ceb
10 changed files with 1129 additions and 1138 deletions
|
@ -121,7 +121,7 @@ struct JnyWriter
|
|||
{
|
||||
log_assert(design != nullptr);
|
||||
|
||||
design->sort();
|
||||
// design->sort();
|
||||
|
||||
f << "{\n";
|
||||
f << " \"$schema\": \"https://raw.githubusercontent.com/YosysHQ/yosys/main/misc/jny.schema.json\",\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue