remove comment

This commit is contained in:
nino-porcino 2022-01-02 14:51:41 +01:00
parent 21c8cfa965
commit a0b358d557
1 changed files with 1 additions and 5 deletions

View File

@ -105,11 +105,7 @@ assign ram_wr = we & ram_cs;
wire display_cs = (addr[15:1] == 15'b110100000001001); // 0xD012 -> 0xD013
wire ram_cs = !keyboard_cs & !display_cs;
wire [7:0] display_dout = 8'b0; // display always returns ready on the control port
//////////////////////////////////////////////////////////////////////////
// RAM and ROM
wire [7:0] display_dout = 8'b0; // display always returns ready on the control port
//////////////////////////////////////////////////////////////////////////
// Peripherals