This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
07a615a283
yosys
/
tests
/
liberty
/
issue3498_bad.lib
9 lines
119 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove trailing whitespaces
2026-06-23 07:24:59 +02:00
library(fake) {
cell(bugbad) {
bundle(X) {
[YOSYS] Issue #3498 - Fix Synopsys style unquoted Liberty style function body parsing with unittest
2023-05-07 08:19:02 +02:00
members(x1, x2);
Remove trailing whitespaces
2026-06-23 07:24:59 +02:00
power_down_function : !a+b ;
[YOSYS] Issue #3498 - Fix Synopsys style unquoted Liberty style function body parsing with unittest
2023-05-07 08:19:02 +02:00
}
}
}