fix gtx_channel number of words

Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
Hans Baier 2024-10-19 07:26:23 +07:00
parent f1e816f305
commit 8d7f18cd7d
1 changed files with 1 additions and 1 deletions

View File

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