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

Update creating-new-project.md

parent 6d0a4a7b
No related branches found
No related tags found
No related merge requests found
......@@ -10,15 +10,16 @@ I feel that there should be a way around this, but I haven't found it yet.
- You need to change the project to auto-generate a new wrapper when re-created.
This is done by removeing the follwoing lines from the .tcl file
# Import local files from the original project
set files [list \
[file normalize "${origin_dir}/PWM_Recorder_Tests/PWM_Recorder_Tests.srcs/sources_1/bd/design_1/hdl/design_1_wrapper.vhd" ]\
]
set imported_files [import_files -fileset sources_1 $files]
# Set 'sources_1' fileset file properties for remote files
# None
# Set 'sources_1' fileset file properties for local files
set file "hdl/design_1_wrapper.vhd"
set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
......
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