limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement
BSD 3-Clause "New" or "Revised" License
638 stars 196 forks source link

Build timing_op only if params.timing_opt_flag is enabled #181

Closed ChenHaoHSU closed 2 weeks ago

ChenHaoHSU commented 2 weeks ago

timing_op should be built only if params.timing_opt_flag is enabled. If params.timing_opt_flag is disabled, then timing_op is not needed.