Commit 56af5885 authored by Tristan Gingold's avatar Tristan Gingold

urv_cpu.v: add a comment about data memory interface.

parent 788f6a59
...@@ -50,6 +50,8 @@ module urv_cpu ...@@ -50,6 +50,8 @@ module urv_cpu
input im_valid_i, input im_valid_i,
// data mem I/F // data mem I/F
// The interface is pipelined: store/load are asserted for one cycle
// and then store_done/load_done is awaited.
output [31:0] dm_addr_o, output [31:0] dm_addr_o,
output [31:0] dm_data_s_o, output [31:0] dm_data_s_o,
input [31:0] dm_data_l_i, input [31:0] dm_data_l_i,
......
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