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
labs:sp20_structural_verilog [2020/05/04 12:25]
nelson [Exercise #3: SystemVerilog Simulation]
labs:sp20_structural_verilog [2020/05/07 11:55] (current)
nelson
Line 85: Line 85:
  
 ==== Exercise #3: SystemVerilog Simulation ==== ==== Exercise #3: SystemVerilog Simulation ====
 +
 +**If you are using Option #2: before beginning this step, you need to do the following just once to set up the tools:**
 +  - Open a terminal in your Linux VM
 +  - Type the following at a command prompt: ​ sudo apt install gcc
 +  - It will ask for your password
 +  - It will install the needed C compiler for the simulator to work
 +
 +**If you are running Option #1 or Option #3 you should not have to do the above step.**
  
 Simulating your design is //the most important phase of digital logic design//. You will do extensive simulations of all your digital circuits and it is very important that you learn how to use the logic simulation tools. ​ Simulating your design is //the most important phase of digital logic design//. You will do extensive simulations of all your digital circuits and it is very important that you learn how to use the logic simulation tools. ​
Line 118: Line 126:
  
 Go read through the "​Taming Vivado"​ information right now. Go read through the "​Taming Vivado"​ information right now.
 +
 +<color red>
 +What are the steps, in order, to fix a "​simulator-is-wedged"​ problem?
 +</​color>​
  
 <color red> <color red>