mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-20 03:57:18 -04:00
Robustness improvement to nexys system gen script
Signed-off-by: Eric Matthews <ematthew@sfu.ca>
This commit is contained in:
parent
5876454ab7
commit
85d3f36194
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ set list_projs [get_projects -quiet]
|
|||
if { $list_projs eq "" } {
|
||||
create_project cva5-competition-baseline cva5-competition-baseline -part xc7a100tcsg324-1
|
||||
set_property BOARD_PART digilentinc.com:nexys-a7-100t:part0:1.2 [current_project]
|
||||
} else {
|
||||
common::send_gid_msg -ssname BD::TCL -id 2100 -severity "ERROR" "Open project must be closed before running."
|
||||
return -1
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue