UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
01-18-2019 01:47 AM
Hello everyone.
Can you explain how to add xdc file with constraints in my SDAccel project?
I can add it in Vivado Project when it open from SDAccel. But how to do it from SDAccel without open Vivado?
Best regards.
01-19-2019 08:21 AM
Hi, @givinariys ,
You can add the hooked tcl sciprt to read XDC in Vivado project with Sdx option:
Ex:
--xp "vivado_prop:run.impl_1.STEPS.OPT_DESIGN.TCL.POST=/path/to/postopt.tcl"
read_xdc /path/user.xdc
01-19-2019 08:21 AM
Hi, @givinariys ,
You can add the hooked tcl sciprt to read XDC in Vivado project with Sdx option:
Ex:
--xp "vivado_prop:run.impl_1.STEPS.OPT_DESIGN.TCL.POST=/path/to/postopt.tcl"
read_xdc /path/user.xdc
01-21-2019 07:19 AM
Thank you. That helped!