Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Numeric_std is an ieee standard, std_logic_arith and the like are not --- Quote End --- std_logic_arith is the old IEEE standard, still used in all Altera IP till now. It doesn't involve std_logic_unsigned/signed, which is a different thing. Regarding the original question, if you are intending just a simple combinational decoder, the generate variant is a straightforward way to build it.