The-OpenROAD-Project / OpenLane

OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen and custom methodology scripts for design exploration and optimization.
https://openlane.readthedocs.io/
Apache License 2.0
1.31k stars 368 forks source link

Getting -from and -to are no longer supported #2081

Open ShankarSNP opened 9 months ago

ShankarSNP commented 9 months ago

Description

I am trying out the Tutorial "Designing a chip with an OpenRAM (sky130)" when I run the command "./flow.tcl -design ./designs/ci/test_sram_macro -tag synthesis_only -to synthesis -overwrite" I am getting the error "-from and -to are no longer supported"

Expected Behavior

When the command executed it should run upto Synth

Environment report

OpenLane Container (66e938b):/openlane$ ./flow.tcl -design ./designs/ci/test_sram_macro -tag synthesis_only -to synthesis -overwrite
OpenLane 66e938bcb87d7f5b9a0487c018e6a0083b289d5d
All rights reserved. (c) 2020-2022 Efabless Corporation and contributors.
Available under the Apache License, version 2.0. See the LICENSE file for more details.

[ERROR]: -from and -to are no longer supported.

Reproduction material

OpenLane Container (66e938b):/openlane$ ./flow.tcl -design ./designs/ci/test_sram_macro -tag synthesis_only -to synthesis -overwrite OpenLane 66e938bcb87d7f5b9a0487c018e6a0083b289d5d All rights reserved. (c) 2020-2022 Efabless Corporation and contributors. Available under the Apache License, version 2.0. See the LICENSE file for more details.

[ERROR]: -from and -to are no longer supported.

Relevant log output

OpenLane Container (66e938b):/openlane$ ./flow.tcl -design ./designs/ci/test_sram_macro -tag synthesis_only -to synthesis -overwrite
OpenLane 66e938bcb87d7f5b9a0487c018e6a0083b289d5d
All rights reserved. (c) 2020-2022 Efabless Corporation and contributors.
Available under the Apache License, version 2.0. See the LICENSE file for more details.

[ERROR]: -from and -to are no longer supported.
ShankarSNP commented 8 months ago

@donn any update on the bug?

donn commented 8 months ago

You'll be the first to know.