mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Consistency
This commit is contained in:
parent
ee500b6d8e
commit
e17f3f8c63
2 changed files with 6 additions and 4 deletions
|
@ -460,7 +460,7 @@ arg argD argQ clock
|
|||
|
||||
code
|
||||
dff = nullptr;
|
||||
if (GetSize(argQ) == 0)
|
||||
if (argQ.empty() == 0)
|
||||
reject;
|
||||
for (const auto &c : argQ.chunks()) {
|
||||
// Abandon matches when 'Q' is a constant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue