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:testbench_tutorial [2019/07/15 20:19]
jgoeders
tutorials:testbench_tutorial [2019/07/16 09:09] (current)
jgoeders [Adding an Testbench file with a TCL command]
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]]