1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-09 01:01:13 +00:00

Add UART decoder

This commit is contained in:
Olof Kindgren
2018-11-19 09:42:42 +01:00
parent f7b396601f
commit 6e034361d4
4 changed files with 68 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ module wb_gpio
input wire i_wb_dat,
input wire i_wb_cyc,
output reg o_wb_ack,
output reg o_gpio = 1'b0);
output reg o_gpio = 1'b1);
always @(posedge i_wb_clk) begin
o_wb_ack <= 1'b0;