mirror of https://github.com/openXC7/prjxray.git
Increased number of specimens and CLBs
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
e08ce61fbe
commit
1e6b85b8a8
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue