Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Nov 22, 2021
  3. Nov 19, 2021
  4. Nov 16, 2021
  5. Nov 11, 2021
  6. Nov 10, 2021
  7. Nov 08, 2021
  8. Nov 02, 2021
  9. Oct 22, 2021
  10. Oct 21, 2021
    • Erik von Reis's avatar
      RCG: Add a 'time_shift' parameter to ADC blocks in models. · 85c399cb
      Erik von Reis authored
      'time_shift' is an integer.  For fast and low-noise ADC, 'time_shift' can range from 0 - clock_div (usually clock_div is 8).
      
      Typically an IOP will read a fast or low-noise ADC 'clock_div' times per cycle.  With this change, the IOP will take 'time_shift' values from the previous cycle and
      
      'clock_div' - 'time_shift' values from the current cycle, freeing more time to do other things in teh current cycle, but adding a bit of latency to the data.
      
      For 16 bit ADC, time_shift can be 0 or 1.  When 1, ADC uses the value from the previous cycle.
      
      In any case, 'time_shit' 0 causes the IOP to read all data from the current cycle.  For fast and low-noise ADC this can take the whole cycle.
      85c399cb
  11. Oct 20, 2021
  12. Oct 19, 2021
  13. Oct 18, 2021
  14. Oct 15, 2021
  15. Oct 14, 2021
  16. Oct 13, 2021
  17. Oct 12, 2021
  18. Oct 08, 2021
Loading