From: Jean THOMAS Date: Mon, 13 Jul 2020 12:00:34 +0000 (+0200) Subject: Update amount of tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4db11ee315a6352df05442bebbd6a12720fdc33d;p=gram.git Update amount of tests --- diff --git a/gram/test/test_soc.py b/gram/test/test_soc.py index 6fe0a23..d05d934 100644 --- a/gram/test/test_soc.py +++ b/gram/test/test_soc.py @@ -216,7 +216,7 @@ class SocTestCase(FHDLTestCase): def process(): yield from SocTestCase.init_seq(soc.bus) - n = 100 + n = 64 memtest_values = [] for i in range(n): @@ -242,7 +242,7 @@ class SocTestCase(FHDLTestCase): def process(): yield from SocTestCase.init_seq(soc.bus) - n = 100 + n = 128 # Write for i in range(n):