mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-21 21:33:40 +00:00
Progress in memory_bram
This commit is contained in:
parent
94e6b70736
commit
327a5d42b6
4 changed files with 127 additions and 15 deletions
|
@ -137,6 +137,8 @@ YOSYS_NAMESPACE_BEGIN
|
|||
|
||||
using std::vector;
|
||||
using std::string;
|
||||
using std::pair;
|
||||
|
||||
using hashlib::mkhash;
|
||||
using hashlib::mkhash_init;
|
||||
using hashlib::mkhash_add;
|
||||
|
@ -221,6 +223,8 @@ YOSYS_NAMESPACE_END
|
|||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
using RTLIL::State;
|
||||
|
||||
namespace hashlib {
|
||||
template<> struct hash_ops<RTLIL::State> : hash_ops<int> {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue