AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
After the placemnt completes, a Tcl file will be generated in the directory specified by "dumpDirectory" in the JSON configuration file. Currently, the mentioned Tcl file is named "DumpCLBPacking-first-0.tcl" since it is dumped by the ParallelCLBPacker.
You can go through the following steps to load the AMFPlacer result into Vivado Implementation.
Below is a screenshot when the AMFPlacer's placement is loading on Vivado. The orange blocks means the cells are placed are set fixed on the device.
Users can launch Vivado GUI, open their Vivado project, directly "Open Implemented Design" and source the tcl file generated by AMF-Placer.
This placement loading flow might be a bit tricky since we are trying to be compatible with Vivado. Theoratically, since we utilize "catch" in the Tcl script to handle the errors, the flow should not be stopped by those minor exceptions and we have tested this flow with Vivado 2019-2021. If you encounter unexpected problems, please feel free to let us know in GitHub Issue.
There might be some known problems when you are trying to load the generated placement into Vivado. Please check the existing problems when exporting to Vivado for reasons and solutions.
For users' testing and exploration, we provide some Vivado projects of the benchmarks with post-implementation designs from here.