verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research
https://verilogtorouting.org
Other
1k stars 388 forks source link

Document how to build for debugging #2621

Closed vaughnbetz closed 3 months ago

vaughnbetz commented 3 months ago

In In https://docs.verilogtorouting.org/en/latest/README.developers/#debugging-aids, please document how to build for debugging at the very top of the section (make BUILD_TYPE=debug).

Context

We should give the basics of how to build for debugging before more advanced settings, so people don't have to search the Makefile or cmake settings.

robluo commented 3 months ago

It has been added in #2622.

vaughnbetz commented 3 months ago

Thanks!