This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:testbench_tutorial [2018/02/02 16:22] wirthlin [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>3D5-mUTG3Ho?rel=0&noborder&1080x700}} | ||
+ | /* | ||
<html> | <html> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/y5GVY0uDCFw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/y5GVY0uDCFw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | ||
</html> | </html> | ||
+ | */ | ||
/* {{ :tutorials:adding_testbenches.mp4 }} */ | /* {{ :tutorials:adding_testbenches.mp4 }} */ | ||
Line 34: | 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]] | ||