Files
yosys/libs/sha1
Henner Zeller 5c6e681673 Use static constexpr instead of static const where possible.
In particular inside class declarations, a static const
assignment is technically not a definition, while constexpr is.

Signed-off-by: Henner Zeller <[email protected]>
2020-04-14 14:19:38 -07:00
..