Skip to content
Snippets Groups Projects
  1. Jan 12, 2022
  2. Jan 11, 2022
  3. 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
  4. Nov 19, 2021
  5. Nov 17, 2021
  6. Nov 08, 2021
  7. Nov 02, 2021
  8. 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
  9. Oct 14, 2021
  10. Oct 08, 2021
  11. Oct 07, 2021
  12. Sep 29, 2021
  13. Sep 22, 2021
  14. Aug 11, 2021
  15. Aug 10, 2021
  16. Aug 05, 2021
  17. Aug 04, 2021
  18. Aug 03, 2021
  19. Aug 01, 2021
  20. Jul 30, 2021
  21. Jul 29, 2021
  22. Jul 27, 2021
  23. Jul 02, 2021
  24. Jun 25, 2021
  25. Jun 24, 2021
  26. Jun 21, 2021
  27. Jun 18, 2021
  28. Jun 17, 2021
    • Rolf Bork's avatar
      Minor cleanup of controllerIOP.c: · f02516e9
      Rolf Bork authored
      1) Remove remnants of verify slot code, which was moved to moduleLoad.c previously.
      2) Change to HKP_DAC_WD_CHK, now that DACs have common register map.
      3) Some added/removed comments.
      f02516e9
  29. Jun 15, 2021
    • Rolf Bork's avatar
      Minor fixes: · 728264eb
      Rolf Bork authored
      - IOP running on PCIe net time cannot have ligo timing card check in moduleLoad.c.
      - For 1PPS testing, need to remove verify slots for controllerIop.c.
      728264eb
  30. Jun 14, 2021
  31. Jun 10, 2021
Loading