12-05-2018 02:18 PM
12-05-2018 07:02 PM
SDAccel doesn't allow bitstream if timing fails in non-scalable region.
There's no option to release timing for non-kernel logic. But if you use --kernel_frequency to lower the timing of your kernel, it's still helpful for timing in non-kernel logic.
12-06-2018 06:20 PM
Hi,@brucey ,
In one of my design , at beginning i set --kernel_frequency to 250 and 200 ,both cannot generate bitstream because of timing.
However, when I set to 230MHz, the sdaccel auto changed the frequency to 206MHz and successfully generated bitstream.
My question is , why the implementation succeed at 230MHz rathan than 200MHz ?
12-18-2018 09:48 AM
Hi, @yanhan ,
Could you try to run the design again in SDx 2018.3?
12-19-2018 03:28 AM - edited 12-19-2018 06:46 AM
Hi, @hongh ,
Several problems occured after I installed the SDx 2018.3
1. In vivado_hls , if I click 'stop C synthesis' , the network would be disconnected and all programs, even including all the tmux sessions, would get abnormal shutdown.
The computer status was just like rebooted before and nothing ran except the OS.
2. I cannot assign slr for my kernels cause the '--slr ' link option is not supported kcu1500 board.
Do you know how to solved them ? My OS is Ubuntu 16.04.5 LTS.
Thanks.
12-19-2018 08:20 PM
Hi, @yanhan ,
1. For the hls issue, please post in HLS board.
2. Refer to UG1238, the supported operating system is:
Linux, 64-bit:
• Ubuntu 16.04.4, 18.04
• CentOS 7.4, 7.5
• RHEL 7.4, 7.5
For "--slr option failing to work in KCU1500" issue, please create a new thread.
12-19-2018 11:02 PM
Hi @lannylian
Please refer below link,
https://www.xilinx.com/html_docs/xilinx2018_2/sdaccel_doc/system-options-gbs1504034400961.html
You can use below linker option
param:compiler.skipTimingCheckAndFrequencyScaling=1
Please add xp parameter in GUI as mentioned below.
sds++ -xp param:compiler.skipTimingCheckAndFrequencyScaling=1 -xp "vivado_prop:run.impl_1.{STEPS.PHYS_OPT_DESIGN.ARGS.MORE OPTIONS}={-directive Explore}" -xp "vivado_prop:run.impl_1.{STEPS.ROUTE_DESIGN.ARGS.MORE OPTIONS}={-directive Explore}"