mirror of https://github.com/openXC7/prjxray.git
ZINV_D applies to both IFF and direct data path.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
ac4accbd57
commit
9dccf2a59e
|
|
@ -105,7 +105,7 @@ def main():
|
|||
segmk.add_site_tag(
|
||||
site, 'IFF.ZINV_C', not d['IS_C_INVERTED'])
|
||||
|
||||
segmk.add_site_tag(site, 'IFF.ZINV_D', not d['IS_D_INVERTED'])
|
||||
segmk.add_site_tag(site, 'ZINV_D', not d['IS_D_INVERTED'])
|
||||
|
||||
if 'SRTYPE' in d:
|
||||
for opt in ['ASYNC', 'SYNC']:
|
||||
|
|
|
|||
Loading…
Reference in New Issue