common: Import hashlib from Yosys

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-06-01 15:46:16 +01:00
parent 589ca8ded5
commit 76ef768864
2 changed files with 1184 additions and 0 deletions

1183
common/hashlib.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@
#include <boost/functional/hash.hpp> #include <boost/functional/hash.hpp>
#include <string> #include <string>
#include "hashlib.h"
#include "idstring.h" #include "idstring.h"
#include "nextpnr_namespaces.h" #include "nextpnr_namespaces.h"