GitHub (Legacy)
10/19/2020, 2:18 PMRiking28
10/19/2020, 11:53 PMRiking28
10/19/2020, 11:54 PMAmr Gouhar
10/20/2020, 12:55 PMrepair_antenna
option disabled. I agree that it's a lazy workaround but it's just an "until-then" situation. And, here comes the 3 lines you mentioned above, which, after diode insertion is completed, first set the DIODE_INSERTION_STRATEGY to anything other than 3 (to not enable FR::repair_antenna) in this case it's set to 0, which is the do-nothing strategy. Then, it runs vanilla global routing, and then just in case resets DIODE_INSERTION_STRATEGY to its original value which is 3. of course, this whole thing only happens in DIODE_INSERTION_STRATEGY 3, and is wrapped in an if statement to ensure that.Riking28
10/21/2020, 2:27 AM