User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:vivado_project_setup [2019/07/15 14:20]
jgoeders
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 27: Line 30:
 =====Project Configuration===== =====Project Configuration=====
  
-<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>​+<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.  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 37: Line 41:
 set_msg_config -new_severity "​ERROR"​ -id "Synth 8-6858"​ set_msg_config -new_severity "​ERROR"​ -id "Synth 8-6858"​
 set_msg_config -new_severity "​ERROR"​ -id "Synth 8-6859"​ set_msg_config -new_severity "​ERROR"​ -id "Synth 8-6859"​
-set_msg_config -new_severity "ERROR" -id "​Timing 38-313"​+set_msg_config -new_severity "WARNING" -id "​Timing 38-313"​
 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 -name {xsim.simulate.runtime} -value 100ns -objects [get_filesets sim_1]
 </​file>​ </​file>​