3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

docs: document the ideas behind the hashing interface

This commit is contained in:
Emil J. Tywoniak 2024-11-06 18:05:29 +01:00
parent 0dafe06cd4
commit ad0dc17711
2 changed files with 47 additions and 0 deletions

View file

@ -25,6 +25,8 @@ namespace hashlib {
/**
* HASHING
*
* Also refer to docs/source/yosys_internals/hashing.rst
*
* The Hasher knows how to hash 32 and 64-bit integers. That's it.
* In the future, it could be expanded to do vectors with SIMD.
*