Skip to content

Commit

Permalink
Fix crash during system composition for all pcie platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthjohannes committed Apr 23, 2021
1 parent 3bec59b commit 50ed109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolflow/vivado/platform/pcie/pcie_base.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ proc create_subsystem_memory {} {

set constraints_fn "[get_property DIRECTORY [current_project]]/mig_reset_calib.xdc"
set constraints_file [open $constraints_fn w+]
puts $constraints_file "set_false_path -through [get_pins -filter {name=~*resetn*} -of_objects [get_cells system_i/memory/design_clk_wiz]]"
puts $constraints_file {set_false_path -through [get_pins -filter {name=~*resetn*} -of_objects [get_cells system_i/memory/design_clk_wiz]]}
close $constraints_file
read_xdc $constraints_fn
set_property PROCESSING_ORDER LATE [get_files $constraints_fn]
Expand Down

0 comments on commit 50ed109

Please sign in to comment.