3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added hashlib::idict<>

This commit is contained in:
Clifford Wolf 2015-01-18 12:12:33 +01:00
parent 61192514e3
commit 0217ea0fb8
3 changed files with 73 additions and 2 deletions

View file

@ -148,6 +148,7 @@ using hashlib::hash_cstr_ops;
using hashlib::hash_ptr_ops;
using hashlib::hash_obj_ops;
using hashlib::dict;
using hashlib::idict;
using hashlib::pool;
namespace RTLIL {