



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These are the Lecture Slides of Functional Verification which includes Reusable Verification Components, Verilog Implementation, Implementation, Autonomous Generation and Monitoring, Input and Output Paths, Verifying Configurable Designs, Reusable Test Harness, Testcase Specific Code, Abstraction etc. Key important points are: Calculator Design, Add, Subtract, Shift Left, Shift Right, Requestors, Separate Input Signals, Output Description, Input Commands, Input Data
Typology: Slides
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Add Subtract Shift left Shift right
All 4 requestors use separate input signals All requestors have equal priority
c_clk
out_resp2<0:1>
req1_data_in<0:31>
req1_cmd_in<0:3> out_data1<0:31>
req4_cmd_in<0:3>
req3_cmd_in<0:3>
req2_cmd_in<0:3>
req4_data_in<0:31>
req3_data_in<0:31>
req2_data_in<0:31>
reset<0:7>
out_data4<0:31>
out_data3<0:31>
out_data2<0:31>
out_resp4<0:1>
out_resp3<0:1>
out_resp1<0:1>
calc_top
Response line definition
Clocking