mirror of https://github.com/openXC7/prjxray.git
005-tilegrid: fix GTP common frames
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
6867429cc3
commit
a54238cd23
|
|
@ -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