fix gtx_channel tilegrid fuzzer

Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
Hans Baier 2024-11-01 10:50:34 +07:00
parent e565dae491
commit 6c6c528970
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ def run(fn_in, fn_out, verbose=False):
("gtp_common", 32, 101), ("gtp_common", 32, 101),
("gtp_channel", 32, 22), ("gtp_channel", 32, 22),
("gtx_common", 32, 101), ("gtx_common", 32, 101),
("gtx_channel", 32, 6), ("gtx_channel", 32, 22),
("clb_int", int_frames, int_words), ("clb_int", int_frames, int_words),
("iob_int", int_frames, int_words), ("iob_int", int_frames, int_words),
("iob18_int", int_frames, int_words), ("iob18_int", int_frames, int_words),

View File

@ -6,5 +6,5 @@
# #
# SPDX-License-Identifier: ISC # SPDX-License-Identifier: ISC
N ?= 12 N ?= 12
GENERATE_ARGS?="--oneval 1 --design params.csv --dword 4 --auto-frame" GENERATE_ARGS?="--oneval 1 --design params.csv --dword 16 --dframe 1C"
include ../fuzzaddr/common.mk include ../fuzzaddr/common.mk