Add specialized `hash()` for type `dict` and use a `dict` instead of a `std::map...
authorAlberto Gonzalez <boqwxp@airmail.cc>
Tue, 14 Apr 2020 18:09:05 +0000 (18:09 +0000)
committerAlberto Gonzalez <boqwxp@airmail.cc>
Thu, 14 May 2020 20:06:53 +0000 (20:06 +0000)
commit2fb4931e5be2c2a0c80ffbca73ad74ebb8c9032f
tree04317d2d2c2ce5594d466fc38b5a138aa7c61314
parent437f3fb342f91d0c1a1a923c92312301a03cb07d
Add specialized `hash()` for type `dict` and use a `dict` instead of a `std::map` for `techmap_cache` and `techmap_do_cache`.
kernel/hashlib.h
kernel/rtlil.h
passes/techmap/techmap.cc