Skip to content
Snippets Groups Projects
Commit 7df031dd authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Clarified purpose of done field in t_mem_ctlr_miso.

parent e2e0c7ab
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ PACKAGE common_mem_pkg IS ...@@ -105,7 +105,7 @@ PACKAGE common_mem_pkg IS
rddata : STD_LOGIC_VECTOR(c_mem_ctlr_data_w-1 DOWNTO 0); rddata : STD_LOGIC_VECTOR(c_mem_ctlr_data_w-1 DOWNTO 0);
rdval : STD_LOGIC; rdval : STD_LOGIC;
waitrequest_n : STD_LOGIC; -- comparable to DP siso.ready waitrequest_n : STD_LOGIC; -- comparable to DP siso.ready
done : STD_LOGIC; -- comparable to DP siso.xon, not part of Avalon bus, but useful for DDR controller done : STD_LOGIC; -- comparable to DP siso.xon, not part of Avalon bus, can eg. act as init done or init ok or ready for next block, useful for DDR controller
END RECORD; END RECORD;
TYPE t_mem_ctlr_mosi IS RECORD TYPE t_mem_ctlr_mosi IS RECORD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment