- added cache_ctrl record. Used in c0_ctrl_out

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@413 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-28 18:25:23 +00:00
parent 7892b38128
commit 962cffac1d
+8
View File
@@ -245,6 +245,12 @@ package mips_types is
cause : word_t;
end record;
type cache_ctrl_t is record
inv_addr : word_t;
inv_at : STD_LOGIC;
inv_all : STD_LOGIC;
end record;
type cop0_ctrl_in_t is record
sdu : sdu_t;
events : event_t;
@@ -264,6 +270,8 @@ package mips_types is
user_mode : STD_LOGIC;
int : STD_LOGIC;
exc_vec : word_t;
icache : cache_ctrl_t;
dcache : cache_ctrl_t;
end record;
type alu_ctrl_t is record