mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Use newly-renamed -push-copy
option.
This commit is contained in:
parent
0ca3a8e94f
commit
5fedd0931c
|
@ -483,7 +483,7 @@ struct QbfSatPass : public Pass {
|
||||||
if (!opt.specialize_from_file) {
|
if (!opt.specialize_from_file) {
|
||||||
//Save the design to restore after modiyfing the current module.
|
//Save the design to restore after modiyfing the current module.
|
||||||
std::string module_name = module->name.str();
|
std::string module_name = module->name.str();
|
||||||
Pass::call(design, "design -duplicate");
|
Pass::call(design, "design -push-copy");
|
||||||
|
|
||||||
//Replace input wires with wires assigned $allconst cells.
|
//Replace input wires with wires assigned $allconst cells.
|
||||||
std::set<std::string> input_wires = validate_design_and_get_inputs(module, opt);
|
std::set<std::string> input_wires = validate_design_and_get_inputs(module, opt);
|
||||||
|
|
Loading…
Reference in a new issue