|
From: Williams T. <wil...@gm...> - 2007-08-03 19:24:12
|
Hi! I'm working with SystemC (a C/C++ library for hardware modeling) and I'm modeling a plataform with one MIPS processor, an Avalon bus (under tests) and a simple memory. All these components modeled in SystemC language. The interesting thing is...when I simulate it on the linux using the normal commands, I recieve this message "Segmentation Fault" without finish correctly my application running on MIPS processor. But, if I simulate that MIPS platform using the command -> valgrind --leak-check=yes ./Avalon -> everything works perfectly!!!!!!! I really don't understand what is going on!!! Can somebody help me?? Thanks!! -- Williams Azevedo |