mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Added techmap CONSTMAP feature
This commit is contained in:
parent
7daad40ca4
commit
2541489105
3 changed files with 126 additions and 12 deletions
|
@ -278,6 +278,9 @@ namespace RTLIL
|
|||
result.push_back(it.second);
|
||||
return result;
|
||||
}
|
||||
|
||||
std::set<T> to_set() const { return *this; }
|
||||
std::vector<T> to_vector() const { return *this; }
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue