diff --git a/cores/microwatt/run.py b/cores/microwatt/run.py index c54df20..9e7e94b 100644 --- a/cores/microwatt/run.py +++ b/cores/microwatt/run.py @@ -113,6 +113,15 @@ if __name__ == "__main__": ("insn_bcctrl", {"post": 15}), ("insn_bctar", {"post": 15}), ("insn_bctarl", {"post": 15}), + + ("insn_crand", {"post": 15}), + ("insn_cror", {"post": 15}), + ("insn_crnand", {"post": 15}), + ("insn_crxor", {"post": 15}), + ("insn_crnor", {"post": 15}), + ("insn_crandc", {"post": 15}), + ("insn_creqv", {"post": 15}), + ("insn_crorc", {"post": 15}), ] with multiprocessing.Pool(processes=args.jobs) as pool: