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

Go to the source code of this file.

Namespaces

 gothroughBenchmarks
 

Variables

string gothroughBenchmarks.mypathPrefix = "../benchmarks/testConfig/testConfigSets/config"
 
string gothroughBenchmarks.mypath = mypathPrefix+str(i)
 
list gothroughBenchmarks.onlyfiles = [f for f in listdir(mypath) if isfile(join(mypath, f))]
 
 gothroughBenchmarks.splitList = filename.split("/")
 
 gothroughBenchmarks.benchmarkName = splitList[-1].replace(".json", "")
 
string gothroughBenchmarks.configName = "config"+str(i)
 
 gothroughBenchmarks.parents
 
 gothroughBenchmarks.True
 
 gothroughBenchmarks.exist_ok
 
string gothroughBenchmarks.outputFileName = "../outputs/"+benchmarkName+"/"+configName