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

Multi-driven nets -> how to report ?

amildm
Valued Contributor I
1,005 Views

Hi All,

 

How is it possible to report the multi-driven nets in the design? Should these nets appear in the synthesis log?

 

Thank you!

0 Kudos
1 Solution
Nurina
Employee
981 Views

Hello,


Multi-driven nets are not allowed in VHDL/Verilog HDL/SystemVerilog at all, you will receive below error during Synthesis and this will effectively stop the compilation, there won't be any reports because of that.


Error (10028): Can't resolve multiple constant drivers for net


So, if you don't receive this error then there is no multi-driven nets in your RTL code.


Regards,

Nurina


View solution in original post

5 Replies
Nurina
Employee
982 Views

Hello,


Multi-driven nets are not allowed in VHDL/Verilog HDL/SystemVerilog at all, you will receive below error during Synthesis and this will effectively stop the compilation, there won't be any reports because of that.


Error (10028): Can't resolve multiple constant drivers for net


So, if you don't receive this error then there is no multi-driven nets in your RTL code.


Regards,

Nurina


Nurina
Employee
968 Views

Hello,


We do not receive any response from you on the previous answer provided. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 10/10 survey.


Best regards,

Nurina


0 Kudos
amildm
Valued Contributor I
962 Views

Is there a way to define the severity for the messages (user-defined severity)? I mean re-define an error message as a warning and warning as an error?

0 Kudos
Nurina
Employee
925 Views

Hello,


You can promote critical warnings to errors, this works for both Pro and Standard edition: https://www.intel.com/content/www/us/en/docs/programmable/683463/22-1/promoting-critical-warnings-to-errors.html


As far as I know you cannot suppress errors to warnings.


You can suppress messages too: https://www.intel.com/content/www/us/en/docs/programmable/683463/22-1/suppressing-message-display.html


Regards,

Nurina


Nurina
Employee
904 Views

Hello,


I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 10/10 survey.


Best regards,

Nurina


0 Kudos
Reply