Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The data readout time is related to "Read Clk Set", "Read Clk Hold" and "Row/Col Shift." Every block has to be read out serially: a total of 26x185 pixels for every pixel we have to clock 14 bits of data and do at least one row/col shift. So every pixel needs at least 14*(read_clock_set + read_clock_hold +2) + 2x2*(row/col_shift+1) + 4 clock cycles.

...