Skip to content

Commit

Permalink
enable fully-registered DSPs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Dec 18, 2023
1 parent e411048 commit 120fe03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project/settings_hls.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ switch -glob -- $exe {
config_schedule -relax_ii_for_timing=0 -verbose
}
}

#enable HLS to use fully registered DSPs
config_schedule -enable_dsp_full_reg
# Encourage HLS to make more effort to find best solution.
# (Worth trying, but increases CPU use, so not enabled by default)
#config_bind -effort high
#config_schedule -effort high -relax_ii_for_timing=0 -verbose
#config_bind -effort high -enable_dsp_full_reg
#config_schedule -effort high -relax_ii_for_timing=0 -enable_dsp_full_reg -verbose

0 comments on commit 120fe03

Please sign in to comment.