mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
Revert changes to RTLIL::SigSpec methods
This commit is contained in:
parent
e35dfc5ab5
commit
1b0e68db94
4 changed files with 36 additions and 15 deletions
|
@ -23,9 +23,10 @@
|
|||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
template<class T> bool includes(const T &lhs, const T &rhs) {
|
||||
template<class T> inline bool includes(const T &lhs, const T &rhs) {
|
||||
return std::includes(lhs.begin(), lhs.end(), rhs.begin(), rhs.end());
|
||||
}
|
||||
#include <set>
|
||||
#include "passes/pmgen/ice40_dsp_pm.h"
|
||||
|
||||
void create_ice40_dsp(ice40_dsp_pm &pm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue