vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

VPR Pack: Replace hand-implemented linked lists to std::lists

Open jmah76 opened this issue 2 years ago • 1 comments

Related to PR #2084

Lists such as the ones vpr/src/base/vtr_types.cpp (line 236) might be better implemented as std::lists. Refer to https://github.com/verilog-to-routing/vtr-verilog-to-routing/pull/2084#discussion_r915061111

jmah76 avatar Jul 07 '22 22:07 jmah76

@jmah76 : were these mostly / all fixed (in which case we should close this issue), or is keeping it around worthwhile?

vaughnbetz avatar Sep 06 '22 18:09 vaughnbetz