mirror of https://github.com/openXC7/prjxray.git
005-tilegrid/util.py: return after check
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
ccb43370fa
commit
93bc30ac10
|
|
@ -42,6 +42,7 @@ def add_tile_bits(
|
|||
assert block["offset"] == offset, "%s; orig offset %s, new %s" % (
|
||||
tile_name, block["offset"], offset)
|
||||
assert block["words"] == words
|
||||
return
|
||||
|
||||
block = bits.setdefault(block_type, {})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue