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

Go to the source code of this file.

Functions

template<parameter INPUT_WIDTH = 8, parameter OUTPUT_WIDTH = 1>
module width_adapter (input clk, input reset, input data_in_put, output data_in_free, input[INPUT_WIDTH-1:0] data_in, output data_out_put, input data_out_free, output[OUTPUT_WIDTH-1:0] data_out)