mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 06:35:49 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
37806d5ea7
8 changed files with 172 additions and 16 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