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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user