Skip to content
Snippets Groups Projects
Commit 473f1ad9 authored by Pieter Van Trappen's avatar Pieter Van Trappen Committed by Tristan Gingold
Browse files

fasec_ref_design tcl - add constraints file

parent a8b58a65
Branches
No related merge requests found
......@@ -111,6 +111,10 @@ set ip_cores_dir "../../../board/fasec/"
set_property "ip_repo_paths" "[file normalize "$ip_cores_dir"]" [current_project]
update_ip_catalog -rebuild
# Add constraints
add_files -fileset constrs_1 -norecurse "[file normalize ../fasec_ref_design.xdc]"
set_property used_in_synthesis false [get_files "*fasec_ref_design.xdc"]
##################################################################
# DESIGN PROCs
##################################################################
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment