Remove extra CPLD code internal signals.

This commit is contained in:
Jared Boone
2015-08-21 12:27:36 -07:00
parent 19764ce693
commit 75d9aa9c73
2 changed files with 121 additions and 123 deletions

View File

@@ -111,10 +111,8 @@ begin
io_strobe <= (MCU_IO_STBX = '0');
io_read_strobe <= io_strobe and dir_read;
io_write_strobe <= io_strobe and dir_write;
lcd_read_strobe <= (MCU_LCD_RD = '1');
lcd_write_strobe <= (MCU_LCD_WR = '1');
lcd_write <= not lcd_read_strobe;
-- LCD interface