Enabled MMCM REBUF PIP solution

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2020-11-17 15:09:37 +01:00
parent 0f93980875
commit 3364526d14
1 changed files with 0 additions and 9 deletions

View File

@ -218,15 +218,6 @@ def main():
tags_to_mask = [t for t in segbits.keys() if t.startswith(prefix)]
mask_out_bits(segbits, segbits[tag], tags_to_mask)
tags_to_remove = set()
for tag, bits in segbits.items():
if 'REBUF' in tag and 'ACTIVE' not in tag:
# FIXME: Removing REBUF pips for now.
tags_to_remove.add(tag)
for tag in tags_to_remove:
del segbits[tag]
for tag in segbits.keys():
if tag.endswith("_ACTIVE") and 'FREQ_BB' in tag:
for idx in range(4):