mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
Generated Top.v can be burnt to Z7-10 board with these scripts with Vivado 2020.1, versions above should be OK. - vivado project now generates with just a single script - vitis project now runs with a single script
9 lines
139 B
Tcl
9 lines
139 B
Tcl
|
|
# setup variables
|
|
set project_dir "./riscv-z710-v2020"
|
|
set project_name "riscv-z710-v2020"
|
|
|
|
|
|
open_project $project_dir/$project_name.xpr
|
|
|