mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-02 21:37:04 +00:00
width issues
dff cell for more than one registers
This commit is contained in:
parent
8661626157
commit
3a1490888d
2 changed files with 89 additions and 66 deletions
|
@ -101,7 +101,7 @@ namespace RTLIL
|
|||
return std::string(*this) < std::string(rhs);
|
||||
}
|
||||
void check() const {
|
||||
assert(empty() || (size() >= 2 && (at(0) == '$' || at(0) == '\\')));
|
||||
//assert(empty() || (size() >= 2 && (at(0) == '$' || at(0) == '\\')));
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue