From e3f4bf6e2478ccf5b6b83a04645649269a34e2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Thu, 26 May 2022 00:55:00 +0200 Subject: [PATCH] cores/microwatt: add check for MCRF instruction. --- cores/microwatt/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/microwatt/run.py b/cores/microwatt/run.py index 9e7e94b..40ed198 100644 --- a/cores/microwatt/run.py +++ b/cores/microwatt/run.py @@ -122,6 +122,7 @@ if __name__ == "__main__": ("insn_crandc", {"post": 15}), ("insn_creqv", {"post": 15}), ("insn_crorc", {"post": 15}), + ("insn_mcrf", {"post": 15}), ] with multiprocessing.Pool(processes=args.jobs) as pool: