Skip to content
Snippets Groups Projects
Commit 919564db authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

That iverilog didn't catch this... WTF

parent cb851473
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ module Wishbone_Slave_Controller
assign io_oeb = {(15){rst}};
integer wb_state;
output reg [31:0] wbctrl_addr_buf;
output reg [31:0] wbctrl_data_buf;
reg [31:0] wbctrl_addr_buf;
reg [31:0] wbctrl_data_buf;
localparam IDLE = 0;
localparam WRITE = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment