37 releases
0.6.6 | Sep 12, 2024 |
---|---|
0.6.2 | Aug 31, 2024 |
0.4.11 | Jul 30, 2024 |
0.4.0 | Mar 31, 2024 |
0.1.0 | Feb 27, 2023 |
#2486 in Development tools
113 downloads per month
Used in liberty-db
40KB
857 lines
liberty-db
Highlight Features
- Support all
liberty
attributes with typed datastructure, rather than syntax tree (AST) only, in the definition of Liberty Version R-2020.09, September 2020 - Support
liberty
boolean expression syntax, employ binary decesion diagram (BDD) to identify (hashing) - Parser & formatter are implemented by static macros, providing a decent preformance and tiny ~2MB
parser & formatter
binary. See benchmark summary - Support
define define_group
user-defined attributes - Verified with library-complier, well defined document, and examples provided
Usage
This library is implemented in Rust, with document.
[dependencies]
liberty_db = "0.6"
You can run examples with commands:
# example0
cargo run --package example0_parse_fmt
# example1
cargo run --package example1_parse_fmt_file -- dev/tech/cases/ocv.lib
# example2
cargo run --package example2_prune_lib -- dev/tech/cases/ocv.lib
Benchmark
Basic information as follow, see latest benchmark summary.
Project Comparison
Proj | Language | Version | Type Support | Boolean Expression | Comment | ||
---|---|---|---|---|---|---|---|
All | Partly | AST only | |||||
liberty-db | rust | latest | ✓ | ✓ | current version | ||
si2dr_liberty | C | 1.0 | ✓ | ✓ | Synopsys's version at 2005, many attributes are not supported | ||
OpenTimer | C++17 | 2 | ✓ | ✓ | STA tool's liberty component | ||
liberty-io | rust | 0.0.4 | ✓ | ||||
libertyparse | rust | 0.3.0 | ✓ | ✓ | |||
liberty2json | rust | 0.1.0 | ✓ |
Proj | Language | Version | Type Support | Boolean Expression | Comment | ||
---|---|---|---|---|---|---|---|
All | Partly | AST only | |||||
liberty-db | rust | latest | ✓ | ✓ | current version | ||
liberty-db | rust | 0.6.3 | ✓ | ✓ | published at 2024-09-07 | ||
liberty-db | rust | 0.5.9 | ✓ | ✓ | published at 2024-08-27 | ||
liberty-db | rust | 0.4.13 | ✓ | ✓ | published at 2024-08-13 | ||
liberty-db | rust | 0.3.1 | ✓ | published at 2023-08-03 |
Dev
Run benchmark yourself, it will takes 30mins.
cargo bench --bench dev
Run unit-test and regression yourself.
cargo test
cargo test --package dev
TODO
intrinsic_parasitic
groupleakage_current
groupdynamic_current
group- use PDFJS
- stream input
- Linked Group
userdefine
removeGroupWapper
,ComplexWapper
,SimpleWapper
. At leaset remove it in parser and formatterfix missing newline at enddingrecursive parse boolean expressionmacrosformat toliberty
support multi-line\
support commentUseMutSet
to store GroupMap
Dependencies
~260–710KB
~17K SLoC