|
AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the source code of this file.
Namespaces | |
| checkHalfColumn | |
Variables | |
| checkHalfColumn.inputFile = open("clockInfoCheck", 'r') | |
| checkHalfColumn.lines = inputFile.readlines() | |
| int | checkHalfColumn.i = 0 |
| list | checkHalfColumn.clockInHalfColumns = [set() for i in range(0, 40)] |
| int | checkHalfColumn.clockNum = 0 |
| checkHalfColumn.curLine = lines[i].replace("=", "").replace("\n", "").split(" ") | |
| checkHalfColumn.rowY = int(curLine[2]) | |
| int | checkHalfColumn.halfColId = rowY//15 |