1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-02 14:29:53 +00:00

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 <string>
#include "hashlib.h"
#include "idstring.h"
#include "nextpnr_namespaces.h"