Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
    • 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
  2. Mar 18, 2022
  3. Mar 17, 2022
  4. Feb 26, 2022
  5. Dec 01, 2021
  6. Nov 30, 2021
  7. Nov 29, 2021
    • Erik von Reis's avatar
      RCG: fix out of order calculations · 283e8be5
      Erik von Reis authored
      Two out-of-order bugs are fixed.
      
      1. Ordering simply counts how many inputs of a part of visited. When that number matches the total inputs for the part, the part is visited,
      but inside a subystem, delays were counted twice.  Once on the initial pass looking for signal sources, and again as a normal part.
      
      Parts that took input directly from delays could appear early in the sequence.
      
      This change skips following links form delays as a normal part.
      
      2. If a data source, including subsystem inputs, constants, delays, grounds were connected directly to a subsystem output, then
      parts immediately connected from the output would be added to the subsystem sequence, though they were at a higher level.
      
      This bug could cause these parts to be sequenced out of order.
      
      Change is to check whether a part leading form a data source is in the subsystem.  This check is already included when following from normal (non-input) parts.
      283e8be5
    • Jonathan Hanks's avatar
      Updating the rcg version macro for 4.2.6 · 44b1912f
      Jonathan Hanks authored
      44b1912f
    • Erik von Reis's avatar
      31d2a94d
  8. Nov 28, 2021
  9. Nov 23, 2021
Loading