Commit b5b8661b authored by Andrey Filippov's avatar Andrey Filippov

moved declarations up to make simulator happy

parent c19eb0c6
......@@ -315,6 +315,8 @@ module membridge#(
reg [4:0] wr_id;
reg read_no_more; // after frame_done - no more requests for new pages to read
reg done;
reg pre_done;
assign afi_arid={1'b1,rd_id};
assign afi_awid={1'b1,wr_id};
......@@ -436,8 +438,6 @@ module membridge#(
reg write_busy;
wire rw_in_progress;
reg busy;
reg done;
reg pre_done;
assign rw_in_progress = read_started || write_busy;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment