mirror of
https://github.com/WangXuan95/FPGA-DDR-SDRAM.git
synced 2025-01-17 20:02:52 +08:00
change to Verilog2001
This commit is contained in:
parent
2c6c3843a8
commit
d3d1de4fb3
@ -536,7 +536,7 @@ generate if(READ_BUFFER) begin
|
||||
valid <= 1'b1;
|
||||
end
|
||||
|
||||
reg [DWIDTH-1:0] mem [(1<<AWIDTH)];
|
||||
reg [DWIDTH-1:0] mem [((1<<AWIDTH)-1) : 0];
|
||||
|
||||
always @ (posedge clk)
|
||||
if(i_v_e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user