AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Variables | |
string | mypathPrefix = "../benchmarks/testConfig/testConfigSets/config" |
string | mypath = mypathPrefix+str(i) |
list | onlyfiles = [f for f in listdir(mypath) if isfile(join(mypath, f))] |
splitList = filename.split("/") | |
benchmarkName = splitList[-1].replace(".json", "") | |
string | configName = "config"+str(i) |
parents | |
True | |
exist_ok | |
string | outputFileName = "../outputs/"+benchmarkName+"/"+configName |
gothroughBenchmarks.benchmarkName = splitList[-1].replace(".json", "") |
Definition at line 13 of file gothroughBenchmarks.py.
string gothroughBenchmarks.configName = "config"+str(i) |
Definition at line 14 of file gothroughBenchmarks.py.
gothroughBenchmarks.exist_ok |
Definition at line 15 of file gothroughBenchmarks.py.
string gothroughBenchmarks.mypath = mypathPrefix+str(i) |
Definition at line 9 of file gothroughBenchmarks.py.
string gothroughBenchmarks.mypathPrefix = "../benchmarks/testConfig/testConfigSets/config" |
Definition at line 7 of file gothroughBenchmarks.py.
Definition at line 10 of file gothroughBenchmarks.py.
string gothroughBenchmarks.outputFileName = "../outputs/"+benchmarkName+"/"+configName |
Definition at line 16 of file gothroughBenchmarks.py.
gothroughBenchmarks.parents |
Definition at line 15 of file gothroughBenchmarks.py.
gothroughBenchmarks.splitList = filename.split("/") |
Definition at line 12 of file gothroughBenchmarks.py.
gothroughBenchmarks.True |
Definition at line 15 of file gothroughBenchmarks.py.