Skip to content

SURF v1.7.2

Compare
Choose a tag to compare
@bengineerd bengineerd released this 15 Mar 19:03
· 4046 commits to main since this release
f8e0ba9

Pull Requests

  1. #191 - Remove bit_vector use in Crc32Rtl

Pull Request Details

Remove bit_vector use in Crc32Rtl

Author: Benjamin Reese [email protected]
Date: Thu Mar 15 11:58:50 2018 -0700
Pull: #191 (19 additions, 17 deletions, 1 files changed)
Branch: slaclab/ben-crc-fix

Notes:

The CRC_INIT generic was a bit_vector. There was an improper conversion call that caused synthesis to fail. As part of this fix, all bit_vector use as been removed.