zeroasiccorp / umi

Universal Memory Interface (UMI)
Apache License 2.0
140 stars 9 forks source link

umi_fifo_flex intermittent failure #166

Closed azaidy closed 1 month ago

azaidy commented 2 months ago

umi_fifo_flex failed in this CI run

azaidy commented 1 month ago

This was due to input valid being asserted before reset was withdrawn. The behavior was undefined and hence, umi_fifo_flex would hang. Resolution was to update test infrastructure to not assert valid during reset. Check #173 .