diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-10-27 15:04:47 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-10-27 15:04:47 +0100 |
commit | 09b4050f2e6e02fd6252f8650bc206b401b7a683 (patch) | |
tree | 19466d2fc5392092a0800e1930bddfee1b4a89ee /kernel/yosys.h | |
parent | 27714acd8a03e774163f37caca479f4cb5085975 (diff) | |
download | yosys-09b4050f2e6e02fd6252f8650bc206b401b7a683.tar.gz yosys-09b4050f2e6e02fd6252f8650bc206b401b7a683.tar.bz2 yosys-09b4050f2e6e02fd6252f8650bc206b401b7a683.zip |
Added hashlib::mfp and new SigMap
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r-- | kernel/yosys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index 89a4f6084..92fa6ac19 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -171,6 +171,7 @@ using hashlib::hash_obj_ops; using hashlib::dict; using hashlib::idict; using hashlib::pool; +using hashlib::mfp; namespace RTLIL { struct IdString; |