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