FIX: fixed working of TestBench
This commit is contained in:
parent
8425823f8e
commit
94b1a4541a
@ -83,10 +83,11 @@ BEGIN
|
|||||||
-- Stimulus process
|
-- Stimulus process
|
||||||
stim_proc: process
|
stim_proc: process
|
||||||
begin
|
begin
|
||||||
|
reset <= '1';
|
||||||
-- hold reset state for 100 ns.
|
-- hold reset state for 100 ns.
|
||||||
wait for 100 ns;
|
wait for 100 ns;
|
||||||
|
|
||||||
reset <= '1';
|
reset <= '0';
|
||||||
|
|
||||||
wait for clk_period*10;
|
wait for clk_period*10;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user