mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-11 16:42:05 +00:00
Just don't sort
This commit is contained in:
parent
9570b39519
commit
8371adf6b5
9 changed files with 2 additions and 10 deletions
|
|
@ -288,7 +288,6 @@ struct JsonWriter
|
|||
void write_design(Design *design_)
|
||||
{
|
||||
design = design_;
|
||||
design->sort();
|
||||
|
||||
f << stringf("{\n");
|
||||
f << stringf(" \"creator\": %s,\n", get_string(yosys_maybe_version()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue