Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix infinite loop in std_cache_pkg::one_hot_to_bin (#1302)
Use int unsigned for loop variable i to avoid wrapping before loop exit condition is met. Resolves bug #1301 (#1301) Co-authored-by: Max Bjurling <[email protected]>
- Loading branch information