From 21be78c4f8397a4567a42f4bd3cfaeff8748d880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Tue, 31 May 2022 23:30:19 +0200 Subject: [PATCH] cores/microwatt: add checks for compare instructions. --- cores/microwatt/run.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cores/microwatt/run.py b/cores/microwatt/run.py index 56de7eb..34014d9 100644 --- a/cores/microwatt/run.py +++ b/cores/microwatt/run.py @@ -128,6 +128,11 @@ if __name__ == "__main__": ("insn_creqv", {"post": 15}), ("insn_crorc", {"post": 15}), ("insn_mcrf", {"post": 15}), + + ("insn_cmpi", {"post": 15}), + ("insn_cmpli", {"post": 15}), + ("insn_cmp", {"post": 15}), + ("insn_cmpl", {"post": 15}), ] with multiprocessing.Pool(processes=args.jobs) as pool: