Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNios Custom Component with sfixed type output
I'm writing a custom component for my nios II processor using fixed point library. When i import my vhdl files (also library files) in the new component wizard in qsys, it seems to not recognize t...
Altera_Forum
Honored Contributor
14 years agoyou could just convert your IOs to std_logic(_vector). There is the to_slv function in the fixed package.