Skip to content

Commit e13b39a

Browse files
committed
Passing seed to constellation mapper individual runs
1 parent 0c11fef commit e13b39a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

run.py

+1
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ def setupTests(vunit, args):
850850
name=config.name,
851851
generics=dict(
852852
test_cfg=config.getTestConfigString(),
853+
SEED=args.seed,
853854
NUMBER_OF_TEST_FRAMES=3,
854855
),
855856
)

third_party/fpga_cores

0 commit comments

Comments
 (0)