mirror of
https://github.com/supleed2/ELEC50010-IAC-CW.git
synced 2024-11-10 01:35:49 +00:00
Add missing end to if statement
This commit is contained in:
parent
da0c9aba01
commit
d17060b0a1
|
@ -75,6 +75,7 @@ always_ff @(posedge clk) begin
|
|||
data_memory[{address-32'h00001000}>>2][7:0] <= writedata[7:0];
|
||||
end
|
||||
waitrequest <= 1'b0; // end with setting waitrequest low
|
||||
end
|
||||
end else begin
|
||||
waitrequest <= 1'bx;
|
||||
readdata <= 32'hxxxxxxxx;
|
||||
|
|
Loading…
Reference in a new issue