3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-09 08:50:18 +00:00

Fix merge.

This commit is contained in:
nella 2026-07-08 11:54:55 +02:00
parent f5809a7c2c
commit fe1ce9e5c1

View file

@ -122,7 +122,7 @@ struct SynthPass : public ScriptPass {
log("\n");
}
string top_module, json_file, fsm_opts, memory_opts, carry_mode, cells_map, arith_map, clkbuf_map, multiplier_map;
string top_module, json_file, fsm_opts, memory_opts, carry_mode, cells_map, arith_map, clkbuf_map, multiplier_map, latches;
std::vector<string> extra_plib, extra_map, extra_mlibmap;
std::vector<std::pair<string, string>> extra_ffs;
@ -141,7 +141,6 @@ struct SynthPass : public ScriptPass {
carry_mode = "none";
flatten = true;
json_file = "";
blif_file = "";
latches = "error";
}