mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-11 02:08:08 +00:00
Just don't sort
This commit is contained in:
parent
ffe87fbb34
commit
09c8530ceb
10 changed files with 1129 additions and 1138 deletions
|
@ -288,7 +288,7 @@ struct JsonWriter
|
|||
void write_design(Design *design_)
|
||||
{
|
||||
design = design_;
|
||||
design->sort();
|
||||
// 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