3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 04:01:25 +00:00

Merge branch 'YosysHQ:master' into main/issue2525

This commit is contained in:
Muthiah Annamalai (முத்து அண்ணாமலை) 2023-05-16 21:21:32 -07:00 committed by GitHub
commit 693c609eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 2505 additions and 57 deletions

View file

@ -0,0 +1,8 @@
library(fake) {
cell(bugbad) {
bundle(X) {
members(x1, x2);
power_down_function : !a+b ;
}
}
}