mirror of https://github.com/openXC7/prjxray.git
005-tilegrid/add_tdb.py: Changed frame and word params
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
3ec9dd58af
commit
7f6e6f1c8c
|
|
@ -111,7 +111,7 @@ def run(fn_in, fn_out, verbose=False):
|
|||
tdb_fns.append(("monitor/build/segbits_tilegrid.tdb", 30, 101))
|
||||
if os.path.exists("ps7/build/segbits_tilegrid.tdb"):
|
||||
# FIXME: height
|
||||
tdb_fns.append(("ps7/build/segbits_tilegrid.tdb", 42, 2))
|
||||
tdb_fns.append(("ps7/build/segbits_tilegrid.tdb", 36, 2))
|
||||
|
||||
for (tdb_fn, frames, words) in tdb_fns:
|
||||
for (tile, frame, wordidx) in load_db(tdb_fn):
|
||||
|
|
|
|||
Loading…
Reference in New Issue