mirror of https://github.com/openXC7/prjxray.git
Merge pull request #1603 from antmicro/fix-gtp-common-frames
005-tilegrid: fix GTP common frames
This commit is contained in:
commit
847d036934
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue