fixed problems in Vivado 2020 of reset input from button

This commit is contained in:
PurplePower
2024-11-18 17:02:42 +08:00
parent 3e3c8ba6c0
commit ad0aaa823f
3 changed files with 32 additions and 31 deletions

View File

@@ -19,6 +19,8 @@ set project_name "rv-z710v1.3-20"
open_project $project_dir/$project_name.xpr
update_module_reference design_1_Top_0_0
while 1 {
if { [catch {launch_runs synth_1 -jobs 4 } ] } {
regexp {ERROR: \[Common (\d+-\d+)]} $errorInfo -> code
@@ -59,8 +61,3 @@ while 1 {
wait_on_run impl_1
# export hardware platform to Vitis
set_property pfm_name {} [get_files -all $project_dir/$project_name.srcs/sources_1/bd/design_1/design_1.bd]
write_hw_platform -fixed -include_bit -force -file $project_dir/design_1_wrapper.xsa