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:
parent
0dafe06cd4
commit
ad0dc17711
2 changed files with 47 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue