mirror of https://github.com/openXC7/prjxray.git
fix gtx_channel tilegrid fuzzer
Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
parent
e565dae491
commit
6c6c528970
|
|
@ -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),
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue