Forum Discussion
Altera_Forum
Honored Contributor
12 years agoto_stdlogicvector() is non standard, and it's recommended not to use it. Instead use the signed and unsigned types from numeric_std, and the to_unsigned() and to_signed() functions. Those are synthesizable (from integer), as is to_integer() (from unsigned and signed).