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:testbench_tutorial [2019/07/15 16:33]
jgoeders [Adding a Testbench and Simulating with a Testbench]
tutorials:testbench_tutorial [2019/07/16 09:09] (current)
jgoeders [Adding an Testbench file with a TCL command]
Line 1: Line 1:
 ====== Adding a Testbench and Simulating with a Testbench ====== ====== Adding a Testbench and Simulating with a Testbench ======
  
-{{youtube>​6jQm4zmJC7g?​rel=0&​noborder&​1080x700}}+{{youtube>​3D5-mUTG3Ho?​rel=0&​noborder&​1080x700}}
 /* /*
 <​html>​ <​html>​
Line 35: Line 35:
  
  
 +/*
 ===== Adding an Testbench file with a TCL command ===== ===== Adding an Testbench file with a TCL command =====
  
 You can add your testbench file to your project with the following TCL command: You can add your testbench file to your project with the following TCL command:
 +
  
 <​code>​ <​code>​
 add_files -fileset sim_1 -norecurse C:/​wirthlin/​ee220/​git/​labs/​SevenSegment/​testbench/​tb_SevenSegment.v add_files -fileset sim_1 -norecurse C:/​wirthlin/​ee220/​git/​labs/​SevenSegment/​testbench/​tb_SevenSegment.v
 </​code>​ </​code>​
 +*/
 ---- ----
  
 [[ta:​tutorials#​adding_testbenches|TA Feedback]] [[ta:​tutorials#​adding_testbenches|TA Feedback]]