|
From: Homer, E. B <eri...@hp...> - 2005-02-04 15:40:43
|
I'm trying to run a verilog simulation using Cadence NCverilog tools. Our verilog is stimulated and checked using C++ and PLI code. I wanted to use Valgrind to find memory issues in our C++, but when I run with Valgrind I get unexpected signal errors on some verilog system tasks. System tasks like $time, $display, and $finish work fine, but $strobe and $monitor cause the failures. I'm running on Linux 8.0 and 3.2.3 of gnu. Any thoughts? -ebh |