This website requires JavaScript.
Explore
Help
Sign In
zcy
/
pluto_hdl_adi
Watch
1
Star
0
Fork
You've already forked pluto_hdl_adi
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
543bfe9d44
pluto_hdl_adi
/
library
/
axi_dmac
/
axi_dmac_constr.xdc
4 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
axi_dmac: Fixed constraints for axi_dmac core
2014-10-22 10:07:55 +00:00
axi_dmac: Fix constraint related issue Tcl command "if" is not supported by Vivado XDC, therefore the tool throw some critical warnings, and does not apply the constraints, which can cause timing violations at case of some carriers. The following solution is much more compact and is supported by the XDC, and more importantly prevents unwanted critical errors and timing violations.
2015-01-23 16:44:17 +00:00
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports -regexp .*clk$]]
axi_dmac: Fixed constraints for axi_dmac core
2014-10-22 10:07:55 +00:00