Skip to content
Snippets Groups Projects
  1. May 18, 2022
  2. May 09, 2022
  3. May 05, 2022
  4. Apr 15, 2022
  5. Apr 12, 2022
  6. Apr 11, 2022
  7. Apr 07, 2022
  8. Mar 23, 2022
  9. Mar 21, 2022
    • Erik von Reis's avatar
      awgtpman: Fixed wait time to be only 60 seconds · a4e3920e
      Erik von Reis authored
      When waiting for testpoint manager to load.
      a4e3920e
    • Erik von Reis's avatar
      Fixed wrong wait times · 1cfc530c
      Erik von Reis authored
      1cfc530c
    • Erik von Reis's avatar
      awgtpman: shore up synchronization with IOP · c92f05e8
      Erik von Reis authored
      Several steps were taken to shore up synchronization of awgtpman to the IOP.  These steps do not directly address the crash in issue in #377, but by
      blocking execution until the model is fully running, they may prevent the crash from ever happening.
      
      1. Ignore negative card counts from the IOP.  This obviously indicates the IOP isn't loaded.
      2. Block execution of a seemlingly loaded IOP until cycle counter is seen to change.  The cycle counter doesn't start updating until the
      IOP is fully loaded.
      3. Allow up to a minute for an IOP to fully load, then exit nicely.
      c92f05e8
  10. Mar 17, 2022
    • Erik von Reis's avatar
      awgtpman: removal of old build flags that broak setting testpoints · 78a6ebf0
      Erik von Reis authored
      We'd dropped an old build flag that was used to determine the element element size for test point numbers.
      
      The testpoint size reverted from 4 bytes to t2, but only in the RPC definition.  As a result, only the first value in an RPC array of testpoints was in the correct position.  Only one testpoint could be specified correctly per test.
      
      I've checked the rest of the code to make sure this was the only remaining use of the build flags.
      78a6ebf0
  11. Nov 23, 2021
  12. Oct 01, 2021
  13. Aug 13, 2021
  14. Jul 29, 2021
  15. Jul 27, 2021
  16. Jul 26, 2021
  17. Jul 25, 2021
  18. May 24, 2021
  19. May 21, 2021
  20. May 20, 2021
  21. May 18, 2021
  22. May 06, 2021
Loading