![]() |
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 SIZE = 8> | |
module | simple_register (input wire clk, input wire reset, input wire< SIZE-1:0 > idata, input wire wen, output reg< SIZE-1:0 > odata) |
Basic register with synchronous set & reset. More... | |