mirror of https://github.com/openXC7/prjxray.git
dbfixup: bits frozenset => set
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
59603f069b
commit
d31c5af8ce
|
|
@ -132,6 +132,7 @@ def add_zero_bits(fn_in, fn_out, zero_db, clb_int=False, verbose=False):
|
|||
"""
|
||||
if clb_int:
|
||||
zero_range(bits, 22, 25)
|
||||
bits = set(bits)
|
||||
zero_groups(
|
||||
tag, bits, zero_db, strict=not clb_int, verbose=verbose)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue