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:
parent
dfe86b50d8
commit
6ee01308f2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue