From 40580e24e7a7b2e774d001878dc493216e75b936 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 4 Feb 2019 18:13:58 +0100 Subject: Unified instructions table and access type move to machinedefs.h . This allows to specify requirement for RS and RD on instruction basis even for T_R / ALU instructions. Signed-off-by: Pavel Pisa --- qtmips_machine/qtmips_machine.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtmips_machine/qtmips_machine.pro') diff --git a/qtmips_machine/qtmips_machine.pro b/qtmips_machine/qtmips_machine.pro index 503832e..eae7b6e 100644 --- a/qtmips_machine/qtmips_machine.pro +++ b/qtmips_machine/qtmips_machine.pro @@ -36,4 +36,5 @@ HEADERS += \ cache.h \ alu.h \ machineconfig.h \ - utils.h + utils.h \ + machinedefs.h -- cgit v1.2.3