Skip to content
Snippets Groups Projects
  1. Dec 17, 2021
  2. Dec 15, 2021
    • Erik von Reis's avatar
      Correct TIME 0 values for non-standard IOPs · 04afc054
      Erik von Reis authored
      Add a MODELRATE_CPS ( CPS ) variable to the model build.  Use this to calculate
      dynamic limits for TIME0.
      
      Change TIME0 measurement to always run on second cycle no matter the rate, and to
      take rate into consideration for the calculation.
      
      Fixes both fast (524K) and slow (33K) IOP models, specifically aimed at making LLO pemmid look good.
      04afc054
  3. Dec 10, 2021
  4. Dec 01, 2021
  5. Nov 29, 2021
  6. Nov 22, 2021
  7. Nov 17, 2021
  8. Nov 16, 2021
  9. Nov 11, 2021
  10. Nov 08, 2021
  11. 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
  12. Oct 08, 2021
  13. Oct 06, 2021
  14. Sep 29, 2021
  15. Sep 23, 2021
  16. Sep 22, 2021
  17. Sep 17, 2021
  18. Sep 13, 2021
  19. Sep 10, 2021
  20. Sep 08, 2021
  21. Sep 07, 2021
  22. Sep 01, 2021
  23. Aug 13, 2021
  24. Aug 11, 2021
  25. Aug 10, 2021
  26. Aug 06, 2021
  27. Aug 05, 2021
  28. Aug 04, 2021
  29. Aug 03, 2021
  30. Aug 01, 2021
Loading