Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenReith committed Apr 3, 2024
1 parent 999cba9 commit 74bcdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The SpinalHDL based version (including more info about ASGs) can be found at htt
Used connection polynoms:

private val connPolyStrR1 = "x^31+x^3+1"
private val connPolyStrR2 = "x^127+x+1"
private val connPolyStrR2 = "x^63+x+1"
private val connPolyStrR3 = "x^89+x^38+1"

## How to test
Expand Down

0 comments on commit 74bcdbd

Please sign in to comment.