Song Luar

Results 37 comments of Song Luar

I believe this design needs to be converted using `bsg_sv2v`, which requires a Synopsys DC license. @vijayank88 any luck converting it so far? https://github.com/bespoke-silicon-group/bsg_sv2v Alternatively the MacroPlacement guys also presented...

@oharboe I see. Tentatively I have thought of creating a “supported Python versions” list where we will route dependency installation for corresponding Python versions, but an easy way out is...

@oharboe You mean something like this? ```bash #!/bin/bash venv_name="my_env" python3 -m venv "$venv_name" source "$venv_name/bin/activate" pip install -r requirements.txt deactivate ```

> @luarss Did you have a moment to take a look at this PR? @eszpotanski Yes, refactoring is a high priority item for AutoTuner as well. This is next after...

> @luarss CI is failing to find AT files: > > ``` > Install dependencies in Venv > + ./tools/AutoTuner/installer.sh > flow/test/test_helper.sh: line 85: ./tools/AutoTuner/installer.sh: No such file or directory...

@vvbandeira I see that `./tools/AutoTuner` files are not being copied into the docker image, see the latest run: https://jenkins.openroad.tools/job/OpenROAD-flow-scripts-Public/job/PR-2042-merge/74/pipeline-console/?selected-node=164 Any ideas?

Seems like the ./tools/AutoTuner files are still not copied? https://jenkins.openroad.tools/job/OpenROAD-flow-scripts-Public/job/PR-2042-head/15/pipeline-console/?selected-node=164

Pending fix: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/3025

@palaniappan-r no further comments from me, pending @maliberty and @vvbandeira review.

On second thought, I think we need to mark this as draft because the permalink is not available. I will discuss more with @dralabeing and @vvbandeira.