Skip to content
  • Jens Korinth's avatar
    Closes #50 - Timing Report: Reports false max delay path · 7bb05b40
    Jens Korinth authored
    * TimingReport would report _first_ max delay path; but there can be
      many, they are ordered by clock in the report
    * added RepSeqMatcher to extend SequenceMatcher for Seq[T]
    * sorted paths by slack and picked the ones with minimal slack (max
      delay path) and maximal slack (min delay path)
    * also fixes minDelayPath, which is pretty useless, however
    7bb05b40