mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fix double-call of log_pop() in synth_greenpak4
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user