Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
You don't yet understand the concepts of the fixed_pkg. You can't assign values like a = 5.75; The user manual instructs you to use to_sfixed respectively to to_ufixed for float to fixed point conversions.
- Altera_Forum
Honored Contributor
Also, why are you mixing verilog (for your testbench) and VHDL for your entity?