Closed vijayank88 closed 1 year ago
I am facing the same issue.
@msaligane Are there any plans to continue maintaining the ECO flow?
Unfortunately, we don't have the bandwidth these days to do that. We are working on a new update to the ECO flow in a finFET node. We may send a PR to openlane again if we see value in this.
Do you guys know what the issue is? it is probably a directory change for the output def files.
set files [glob -directory $::env(signoff_logs) rcx_mcsta log] set lines [split [cat "$::env(routing_tmpfiles)/eco_fix.tcl"] "\n"] set ::env(ECO_FIX_FILE) $::env(routing_tmpfiles)/eco_fix.tcl
changing eco.tcl file lines[ 59,81 and 98] solves the issue. But eco_fix.tcl doesnt include any violations even if you have them so eco flow still does not work.
Description
As I'm facing hold violation with one of MPW designs, trying to use
ECO_ENABLE
to fix it. But flow failed to find ecoparasitics_multi_corner_sta
logs.Expected behavior
ECO_ENABLE
should complete the flow.Environment
Reproduction Material
Update
designs/spm/config.json
withECO_ENABLE
true.Logs