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:
parent
e0c0011863
commit
e52d1f9b9a
6 changed files with 246 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue