Merge pull request #102 from emilio93/patch-2

Update vivado scripts
This commit is contained in:
Clifford Wolf 2018-11-09 13:03:48 +01:00 committed by GitHub
commit 9b70921103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
VIVADO_BASE = /opt/Xilinx/Vivado/2017.3
VIVADO_BASE = /opt/Xilinx/Vivado/2018.2
VIVADO = $(VIVADO_BASE)/bin/vivado
XVLOG = $(VIVADO_BASE)/bin/xvlog
XELAB = $(VIVADO_BASE)/bin/xelab
GLBL = $(VIVADO_BASE)/data/verilog/src/glbl.v
TOOLCHAIN_PREFIX = riscv64-unknown-elf-
TOOLCHAIN_PREFIX = riscv32-unknown-elf-
export VIVADO