[Libre-soc-bugs] [Bug 890] Static Timing Analysis of eth_mac

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Jul 22 02:52:12 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=890

--- Comment #23 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Andrey Miroshnikov from comment #22)
> Had to change the AVERTEC_TOP variable back to what it was (all the doc
> scripts expect it to be in the tas-yagle repo dir), and added distrib/bin to
> PATH (some doc makefiles use binaries from there).
> 
> https://git.libre-soc.org/?p=tas-yagle.git;a=commitdiff;
> h=11fa2abc9618fd78f8d5ceabe670ef4a5713d1e8

echo "PATH=`pwd`/distrib/bin:${AVERTEC_TOP}/tcl:${PATH}" >>
"${installDir}/avt_env.sh"

to avoid substituting AVERTEC_TOP and PATH too early, that should probably be:

echo "PATH=`pwd`/distrib/bin"':${AVERTEC_TOP}/tcl:${PATH}' >>
"${installDir}/avt_env.sh"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list