FIX: fixed working of TestBench

This commit is contained in:
Dominik Meyer 2014-02-09 13:56:47 +01:00
parent 8425823f8e
commit 94b1a4541a
1 changed files with 2 additions and 1 deletions

View File

@ -83,10 +83,11 @@ BEGIN
-- Stimulus process
stim_proc: process
begin
reset <= '1';
-- hold reset state for 100 ns.
wait for 100 ns;
reset <= '1';
reset <= '0';
wait for clk_period*10;