mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
Get rid of sigBset too
This commit is contained in:
parent
91ef4457b0
commit
09c26c55bb
2 changed files with 10 additions and 12 deletions
|
@ -23,10 +23,6 @@
|
|||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
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/xilinx_dsp_pm.h"
|
||||
|
||||
void pack_xilinx_dsp(dict<SigBit, Cell*> &bit_to_driver, xilinx_dsp_pm &pm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue