AMF-Placer  2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
removeFailurePartFromTcl.py File Reference

Go to the source code of this file.

Namespaces

 removeFailurePartFromTcl
 

Variables

 removeFailurePartFromTcl.parser = argparse.ArgumentParser()
 
 removeFailurePartFromTcl.help
 
 removeFailurePartFromTcl.required
 
 removeFailurePartFromTcl.args = parser.parse_args()
 
 removeFailurePartFromTcl.inputFile = open(args.Input, 'r')
 
 removeFailurePartFromTcl.outputFile = open(args.Output, 'w')
 
 removeFailurePartFromTcl.targetBELStr = args.ErrorLocation
 
 removeFailurePartFromTcl.lines = inputFile.readlines()
 
int removeFailurePartFromTcl.targetLineId = 0
 
bool removeFailurePartFromTcl.startPrintOut = False
 
 removeFailurePartFromTcl.line
 
 removeFailurePartFromTcl.file
 
 removeFailurePartFromTcl.end