mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-22 17:43:44 +00:00
Updated script to source Vivado
This commit is contained in:
parent
3e6256963d
commit
d473653d3e
@ -1,5 +1,13 @@
|
||||
git clone https://github.com/EEVengers/thunderscope_litex.git
|
||||
cd thunderscope_litex
|
||||
|
||||
#https://adaptivesupport.amd.com/s/article/76585?language=en_US
|
||||
sudo apt install libtinfo-dev
|
||||
sudo ln -s /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libtinfo.so.5
|
||||
|
||||
source ~/Xilinx/Vivado/2024.1/settings64.sh
|
||||
export LITEX_ENV_VIVADO=~/Xilinx/Vivado/2024.1
|
||||
|
||||
if [ "$1" == "a50t" ]; then
|
||||
./thunderscope.py --variant=a50t --build --load
|
||||
elif [ "$1" == "a100t" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user