From f0027777728c7217df0715ee57063d653ce80e3f Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 20 Jul 2013 18:39:46 +0000 Subject: [PATCH] - cleaned up. 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@981 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_types.vhd | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/CPUs/MIPS/src/core/mips_types.vhd b/lib/CPUs/MIPS/src/core/mips_types.vhd index 6954641..6cf2bad 100644 --- a/lib/CPUs/MIPS/src/core/mips_types.vhd +++ b/lib/CPUs/MIPS/src/core/mips_types.vhd @@ -153,8 +153,6 @@ package mips_types is type shift_opsel_t is (shift_sll, shift_srl, shift_sra); type wptr_src_t is (wptr_src_imm, wptr_src_const); --- attribute ENUM_ENCODING of itype_t: type is "ONE-HOT"; - type pc_t is record curr : word_t; last : word_t;