Increased number of specimens and CLBs

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-07-10 16:07:11 +02:00
parent e08ce61fbe
commit 1e6b85b8a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Specimen count
N := 4
N := 5
# A grep regex for SLICEM features to be skipped for SLICELs
SLICEM_FEATURES ?= "DOUTMUX.MC31"

View File

@ -6,7 +6,7 @@ from prjxray import verilog
# INCREMENT is the amount of additional CLBN to be instantiated in the design.
# This makes the fuzzer compilation more robust against failures.
INCREMENT = os.getenv('CLBN', 0)
CLBN = 400 + int(INCREMENT)
CLBN = 600 + int(INCREMENT)
print('//Requested CLBs: %s' % str(CLBN))
def gen_slicels():