Skip to content

Commit 29f6199

Browse files
committed
yosys: shuffle seed
If CI falls over because of shuffled seeds, then this merits closer study of whether the config.mk parameters are too tight or CI baseline is too strict. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a70d32c commit 29f6199

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ ifeq (,$(strip $(NUM_CORES)))
236236
endif
237237
export NUM_CORES
238238

239-
YOSYS_FLAGS += -v 3
239+
# Shuffle the Yosys seed occasionally to check for too-tight CI baseline checks.
240+
YOSYS_FLAGS += -v 3 --hash-seed=1234
240241

241242
#-------------------------------------------------------------------------------
242243
# setup all commands used within this flow

0 commit comments

Comments
 (0)