SURF v1.7.2
Pull Requests
- #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.