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

Added new_dict (hashmap.h) and re-enabled code coverage counters

This commit is contained in:
Clifford Wolf 2014-12-26 19:28:52 +01:00
parent e0c0011863
commit e52d1f9b9a
6 changed files with 246 additions and 7 deletions

View file

@ -126,6 +126,7 @@ YOSYS_NAMESPACE_BEGIN
#define dict std::unordered_map
#define nodict std::unordered_set
#include "kernel/hashmap.h"
using std::vector;
namespace RTLIL {