mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +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) {
|
cell (dffe) {
|
||||||
area : 6;
|
area : 6;
|
||||||
ff("IQ", "IQN") {
|
ff("IQ", "IQN") {
|
||||||
next_state : "(D&EN) | (IQ&!EN)";
|
next_state : "(D EN) | (IQ !EN)";
|
||||||
clocked_on : "!CLK";
|
clocked_on : "!CLK";
|
||||||
}
|
}
|
||||||
pin(D) {
|
pin(D) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue