Module 4 - Connecting Dut and TB
Module 4 - Connecting Dut and TB
Module-4
Connecting the Testbench and Design
By
Mrs. S Nithya
Assistant Professor
Dept of ECE, SJBIT
Introduction
There are several steps needed to
verify a design:
• Generate stimulus,
• Capture responses,
• Determine correctness,
• Measure progress.
• But first you need write the proper
testbench, connected to the design
as shown in Figure 4-1.
This says that on line 7 of the file test.sv, the assertion top.t1.a1 started at 55 ns to check the signal
bus.cb.grant, but failed immediately.
Dept. of ECE, SJBIT 32
• 2. Customizing the Assertion Actions
• An immediate assertion has optional then- and else-clauses. If you want to
augment the default message, you can add your own.
• If grant does not have the expected value, you’ll see an error message.