Skip to content

AMF-Placer 0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zslwyuan zslwyuan released this 25 Sep 08:08
· 318 commits to main since this release

Features

  1. supports placement with a large number of mixed-size macros with shape constraints in practical FPGA applications.
  2. a set of optional optimization techniques to improve mixed-size FPGA placement QoR
  3. parallelize the implementation of each stage of placement based on multi-threading
  4. modularized function implementation for easier further development
  5. flexible and extensible JSON-based placement configuration
  6. a set of pre-implementation benchmarks from the latest practical FPGA applications

Todo List

  1. stable clock legalization
  2. basic static timing analysis (doing)
  3. timing term in analytical model (doing)
  4. timing-driven detailed placement
  5. More and more documentation...