3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

hashlib: only include in one place

This commit is contained in:
Emil J. Tywoniak 2024-10-15 12:00:51 +02:00
parent db04788c18
commit c73c88033d
3 changed files with 3 additions and 3 deletions

View file

@ -34,6 +34,8 @@ namespace hashlib {
* Hashlib doesn't know how to hash silly Yosys-specific types.
* Hashlib doesn't depend on Yosys and can be used standalone.
* Please don't use hashlib standalone for new projects.
* Never directly include kernel/hashlib.h in Yosys code.
* Instead include kernel/yosys_common.h
*
* The hash_ops type is now always left to its default value, derived
* from templated functions through SFINAE. Providing custom ops is