Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Testbench
Search
dppa1008
April 30, 2020
0
1.5k
Testbench
dppa1008
April 30, 2020
Tweet
Share
More Decks by dppa1008
See All by dppa1008
Useful Tools for Hardware Design
dppa1008
0
1.6k
Simple Makefile
dppa1008
0
1.5k
Simple nWave
dppa1008
0
1.5k
nWave compressed
dppa1008
0
27
Verlilog Lab 1 Tutorial
dppa1008
0
2.2k
Lab 1 example
dppa1008
0
2.1k
Featured
See All Featured
Speed Design
sergeychernyshev
33
1.6k
A designer walks into a library…
pauljervisheath
210
24k
Unsuck your backbone
ammeep
672
58k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
480
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
89
Mobile First: as difficult as doing things right
swwweet
225
10k
The SEO Collaboration Effect
kristinabergwall1
0
400
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
180
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Abbi's Birthday
coloredviolet
2
5.4k
Transcript
Testbench Suppose we have a Adder with 2 inputs and
1 output … Input [32:0] A, B; Output [32:0] Y;
Testbench 1. Declare a tb
Testbench 2.Setup for waveform
Testbench 3.Specify the clock
4. Feed a test case Testbench
Testbench 4-2. Feed test cases
Testbench 5. Repeat Statement