coherent17 / 2024-ICCAD-Problem-B

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

getCostDiff consider bin density #145

Closed coherent17 closed 2 months ago

coherent17 commented 2 months ago

Can getCostDiff also consider the bin density? Use some data structure to quick calculate the bin density of the legalized place to further determine whether it is a good place to place the MBFF.

coherent17 commented 2 months ago

the data structure can reference from Manager::getOverallCost()

coherent17 commented 2 months ago

perhaps we can maintain that data structure in class Manager, don't need to construct the data structure everytime to save time and can further for banking consideration in getCostDiff?

coherent17 commented 2 months ago

Nerver mind

c119cheng commented 2 months ago

bin density doesn't affect overall result