vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
Use Simple Place Delay Model By Default
In this PR, the default place delay mode is changed from delt
(which runs the router for each dx
and dy
and stores the minimum cost across sample locations) to simple
(which gets the minimum cost for each dx
and dy
from the information stored in the router lookahead).