File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,12 @@ sudo apt-get install -y build-essential
74
74
)
75
75
76
76
# Get misoc
77
- git clone https://github.com/m-labs/misoc.git
77
+ (
78
+ git clone https://github.com/m-labs/misoc.git
79
+ cd misoc
80
+ git submodule init
81
+ git submodule update
82
+ )
78
83
79
84
# Get libfpgalink
80
85
(
@@ -89,5 +94,6 @@ git clone https://github.com/m-labs/misoc.git
89
94
90
95
sudo apt-get install -y gtkwave
91
96
92
- echo " Completed. Run scripts/setup-env.sh to load environment"
97
+ echo " Completed. To load environment:"
98
+ echo " source HDMI2USB-misoc-firmware/scripts/setup-env.sh"
93
99
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ if [ ! -z $MISOC_ENV ]; then
20
20
exit 1
21
21
fi
22
22
23
- export LD_LIBRARY_PATH=$TOP_DIR /makestuff/libs/libfpgalink/lin.x64/rel:$LD_LIBRARY_PATH
24
- export PYTHONPATH=$TOP_DIR /migen:$TOP_DIR /misoc:$TOP_DIR /makestuff/libs/libfpgalink/examples/python/:$PYTHONPATH
23
+ export LD_LIBRARY_PATH=$TOP_DIR /../ makestuff/libs/libfpgalink/lin.x64/rel:$LD_LIBRARY_PATH
24
+ export PYTHONPATH=$TOP_DIR /migen:$TOP_DIR /misoc:$TOP_DIR /../ makestuff/libs/libfpgalink/examples/python/:$PYTHONPATH
25
25
export PATH=$TOP_DIR /gnu/output/bin:$PATH
26
26
27
27
alias python=python3
You can’t perform that action at this time.
0 commit comments