Altera_Forum
Honored Contributor
14 years agoTiming issue for divison
Hello there, I have the following HDL code, which mainly deals with divison. assign mod_lo_div2 = (mod_lo_div == 32'b0) ? 100 : mod_lo_div; assign t_pump_low0 = clk_divd_p1 - capped_du...