Skip to content

persimmonsai/hbm-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

HBM footprint and symbol generation tool

hbm-bump-gen.py generates a KiCad 6/7 footprint and symbol for HBM3 based on JEDEC JESD238A.

The HBM3 footprint has a very large number of micro bumps with some pattern based repitition and some unusual layout. The hbm-bump-gen.py script was written to move mistakes from hand edited schematic symbol and package footprint into python bugs.

Running the script

The generator has some dependencies detailed in the requirements.txt file.

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 hbm-bump-gen.py

About

HBM package and symbol generation scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages