This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tutorials:testbench_tutorial [2019/07/15 20:25] jgoeders [Adding an Testbench file with a TCL command] |
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 | ||