Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

quietly kill modelsim from software

Altera_Forum
Honored Contributor II
2,197 Views

I'm trying to launch vsim from C++. I do so using the fork() and exec() model. After calling fork(), I get the child process ID, which I can later use to send a kill signal to that process. However, when I send the SIGTERM signal to Modelsim, the following 3 messages are printed to stderr: 

 

signal sigterm caught... closing vish. 

fatal: vsim caught sigterm. closing vsimk kernel. 

** fatal: trouble with simulation kernel. 

 

I want to suppress these messages if possible. Is there a way to do that? 

 

vsim version = 10.1d
0 Kudos
0 Replies
Reply