File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ makestuff
11
11
migen
12
12
misoc
13
13
* .pyc
14
-
14
+ * .pnm
Original file line number Diff line number Diff line change 17
17
help :
18
18
@echo " Targets avaliable:"
19
19
@echo " make gateware"
20
- @echo " make load_gateware "
21
- @echo " make load_firmware (OR) make load_firmware_alt "
20
+ @echo " make load-gateware "
21
+ @echo " make load-lm32-firmware "
22
22
@echo " make clean"
23
23
@echo " "
24
24
@echo " Environment:"
Original file line number Diff line number Diff line change 1
1
# XXX remove this
2
- MSCDIR =../../misoc
2
+ MSCDIR =../../build/ misoc
3
3
include $(MSCDIR ) /software/common.mak
4
4
5
5
OBJECTS =isr.o processor.o dvisampler.o edid.o pll.o ci.o config.o encoder.o main.o
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:/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/:$PATH
26
26
27
27
alias python=python3
You can’t perform that action at this time.
0 commit comments