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

Strength

Altera_Forum
Honored Contributor II
999 Views

Hello everybody, 

 

I have a question regarding the use of the strength of the signals(highz, small, medium, weak, large, pull, strong, supply) 

As far as I understand if 2 signals with 2 different strengths are driven through a wire, through the wire will circulate only the signal which is the strongest. 

Is there a possibility to assign to the wire signals with different strength but to make the signal with the smallest strength go through the wire? 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
283 Views

First signal strength can only be used in simulation. The synthesizer will not accept two drivers on the same signal, even if one is weak and the other strong. 

Second in VHDL you could create your own resolved type that would transmit the weakest signal instead of the strongest, but I have a hard time finding any practical applications.
0 Kudos
Reply