Merge pull request #1603 from antmicro/fix-gtp-common-frames

005-tilegrid: fix GTP common frames
This commit is contained in:
litghost 2021-03-04 08:29:31 -08:00 committed by GitHub
commit 847d036934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def run(fn_in, fn_out, verbose=False):
("hclk_cmt", 30, 10),
("hclk_ioi", 42, 1),
("pcie", 36, 101),
("gtp_common", 42, 101),
("gtp_common", 32, 101),
("gtp_channel", 32, 22),
("clb_int", int_frames, int_words),
("iob_int", int_frames, int_words),