mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-09 01:41:07 +00:00
Remove not used line
This commit is contained in:
@@ -448,8 +448,6 @@ BelId Arch::getBelByLocation(Loc loc) const
|
||||
|
||||
delay_t Arch::estimateDelay(WireId src, WireId dst) const
|
||||
{
|
||||
WireId cursor = dst;
|
||||
|
||||
int num_uh = locInfo(dst)->wire_data[dst.index].num_uphill;
|
||||
if (num_uh < 6) {
|
||||
for (auto uh : getPipsUphill(dst)) {
|
||||
|
||||
Reference in New Issue
Block a user