1. Apr 15, 2023
  2. Apr 05, 2023
  3. Mar 21, 2023
  4. Mar 16, 2023
  5. Feb 28, 2023
  6. Feb 23, 2023
  7. Feb 16, 2023
  8. Feb 03, 2023
    • Alan L's avatar
      Fix invalid references generated by VerilogMemDelays (#2588) · 94d425f0
      Alan L authored
      Transformation of mem readwriters whose address contain references to
      readwriters of mems declared before it would contain invalid references
      to untransformed memory readwriter, as the connection is not transformed.
      This commit fixes this issue.
      94d425f0
  9. Jan 26, 2023
  10. Jan 13, 2023
  11. Jan 10, 2023
  12. Jan 08, 2023
  13. Dec 16, 2022
  14. Dec 07, 2022
    • Jack Koenig's avatar
      Enhance find heap bound (#2579) · 64ac2d2c
      Jack Koenig authored
      * Enhance find_heap_bound to not go smaller than min_step
      
      Previously, it could accidentally get a step size smaller than the
      min_step and just continue looping forever. Now the while loop has a new
      termination condition to catch this case.
      
      * Add context to find_heap_bound
      
      This new option allows for checking additional heap sizes in increments
      of the min_step above the found minimum heap size.
      64ac2d2c
  15. Dec 06, 2022