3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Compute sigP properly

This commit is contained in:
Eddie Hung 2019-09-04 16:59:57 -07:00
parent 229e54568e
commit 93d798272d

View file

@ -189,7 +189,7 @@ code ffP sigP clock
clock = c;
sigP = port(ffP, \Q);
sigP.replace(port(ffP, \D), port(ffP, \Q));
}
endcode