[Libre-soc-bugs] [Bug 620] post-layout simulation needed using cocotb
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Apr 12 11:30:42 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=620
--- Comment #18 from Staf Verhaegen <staf at fibraservi.eu> ---
I am currently using a script (ln_vst.sh) to link vst files:
#!/bin/sh
for f in *.vst; do
n1=`basename "$f" .vst`
n2=`awk -F " " -e '/entity/ {print $2}' "$f"`
if [ $n1 != $n2 ]; then
ln -s "$f" "$n2.vst"
fi
done
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list