AMF-Placer  2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
gothroughBenchmarks Namespace Reference

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
 

Variable Documentation

◆ benchmarkName

gothroughBenchmarks.benchmarkName = splitList[-1].replace(".json", "")

Definition at line 13 of file gothroughBenchmarks.py.

◆ configName

string gothroughBenchmarks.configName = "config"+str(i)

Definition at line 14 of file gothroughBenchmarks.py.

◆ exist_ok

gothroughBenchmarks.exist_ok

Definition at line 15 of file gothroughBenchmarks.py.

◆ mypath

string gothroughBenchmarks.mypath = mypathPrefix+str(i)

Definition at line 9 of file gothroughBenchmarks.py.

◆ mypathPrefix

string gothroughBenchmarks.mypathPrefix = "../benchmarks/testConfig/testConfigSets/config"

Definition at line 7 of file gothroughBenchmarks.py.

◆ onlyfiles

list gothroughBenchmarks.onlyfiles = [f for f in listdir(mypath) if isfile(join(mypath, f))]

Definition at line 10 of file gothroughBenchmarks.py.

◆ outputFileName

string gothroughBenchmarks.outputFileName = "../outputs/"+benchmarkName+"/"+configName

Definition at line 16 of file gothroughBenchmarks.py.

◆ parents

gothroughBenchmarks.parents

Definition at line 15 of file gothroughBenchmarks.py.

◆ splitList

gothroughBenchmarks.splitList = filename.split("/")

Definition at line 12 of file gothroughBenchmarks.py.

◆ True

gothroughBenchmarks.True

Definition at line 15 of file gothroughBenchmarks.py.