3
0
Fork 0
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:
Akash Levy 2025-07-16 14:59:29 -07:00 committed by GitHub
commit 37806d5ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 172 additions and 16 deletions

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) {