From 935f43397893c400148273b1ac75fa0cd5462df8 Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 8 Aug 2024 05:04:19 -0700 Subject: [PATCH] covergen store case --- tests/testgen/covergen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/testgen/covergen.py b/tests/testgen/covergen.py index 1e06e7b9c..23ceccc53 100755 --- a/tests/testgen/covergen.py +++ b/tests/testgen/covergen.py @@ -61,7 +61,8 @@ def writeCovVector(desc, rs1, rs2, rd, rs1val, rs2val, immval, rdval, test, stor elif (test in stypes):#["sb", "sh", "sw", "sd"] #lines = lines + test + " x" + str(rs2) + ", " + signedImm12(immval) + "(x" + str(rs1) + ") # perform operation \n" #lines = lines + test + " x" + str(rs2) + ", " "0(x" + str(rs1) + ") # perform operation \n" - print("Error: %s type not implemented yet" % test) + #print("Error: %s type not implemented yet" % test) + pass elif (test in btypes):#["beq", "bne", "blt", "bge", "bltu", "bgeu"] if (randint(1,100) > 50): rs1val = rs2val