Question: What will the following stimulus from a test bench do? A_TB leftarrow '0'; B_TB leftarrow 0; wait for 10 ns; assert (F_TB = 1) report
What will the following stimulus from a test bench do? A_TB leftarrow '0'; B_TB leftarrow 0; wait for 10 ns; assert (F_TB = 1) report 'output incorrect' severity FAILURE; It will print a text string 'output incorrect' to a file. It will check if F_TB = '1' If it is NOT, it will print 'output incorrect' and then create the next stimulus pattern. It well check if F_TB = '1'. If it is NOT, it will print 'output incorrect' and hault the simulation It will output the stimulus pattern A = '0'; B = '0' and then hault the simulation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
