lib-db-gen

Installation
SKILL.md

Lib DB Gen

Use this skill when a flow needs a Synopsys .db and only has either a Liberty .lib or an RTL top module whose ports should become a black-box stub cell.

Commands

The bundled script is scripts/lib_db_gen.py.

Convert an existing Liberty file to DB:

python3 .agents/skills/lib-db-gen/scripts/lib_db_gen.py convert \
  --lib path/to/input.lib \
  --db path/to/output.db

Generate an early black-box Liberty from a Verilog top and compile it to DB:

Installs
1
GitHub Stars
18
First Seen
Jul 12, 2026
lib-db-gen — siliconpeasant/vibe_soc