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

questa: how to add command line option to modelsim.ini

dsula1
Beginner
253 Views

Hi,

 

For vlog compiler there's -svinputport command line options to select certain behavior. The default is -svinputport=relaxed.

I would like to change the default to -svinputport=net.

Is it possible to add this command line to the modelsim.ini file to change the default behavior? I wasn't able to find anything in the documentation.

 

Thank you

dsula

Labels (1)
0 Kudos
2 Replies
ShengN_Intel
Employee
212 Views

Hi dsula,

 

Try to add svinputport = net under [vlog] in modelsim.ini. Let me know if this helps?

 

Thanks,

Regards,

Sheng

0 Kudos
dsula1
Beginner
200 Views

Unfortunately adding svinputport = net doesn't work. Thank you very much for your reply.

I scoured the documentation. It doesn't seem possible. I guess I have to add it to the command line scripts.

0 Kudos
Reply