dpaul
Advanced Member level 5
I am using ModelSim DE-64 10.5.
The design has a DDR3 memory simulation model due to which I get the following messages in the Transcript window.
I want to suppress only the above type of messages.
From the ModelSim UG, I came to know about the 'suppress' command that can be put inside the modelsim.ini file.
UG excerpt-
Section [msg_system]
This variable suppresses the listed message numbers and/or message code strings (displayed in square brackets).
Syntax
suppress = <msg_number>…
Arguments
• The arguments are described as follows:
o <msg_number>… — An unlimited list of message numbers, comma separated.
You can override this variable setting by specifying the vcom, vlog, or vsim
command with the -suppress argument.
Basically it is not clear to me how exactly this command can be used. I do not have any <message_number> here, it is just a custom string. I have tried....
suppress = <# mio_pf_tb.sdram.data_task: at time>
which does not work.
Any help on how to suppress the above messages?
The design has a DDR3 memory simulation model due to which I get the following messages in the Transcript window.
Code:
# mio_pf_tb.sdram.data_task: at time 4191 ns ERROR: DQS_N bit 1 latching edge required during the preceding clock period.
# mio_pf_tb.sdram.data_task: at time 4192 ns ERROR: DQS bit 0 latching edge required during the preceding clock period
# mio_pf_tb.sdram.data_task: at time 4192 ns ERROR: DQS bit 1 latching edge required during the preceding clock period
# mio_pf_tb.sdram.data_task: at time 4192 ns ERROR: DQS_N bit 0 latching edge required during the preceding clock period
# mio_pf_tb.sdram.data_task: at time 4192 ns ERROR: DQS_N bit 1 latching edge required during the preceding clock period
I want to suppress only the above type of messages.
From the ModelSim UG, I came to know about the 'suppress' command that can be put inside the modelsim.ini file.
UG excerpt-
Section [msg_system]
This variable suppresses the listed message numbers and/or message code strings (displayed in square brackets).
Syntax
suppress = <msg_number>…
Arguments
• The arguments are described as follows:
o <msg_number>… — An unlimited list of message numbers, comma separated.
You can override this variable setting by specifying the vcom, vlog, or vsim
command with the -suppress argument.
Basically it is not clear to me how exactly this command can be used. I do not have any <message_number> here, it is just a custom string. I have tried....
suppress = <# mio_pf_tb.sdram.data_task: at time>
which does not work.
Any help on how to suppress the above messages?