From 4f99ce0c874a332126e5c486926059b6ffe3c41f Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 16 Mar 2009 11:34:40 +0000 Subject: [PATCH] - added opcode debugging identfier MFCz, MTCz, CFCz, CTCz, BCTz, BCFz for COP functions - removed COPz debugging identifier 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@395 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_types.vhd | 30 +++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/lib/CPUs/MIPS/src/core/mips_types.vhd b/lib/CPUs/MIPS/src/core/mips_types.vhd index 17645bb..291032e 100644 --- a/lib/CPUs/MIPS/src/core/mips_types.vhd +++ b/lib/CPUs/MIPS/src/core/mips_types.vhd @@ -106,13 +106,35 @@ package mips_types is op_swl, op_sw, op_swr, - op_cop0, - op_cop1, - op_cop2, - op_cop3, + op_mfc0, + op_cfc0, + op_mtc0, + op_ctc0, + op_bcf0, + op_bct0, + op_mfc1, + op_cfc1, + op_mtc1, + op_ctc1, + op_bcf1, + op_bct1, + op_mfc2, + op_cfc2, + op_mtc2, + op_ctc2, + op_bcf2, + op_bct2, + op_mfc3, + op_cfc3, + op_mtc3, + op_ctc3, + op_bcf3, + op_bct3, + op_lwc0, op_lwc1, op_lwc2, op_lwc3, + op_swc0, op_swc1, op_swc2, op_swc3