Skip to content

Commit 1c2c527

Browse files
committed
Commit out assertion for now
1 parent 2ad36f7 commit 1c2c527

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vpr/src/route/route_path_manager.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ void PathManager::alloc_path_struct(t_heap_path*& tptr) {
6868
return;
6969
}
7070

71-
VTR_ASSERT(tptr == nullptr);
7271

7372
// if (tptr == nullptr) {
7473
// Use a free node list to avoid unnecessary data allocation
@@ -134,4 +133,4 @@ void PathManager::move(t_heap_path*& dest, t_heap_path*& src) {
134133

135134
// Invalidate the source pointer to ensure it isn't double 'freed'
136135
src = nullptr;
137-
}
136+
}

0 commit comments

Comments
 (0)