[gem5-users] Re: gem5 / garnet / simple custom routing

2023-03-15 Thread Karim Soliman via gem5-users
Thank you so much for your time and help. Best Regards, *Eng. Karim Soliman* Teaching Assistant Computer Engineering Department Pharos University in Alexandria (P.U.A) On Tue, Mar 14, 2023 at 4:17 PM gabriel.busnot--- via gem5-users < gem5-users@gem5.org> wrote: > When getting a segfault, you

[gem5-users] Re: gem5 / garnet / simple custom routing

2023-03-14 Thread gabriel.busnot--- via gem5-users
When getting a segfault, you want to run the simulation in a debugger to know where it happens. Enabling the --with-asan --with-ubsan flags on scons can also help a lot when the segmentation fault occurs at a different place than the bug location in the code. Gabriel

[gem5-users] Re: gem5 / garnet / simple custom routing

2023-03-13 Thread Karim Soliman via gem5-users
Yes, when I simulate the topology with the default weight-based routing algorithm it's working fine. and the simulation ends when the network tester completes simCycles successfully. Actually I can't tell exactly when the segmentation fault happens, but it's happening the moment when I hit the

[gem5-users] Re: gem5 / garnet / simple custom routing

2023-03-13 Thread gabriel.busnot--- via gem5-users
Hi Karim, Where does the segfault happen? Have you tried your topology with the default weight-based routing algorithm? Regards, Gabriel ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org