mirror of https://github.com/YosysHQ/yosys.git
Fix double-call of log_pop() in synth_greenpak4
This commit is contained in:
parent
f3a25d9d34
commit
2a311c2c38
|
@ -204,8 +204,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
|
|||
if (!json_file.empty() || help_mode)
|
||||
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
|
||||
}
|
||||
|
||||
log_pop();
|
||||
}
|
||||
} SynthGreenPAK4Pass;
|
||||
|
||||
|
|
Loading…
Reference in New Issue