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

Variables

 overallTcl
 
string outputPath = "/home/zslwyuan-laptop/Documents/AMF-Placer-DCP/dse/"
 
string outputName
 
 templateFile
 
 outputFile = open("../benchmarks/testConfig/OpenPiton.json", "w")
 
 end
 
 file
 
 errorCode
 

Variable Documentation

◆ end

◆ errorCode

DSE.errorCode
Initial value:
1 = os.system(
2  "./AMFPlacer ../benchmarks/testConfig/OpenPiton.json > "+outputPath+outputName+".placerLog")

Definition at line 22 of file DSE.py.

◆ file

DSE.file

Definition at line 18 of file DSE.py.

◆ outputFile

DSE.outputFile = open("../benchmarks/testConfig/OpenPiton.json", "w")

Definition at line 15 of file DSE.py.

◆ outputName

string DSE.outputName
Initial value:
1 = "OpenPiton_"+str(startPackingD).replace(".", "p")+"_"+str(
2  deltaPackingD).replace(".", "p")+"_"+str(hpwlPackingWeight).replace(".", "p")

Definition at line 10 of file DSE.py.

◆ outputPath

string DSE.outputPath = "/home/zslwyuan-laptop/Documents/AMF-Placer-DCP/dse/"

Definition at line 9 of file DSE.py.

◆ overallTcl

DSE.overallTcl
Initial value:
1 = open(
2  "/home/zslwyuan-laptop/Documents/AMF-Placer/overall.tcl", "w")

Definition at line 7 of file DSE.py.

◆ templateFile

DSE.templateFile
Initial value:
1 = open(
2  "../benchmarks/testConfig/OpenPiton_template.json")

Definition at line 13 of file DSE.py.