You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.developers.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1092,6 +1092,12 @@ All tests passed (1 assertion in 1 test case)
1092
1092
# Debugging Aids
1093
1093
VTR has support for several additional tools/features to aid debugging.
1094
1094
1095
+
## Basic
1096
+
To build vpr with make in debug mode, simply add `BUILD_TYPE=debug` at the end of your make command.
1097
+
```shell
1098
+
$ make vpr BUILD_TYPE=debug
1099
+
```
1100
+
1095
1101
## Sanitizers
1096
1102
VTR can be compiled using *sanitizers* which will detect invalid memory accesses, memory leaks and undefined behaviour (supported by both GCC and LLVM):
0 commit comments