Removed the INTERNAL_FEEDBACK tag as it is the same as the PLLE2.COMPENSATION.INTENAL

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
Maciej Kurc 2019-10-25 09:34:49 +02:00
parent 4a6930694f
commit 355a571400
1 changed files with 0 additions and 9 deletions

View File

@ -135,15 +135,6 @@ def main():
if not (in_use and not val):
tags[tile][tag] = int(val)
for s, d in [
('CMT_TOP_L_CLKFBOUT2IN', 'CMT_TOP_R_UPPER_T_PLLE2_CLKFBIN'),
('CMT_TOP_R_CLKFBOUT2IN', 'CMT_TOP_R_UPPER_T_PLLE2_CLKFBIN'),
]:
if (s, d) in active_pips:
internal_feedback = in_use
tags[tile]["INTERNAL_FEEDBACK"] = int(internal_feedback)
# Output tags
for tile, tile_tags in tags.items():
for t, v in tile_tags.items():