Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flow/util/generate-vars: Fix absolute paths conversion
Fixes the conversion of absolute paths for the .sh file. Applies to cases when the environment variable has the absolute path but it does not start at the very beginning of the env var value. Example: * before the fix: export SYNTH_ARGS="-flatten -extra-map /home/tester/OpenROAD-flow-scripts/flow/designs/src/lcu/lcu_kogge_stone.v" * after the fix: export SYNTH_ARGS="-flatten -extra-map ${FLOW_HOME}/designs/src/lcu/lcu_kogge_stone.v" Signed-off-by: Pawel Czarnecki <[email protected]>
- Loading branch information