|
AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Variables | |
| parser = argparse.ArgumentParser() | |
| help | |
| required | |
| args = parser.parse_args() | |
| inputFile = open(args.Input, 'r') | |
| outputFile = open(args.Output, 'w') | |
| lines = inputFile.readlines() | |
| list | cellList = [] |
| int | targetLineId = 0 |
| file | |
| end | |
| unplaceFailureCells.args = parser.parse_args() |
Definition at line 11 of file unplaceFailureCells.py.
| list unplaceFailureCells.cellList = [] |
Definition at line 17 of file unplaceFailureCells.py.
| unplaceFailureCells.end |
Definition at line 24 of file unplaceFailureCells.py.
| unplaceFailureCells.file |
Definition at line 24 of file unplaceFailureCells.py.
| unplaceFailureCells.help |
Definition at line 7 of file unplaceFailureCells.py.
| unplaceFailureCells.inputFile = open(args.Input, 'r') |
Definition at line 13 of file unplaceFailureCells.py.
| unplaceFailureCells.lines = inputFile.readlines() |
Definition at line 16 of file unplaceFailureCells.py.
| unplaceFailureCells.outputFile = open(args.Output, 'w') |
Definition at line 14 of file unplaceFailureCells.py.
| unplaceFailureCells.parser = argparse.ArgumentParser() |
Definition at line 4 of file unplaceFailureCells.py.
| unplaceFailureCells.required |
Definition at line 7 of file unplaceFailureCells.py.
| int unplaceFailureCells.targetLineId = 0 |
Definition at line 18 of file unplaceFailureCells.py.