Changed initialization sequence

This commit is contained in:
id101010
2016-06-03 16:25:14 +02:00
parent 90fbb4e730
commit 4c0ab1b7b4
3 changed files with 176 additions and 71 deletions

View File

@@ -70,7 +70,7 @@ ARCHITECTURE behavior OF lcd_driver_tb IS
signal lcd_rs : std_logic;
-- Clock period definitions
constant clk_period : time := 20 ns; -- 50MHz
constant clk_period : time := 20 ns;
BEGIN