vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
vpr placement algorithm
how to use the analytic place to skip most of SA placement ? I can't find the place algorithm command to enable analytic placement.
You should use --enable_analytic_placer command line option. Run vpr with -h option and see the help information for this option.
https://github.com/verilog-to-routing/vtr-verilog-to-routing/blob/c9fcf98dd880be1f996281ae42805936b17acf4f/vpr/src/base/read_options.cpp#L2026-L2031
Closing due to lack of activity.