Skip to content
Snippets Groups Projects
Commit a5adc81c authored by James Talbert's avatar James Talbert
Browse files

Update creating-maintaining-new-project.md

parent e8b38f1e
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,6 @@ set file "constrs/Zybo-Z7-Master.xdc" ...@@ -39,8 +39,6 @@ set file "constrs/Zybo-Z7-Master.xdc"
set file_obj [get_files -of_objects [get_filesets constrs_1] [list "*$file"]] set file_obj [get_files -of_objects [get_filesets constrs_1] [list "*$file"]]
set_property -name "file_type" -value "XDC" -objects $file_obj set_property -name "file_type" -value "XDC" -objects $file_obj
# Set 'constrs_1' fileset properties
set obj [get_filesets constrs_1]
```` ````
with with
```` ````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment