mirror of https://github.com/openXC7/prjxray.git
make format
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
fec82e9818
commit
5409992f03
|
|
@ -65,7 +65,8 @@ def main():
|
|||
if d['{}_USED'.format(opt)]:
|
||||
k = 'IS_{}_INVERTED'.format(opt)
|
||||
segmk.add_site_tag(site, k, d[k])
|
||||
segmk.add_site_tag(site, 'ZINV_{}'.format(opt), 1 ^ d[k])
|
||||
segmk.add_site_tag(
|
||||
site, 'ZINV_{}'.format(opt), 1 ^ d[k])
|
||||
|
||||
for idx in range(4):
|
||||
k = 'IS_T{}_INVERTED'.format(idx + 1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue