
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
A Python library that reads LEF and DEF files, extracts the RC parasitics and generates their corresponding SPEF file.
python3 -m pip install spef-extractor
spef_extractor <lef_file_path> <def_file_path> <wire_model which can be L or Pi> <edge_capacitance_factor which is a value between 0 and 1 where the default is 1>
```
For example:
```
python3 main.py osu035.lef rle_rec.def L 1
where osu035.lef
is the provided lef file and rle_rec.def
is its corresponding def file. Aftwards, we extract the RC parasitics and output them in a SPEF file named rle_rec.spef
(holds the same name as the def file by default).
In order to parse the lef and def files, we used trimcao's def and lef parser.
During our development, we had to make some assumptions to for the sake of simplicity:
This was initially created for the Digital Design 2 Course CSCE3304 at the American University in Cairo under the supervision of Doctor Mohamed Shalan. Its development was ongoing afterwards as a part of an undergraduate research internship at the American Univeristy in Cairo.
The Apache License, version 2.0. See License
.
FAQs
A parasitics estimator based on layout and technology files.
We found that spef-extractor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.