mirror of https://github.com/openXC7/prjxray.git
005-tilegrid: format fix
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
5f59221f0b
commit
67dad57a8e
|
|
@ -228,7 +228,8 @@ def make_segments(database, tiles_by_grid, tile_baseaddrs, verbose=False):
|
|||
if "INT" not in tile_type:
|
||||
assert 0
|
||||
else:
|
||||
create_segment_for_int_lr(database, segments, tile_name, tiles_by_grid, verbose)
|
||||
create_segment_for_int_lr(
|
||||
database, segments, tile_name, tiles_by_grid, verbose)
|
||||
|
||||
def process_default():
|
||||
verbose and nolr(tile_type) not in (
|
||||
|
|
@ -307,6 +308,7 @@ def create_segment_for_int_lr(
|
|||
verbose=verbose,
|
||||
)
|
||||
|
||||
|
||||
def seg_base_addr_lr_INT(database, segments, tiles_by_grid, verbose=False):
|
||||
'''Populate segment base addresses: L/R along INT column'''
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue