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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
Evolving SEO for Evolving Search Engines
ryanjones
0
140
Balancing Empowerment & Direction
lara
5
920
Art, The Web, and Tiny UX
lynnandtonic
304
21k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.7k
Unsuck your backbone
ammeep
671
58k
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
450
Faster Mobile Websites
deanohume
310
31k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
59
50k
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