Skip to content

Commit

Permalink
segbits_hclk_ioi: fix missing ONLY_DIFF_IN_USE
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Oct 12, 2023
1 parent 728c748 commit 30ab5d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fuzzers/030-iob18/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,6 @@ def main():
assert len(iobank_iostandards[iobank]) == 1, iobank_iostandards[iobank]

iostandard = list(iobank_iostandards[iobank])[0]
for only_diff_io in ONLY_DIFF_IOSTANDARDS:
segmk.add_tile_tag(
hclk_cmt_tile, '{}_IN_USE'.format(only_diff_io),
iostandard == only_diff_io)

segmk.add_tile_tag(
hclk_cmt_tile, 'ONLY_DIFF_IN_USE',
iostandard in ONLY_DIFF_IOSTANDARDS)
Expand Down

0 comments on commit 30ab5d0

Please sign in to comment.