3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-23 04:38:55 +00:00

dfflibmap: show dffe inference is broken by space ANDs

This commit is contained in:
Emil J. Tywoniak 2025-07-11 00:33:01 +02:00
parent dfe86b50d8
commit 6ee01308f2

View file

@ -55,7 +55,7 @@ library(test) {
cell (dffe) {
area : 6;
ff("IQ", "IQN") {
next_state : "(D&EN) | (IQ&!EN)";
next_state : "(D EN) | (IQ !EN)";
clocked_on : "!CLK";
}
pin(D) {