1
0
mirror of synced 2026-05-02 14:31:37 +00:00

Merge pull request #3755 from RTLWorks/muthu/issue3498

[YOSYS] Issue #3498 - Fix Synopsys style unquoted Liberty style
This commit is contained in:
Miodrag Milanović
2023-05-15 16:34:35 +02:00
committed by GitHub
2 changed files with 12 additions and 4 deletions

View File

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