Move mem_read_value declaration below the memory access unit comment

This commit is contained in:
Graham Edgecombe 2017-12-30 11:02:18 +00:00
parent eac6a20040
commit b0c05a908e

View file

@ -91,9 +91,9 @@ module rv32_mem (
.read_value_out(csr_read_value)
);
/* memory access unit */
logic [31:0] mem_read_value;
/* memory access unit */
assign data_read_out = read_in;
assign data_write_out = write_in;
assign data_address_out = result_in;