Spritetm / hadbadge2019_fpgasoc

FPGA SoC code and application example for Hackaday Supercon 2019 badge
Other
159 stars 70 forks source link

fire-app: fix random seed line generation #127

Closed chaseadam closed 5 years ago

chaseadam commented 5 years ago

The optimization using the most out of the random word generator runs "off the end"? Resulted in a consistent 0 before starting to use a newly generated random value. Generate a new random value one bit earlier.

Spritetm commented 5 years ago

Nice catch! Merged.