This commit is contained in:
Eddie Hung 2019-09-09 16:07:40 -07:00
parent 5f8f0e1383
commit 1df9c5d277
1 changed files with 1 additions and 2 deletions

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;