vt52-fpga  1.0.0 Initial
vt52-fpga is a serial terminal implemented on a FPGA
video_generator.v File Reference

Go to the source code of this file.

Functions

template<parameter ROWS = 24, parameter COLS = 80, parameter ROW_BITS = 5, parameter COL_BITS = 7, parameter ADDR_BITS = 11>
module video_generator (input clk, input reset, output reg hsync, output reg vsync, output reg video, output reg hblank, output reg vblank, input[COL_BITS-1:0] cursor_x, input[ROW_BITS-1:0] cursor_y, input cursor_blink_on, input[ADDR_BITS-1:0] first_char, output wire< ADDR_BITS-1:0 > char_buffer_address, input[8] char_buffer_data, output wire< 11:0 > char_rom_address, input[8] char_rom_data, input graphic_mode_state)
 80x24 char generator (8x16 char size) & sync generator More...