![]() |
vt52-fpga
1.0.0 Initial
vt52-fpga is a serial terminal implemented on a FPGA
|
Go to the source code of this file.
Functions | |
template<parameter BUF_SIZE = 1920, parameter ADDR_BITS = 11> | |
module | char_buffer (input wire clk, input wire< 7:0 > din, input wire< ADDR_BITS-1:0 > waddr, input wire wen, input wire< ADDR_BITS-1:0 > raddr, output reg< 7:0 > dout, input wire graphic_mode) |
Char Buffer RAM (1920x8) (24 lines of 80 characters) More... | |