mirror of
https://github.com/The-OpenROAD-Project/RePlAce.git
synced 2026-05-30 03:35:07 +08:00
769 B
769 B
How to Report Memory Bugs For RePlAce
-
Modify Makefile that contains '-g -ggdb' Change below Makefile below:
OPTFLAG= -g -ggdb -m64 -O3 -fPIC -DNDEBUG -ffast-math -Dcimg_display=1 -
Type below command
$ make clean; $make -
Turn [isValgrind = True] in below links:
If you are not using this script, then
$ valgrind --log-fd=1 ./RePlAce (all options as in your picture) | tee design_valgrind.log -
Report the RePlAce/logdir/?_valgrind.log to issues