Line rate is calculated as
follows:
line_rate = (height_in * STEP_PRECISION) / height_out;
where, STEP_PRECISION = 2^16 = 65,536
line_rate = (height_in * STEP_PRECISION) / height_out;
where, STEP_PRECISION = 2^16 = 65,536