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

Go to the source code of this file.

Functions

template<parameter ROW_BITS = 5, parameter COL_BITS = 7>
module cursor (input clk, input reset, input tick, output wire< COL_BITS-1:0 > x, output wire< ROW_BITS-1:0 > y, output wire blink_on, input[COL_BITS-1:0] new_x, input[ROW_BITS-1:0] new_y, input wen)
 Cursor (position and blinking) More...