1
0
mirror of synced 2026-04-29 05:16:49 +00:00
Files
YosysHQ.yosys/kernel/rtlil.h
Rasmus Munk Larsen bce984fa60 Speed up OptMergePass by 1.7x.
The main speedup comes from swithing from using a SHA1 hash to std::hash<std::string>. There is no need to use an expensive cryptographic hash for fingerprinting in this context.
2023-10-02 15:57:18 -07:00

82 KiB