mirror of https://github.com/openXC7/prjxray.git
005-tilegrid/add_tdb.py: add missing gtx_int_interface
Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
parent
71c3daaced
commit
26ccc8a038
|
|
@ -125,6 +125,7 @@ def run(fn_in, fn_out, verbose=False):
|
|||
("monitor_int", int_frames, int_words),
|
||||
("orphan_int_column", int_frames, int_words),
|
||||
("gtp_int_interface", int_frames, int_words),
|
||||
("gtx_int_interface", int_frames, int_words),
|
||||
("pcie_int_interface", int_frames, int_words),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue