mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 17:36:16 +00:00
Oops
This commit is contained in:
parent
5f8f0e1383
commit
1df9c5d277
1 changed files with 1 additions and 2 deletions
|
@ -411,8 +411,7 @@ code dffQ
|
||||||
if (port(ff, \CLK) != clock)
|
if (port(ff, \CLK) != clock)
|
||||||
reject;
|
reject;
|
||||||
}
|
}
|
||||||
else
|
dffclock = port(ff, \CLK);
|
||||||
dffclock = port(ff, \CLK);
|
|
||||||
|
|
||||||
dff = ff;
|
dff = ff;
|
||||||
dffD = dffQ;
|
dffD = dffQ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue