Skip to content

Commit

Permalink
target/xilinx: Disable retiming
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Mar 5, 2024
1 parent 95c6916 commit 5835bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/xilinx/scripts/impl_sys.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ update_compile_order -fileset sources_1
# Set synthesis properties
set_property XPM_LIBRARIES XPM_MEMORY [current_project]
set_property strategy Flow_PerfOptimized_high [get_runs synth_1]
set_property STEPS.SYNTH_DESIGN.ARGS.RETIMING true [get_runs synth_1]
# TODO: this makes Vivado run out of resources on VCU128... Can we do this locally?
#set_property STEPS.SYNTH_DESIGN.ARGS.RETIMING true [get_runs synth_1]

# Elaborate and open design to explore all clocks
synth_design -rtl -name rtl_1
Expand Down

0 comments on commit 5835bbf

Please sign in to comment.