3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-17 13:00:29 +00:00

Just don't sort

This commit is contained in:
Emil J. Tywoniak 2025-09-18 20:56:25 +02:00
parent 9570b39519
commit 8371adf6b5
9 changed files with 2 additions and 10 deletions

View file

@ -121,7 +121,6 @@ struct JnyWriter
{
log_assert(design != nullptr);
design->sort();
f << "{\n";
f << " \"$schema\": \"https://raw.githubusercontent.com/YosysHQ/yosys/main/misc/jny.schema.json\",\n";