vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
Can't build VPR when VERBOSE flag is enabled
When I uncomment VERBOSE flag in "vpr_types.h", I can't build VPR. It seems the problem is mainly related to some parts of the placement code. I had to comment the following sections to build the project.
initial_placement.cpp: line 542-547 place.cpp: line 247-249, 834-838, 921-925, 2856-2873 timing_place_lookup: line 508-514
@vaughnbetz