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

Merge branch '41-Transition-current-hardware-platform-to-Vivado' of...

Merge branch '41-Transition-current-hardware-platform-to-Vivado' of https://git.ece.iastate.edu/danc/MicroCART into 41-Transition-current-hardware-platform-to-Vivado
parents 3417ca0d 3bb2227c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ This is done by removeing the follwoing lines from the .tcl file ...@@ -13,7 +13,7 @@ This is done by removeing the follwoing lines from the .tcl file
``` ```
# Import local files from the original project # Import local files from the original project
set files [list \ set files [list \
[file normalize "${origin_dir}/PWM_Recorder_Tests/PWM_Recorder_Tests.srcs/sources_1/bd/design_1/hdl/design_1_wrapper.vhd" ]\ [file normalize "${origin_dir}/<project_name>/<project_name>.srcs/sources_1/bd/design_1/hdl/design_1_wrapper.vhd" ]\
] ]
set imported_files [import_files -fileset sources_1 $files] set imported_files [import_files -fileset sources_1 $files]
...@@ -33,7 +33,7 @@ and adding the following at the end of the file: ...@@ -33,7 +33,7 @@ and adding the following at the end of the file:
Additionally, you need to make the constraints file a remote source, not a local one. Additionally, you need to make the constraints file a remote source, not a local one.
Replace Replace
```` ````
set file "[file normalize "$origin_dir/PWM_Recorder_Tests/src/constrs/Zybo-Z7-Master.xdc"]" set file "[file normalize "$origin_dir/<project_name>/src/constrs/Zybo-Z7-Master.xdc"]"
set file_imported [import_files -fileset constrs_1 [list $file]] set file_imported [import_files -fileset constrs_1 [list $file]]
set file "constrs/Zybo-Z7-Master.xdc" 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"]]
......
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