define vivado path in env file
This commit is contained in:
parent
a739b21b50
commit
2227c52371
2 changed files with 3 additions and 1 deletions
1
.env
Normal file
1
.env
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
VIVADO_SETTINGS=/opt/Xilinx/2025.1/Vivado/settings64.sh
|
||||||
3
Makefile
3
Makefile
|
|
@ -1,4 +1,5 @@
|
||||||
VIVADO_SETTINGS := C:/Xilinx/Vivado/2023.2/settings64.sh
|
include .env
|
||||||
|
export $(shell sed 's/=.*//' .env)
|
||||||
|
|
||||||
PROJ_NAME := example
|
PROJ_NAME := example
|
||||||
SIM_TOP := example_tb
|
SIM_TOP := example_tb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue