
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.