Skip to content

Commit

Permalink
update latest regression
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Sep 29, 2024
1 parent 0c127e1 commit 3b540b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/AutoTuner/test/regression_tune_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_tune(self):
class ASAP7TuneRegressionGCDTest(BaseTuneRegressionBaseTest):
platform = "asap7"
design = "gcd"
qor = 37668.290
qor = 35847.475

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -92,7 +92,7 @@ def test_tune(self):
class SKY130HDTuneRegressionGCDTest(BaseTuneRegressionBaseTest):
platform = "sky130hd"
design = "gcd"
qor = 327.023
qor = 332.139

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -108,7 +108,7 @@ def test_tune(self):
class IHPSG13G2TuneRegressionGCDTest(BaseTuneRegressionBaseTest):
platform = "ihp-sg13g2"
design = "gcd"
qor = 251.102
qor = 398.452

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -124,7 +124,7 @@ def test_tune(self):
class ASAP7TuneRegressionAESTest(BaseTuneRegressionBaseTest):
platform = "asap7"
design = "aes"
qor = 70934.140
qor = 61455.680

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -140,7 +140,7 @@ def test_tune(self):
class SKY130HDTuneRegressionAESTest(BaseTuneRegressionBaseTest):
platform = "sky130hd"
design = "aes"
qor = 546.433
qor = 540.688

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -156,7 +156,7 @@ def test_tune(self):
class IHPSG13G2TuneRegressionAESTest(BaseTuneRegressionBaseTest):
platform = "ihp-sg13g2"
design = "aes"
qor = 544.835
qor = 544.728

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -172,7 +172,7 @@ def test_tune(self):
class ASAP7TuneRegressionIBEXTest(BaseTuneRegressionBaseTest):
platform = "asap7"
design = "ibex"
qor = 205678.545
qor = 192118.310

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -188,7 +188,7 @@ def test_tune(self):
class SKY130HDTuneRegressionIBEXTest(BaseTuneRegressionBaseTest):
platform = "sky130hd"
design = "ibex"
qor = 1425.996
qor = 1421.194

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand All @@ -204,7 +204,7 @@ def test_tune(self):
class IHPSG13G2TuneRegressionIBEXTest(BaseTuneRegressionBaseTest):
platform = "ihp-sg13g2"
design = "ibex"
qor = 1422.309
qor = 1278.664

def test_tune(self):
out = subprocess.run(self.command, shell=True, check=True)
Expand Down

0 comments on commit 3b540b6

Please sign in to comment.