3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00
This commit is contained in:
Eddie Hung 2019-09-09 16:07:40 -07:00
parent 5f8f0e1383
commit 1df9c5d277

View file

@ -411,8 +411,7 @@ code dffQ
if (port(ff, \CLK) != clock)
reject;
}
else
dffclock = port(ff, \CLK);
dffclock = port(ff, \CLK);
dff = ff;
dffD = dffQ;