Altera_Forum
Honored Contributor
13 years agoplease help !
i defined a port in the entity which is : distance : out integer ;
and i also defined a signal : signal echo_width : integer :=0; i tried to assign multiplication by this way : distance <= echo_width*(0.02/58); and i got an error line : "can't determine definition of operator ""*"" -- found 0 possible definitions" what is the problem with my assignment and how should i resolve it ? thank you about your responds.