??? 10/03/07 21:00 Read: times |
#145337 - std_logic_arith vs numeric_std Responding to: ???'s previous message |
Jez Smith said:
Always a contentious issue, most people tend not to use std_logic_arith if they can possibly help it as its not a standard library and different vendors produce different versions, for numeric stuff most people use std_numeric as the default as it has most functions which are ever going to be used. Yep, exactly. Numeric_std is much preferred to std_logic_arith, which is a nightmare. Just try mixing unsigned and signed in your entity ... -a |