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