mirror of https://github.com/openXC7/prjxray.git
Enabled MMCM REBUF PIP solution
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
0f93980875
commit
3364526d14
|
|
@ -218,15 +218,6 @@ def main():
|
||||||
tags_to_mask = [t for t in segbits.keys() if t.startswith(prefix)]
|
tags_to_mask = [t for t in segbits.keys() if t.startswith(prefix)]
|
||||||
mask_out_bits(segbits, segbits[tag], tags_to_mask)
|
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():
|
for tag in segbits.keys():
|
||||||
if tag.endswith("_ACTIVE") and 'FREQ_BB' in tag:
|
if tag.endswith("_ACTIVE") and 'FREQ_BB' in tag:
|
||||||
for idx in range(4):
|
for idx in range(4):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue