This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:vivado_project_setup [2020/02/27 09:45] nelson [Project Configuration] |
tutorials:vivado_project_setup [2020/05/07 12:51] (current) nelson [Project Configuration] |
||
---|---|---|---|
Line 7: | Line 7: | ||
{{youtube>K0FBXq8DaZo?rel=0&noborder&1080x700}} | {{youtube>K0FBXq8DaZo?rel=0&noborder&1080x700}} | ||
+ | |||
+ | ** Clarifications to video steps for online courses:** | ||
+ | * You do not use the J: drive unless you are doing Option #3. Rather, you put the project on your local computer's disk. | ||
Follow these steps to create a project: | Follow these steps to create a project: | ||
Line 28: | Line 31: | ||
<color #ed1c24>After you have created your project, you should copy and paste the following commands and run them in the Tcl Console. You don't have to run them one at a time; you can copy the full set of commands, paste them in the Tcl Console and press Enter to run all of them. | <color #ed1c24>After you have created your project, you should copy and paste the following commands and run them in the Tcl Console. You don't have to run them one at a time; you can copy the full set of commands, paste them in the Tcl Console and press Enter to run all of them. | ||
- | EACH TIME YOU CREATE A NEW PROJECT, YOU SHOULD PASTE AND RUN THESE COMMANDS.</color> | + | EACH TIME YOU CREATE A NEW PROJECT, YOU SHOULD PASTE AND RUN THESE COMMANDS. But, once you have done it for a new project, you don't have to ever do it again for that project. </color> |
<file tcl> | <file tcl> | ||
Line 41: | Line 44: | ||
set_msg_config -new_severity "ERROR" -id "Timing 38-282" | set_msg_config -new_severity "ERROR" -id "Timing 38-282" | ||
set_property INCREMENTAL false [get_filesets sim_1] | set_property INCREMENTAL false [get_filesets sim_1] | ||
+ | set_property -name {xsim.simulate.runtime} -value 100ns -objects [get_filesets sim_1] | ||
</file> | </file> | ||