Islamic University of Technology: EEE 4483 Digital Electronics & Pulse Techniques
Islamic University of Technology: EEE 4483 Digital Electronics & Pulse Techniques
EEE 4483
Digital Electronics & Pulse Techniques
Lecture- 9
Digital Counters
• The Altera DE2 board includes two oscillators that produce 27 MHz and
50 MHz clock signals.
• However, the high frequency will make the seven segment display
looks like on all the time, and the eyes of human can not distinguish
the change.
10
VHDL Testbench : continued ..
What Is The VHDL Test Bench (TB)?
VHDL test bench (TB) is a piece of VHDL code, which purpose is to verify
the functional correctness of HDL model.
Example:
– Stimulus can be generated with Matlab and TB feeds it into DUT.
– DUT generates the response and TB stores it into file.
– Result can be compared to Matlab simulations.
Testbench Structures
--Outputs
signal Z : std_logic;