Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17249 Discussions

quietly kill modelsim from software

Altera_Forum
Honored Contributor II
2,166 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