Forum Discussion
Altera_Forum
Honored Contributor
9 years agoyour statement:
elsif (fmcw_ramp_o < fstep_i) then dir_s <= '0'; is likely the cause, you are comparing 10 bits with 24 bits?? insert unsigned (or siged) around each after equalising sizeyour statement:
elsif (fmcw_ramp_o < fstep_i) then dir_s <= '0'; is likely the cause, you are comparing 10 bits with 24 bits?? insert unsigned (or siged) around each after equalising size