coherent17 / 2024-ICCAD-Problem-B

Power and Timing Optimization Using MBFF
MIT License
8 stars 0 forks source link

some new method for DP, and revise some function #129

Closed c119cheng closed 2 months ago

c119cheng commented 2 months ago
  1. change celltype after DP
  2. detail pin assignment using hungarian algo
  3. revise getCostDiff function, but will cause testcase1 get worse performance, due to too optimism on banking, not consider the cost of move the 1 bit FF that overlap with MBFF
  4. revise assignment when banking, now is using hungarian algo.
  5. remove some dangerous using namespace