1
0
mirror of synced 2026-02-02 23:21:07 +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;