Implemented init conif and simulation.

This commit is contained in:
id101010
2016-05-23 20:18:20 +02:00
parent be7b88aa4c
commit 90fbb4e730
4 changed files with 116 additions and 33 deletions

View File

@@ -103,15 +103,14 @@ BEGIN
begin
reset <= '1';
-- hold reset state for 100 ns.
wait for 100 ns;
wait for 100 ns; -- hold reset state for 100 ns.
reset <= '0';
-- Apply Data
--data = ''
wait for clk_period*10;
-- insert stimulus here
wait;