Fixed warnings and timing problems in controller.vhd

This commit is contained in:
T-moe
2016-06-06 21:41:48 +02:00
parent 45b78fe93e
commit c97ef1ad7d
2 changed files with 20 additions and 19 deletions

View File

@@ -130,7 +130,7 @@ begin
-- type : sequential
-- inputs : clk, cur_state
-- outputs : none
NSL: process(clk, cur_state, cur_counter, cur_lcd_db, cur_lcd_en, cur_lcd_rs, ret_state, ret_counter) is
NSL: process(clk, cur_state, cur_counter, cur_lcd_db, cur_lcd_en, cur_lcd_rs, ret_state, ret_counter, new_character,data) is
begin
next_counter <= cur_counter + 1; -- increment counter