From 25e3d4f36f3e6c988fc1e162036a09c97007a8bc Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 20 Jan 2009 21:26:48 +0000 Subject: [PATCH] - changed to rev.9 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@270 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_types.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/core/mips_types.vhd b/lib/CPUs/MIPS/src/core/mips_types.vhd index 1f6d473..90aad3e 100644 --- a/lib/CPUs/MIPS/src/core/mips_types.vhd +++ b/lib/CPUs/MIPS/src/core/mips_types.vhd @@ -30,7 +30,7 @@ use IEEE.numeric_std.ALL; package mips_types is -- Revision of the CPU - constant REVISION : integer := 1; + constant REVISION : integer := 9; constant WORD_WIDTH : integer := 32; --Types