Feb 2, 2010 #1 D dinesh.4126 Member level 5 Joined Feb 27, 2008 Messages 83 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,288 Activity points 1,841 if statement if (mag_Din >= mag_max0 and count(13 downto 0)/= "00000000000000") I am just beginer in VHDL can somebody tell me in above if statement what is role of /(divider operator)
if statement if (mag_Din >= mag_max0 and count(13 downto 0)/= "00000000000000") I am just beginer in VHDL can somebody tell me in above if statement what is role of /(divider operator)
Feb 2, 2010 #2 F farhada Advanced Member level 2 Joined Oct 1, 2004 Messages 587 Helped 84 Reputation 168 Reaction score 30 Trophy points 1,308 Location Nice, France Activity points 5,025 if statement Not equal!
Feb 2, 2010 #3 A amraldo Advanced Member level 4 Joined Aug 29, 2004 Messages 1,183 Helped 145 Reputation 290 Reaction score 37 Trophy points 1,328 Location Egypt Activity points 5,880 Re: if statement Check this link for the complete list of VHDL operators: https://www.cs.umbc.edu/portal/help/VHDL/operator.html. -- Amr Ali www.embedded-tips.blogspot.com
Re: if statement Check this link for the complete list of VHDL operators: https://www.cs.umbc.edu/portal/help/VHDL/operator.html. -- Amr Ali www.embedded-tips.blogspot.com