define vivado path in env file
This commit is contained in:
parent
a739b21b50
commit
2227c52371
2 changed files with 3 additions and 1 deletions
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
|
||||
SIM_TOP := example_tb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue