Skip to content

Instantly share code, notes, and snippets.

View MrAMS's full-sized avatar
😀
Creating!

Kika MrAMS

😀
Creating!
View GitHub Profile
module corescore_emitter_uart
#(
parameter clk_freq_hz = 0,
parameter baud_rate = 57600)
(
input wire i_clk,
input wire i_rst,
input wire [7:0] i_data,
input wire i_valid,
output reg o_ready,