Removed z-flag from bcu_t

git-svn-id: http://moon:8086/svn/vhdl/trunk@15 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-09-20 21:43:44 +00:00
parent 45af6006a1
commit 01e9796a47
-1
View File
@@ -159,7 +159,6 @@ package mips_types is
end record;
type bcu_flags_t is record
z : STD_LOGIC;
eq : STD_LOGIC;
ltz : STD_LOGIC;
end record;