dan-fritchman / Hdl21

Hardware Description Library
BSD 3-Clause "New" or "Revised" License
60 stars 13 forks source link

Include `sample_pdk/resources/models.sp` with pypi distributions #139

Closed dan-fritchman closed 1 year ago

dan-fritchman commented 1 year ago

It is helpful to have a known-working PDK in every installation of Hdl21.
The built-in sample_pdk kinda does that. But doesn't have the right PyPi/ setup.py/ distutils-foo to include its (very short) model-file.
The issue: add the configuration to get that included. Better yet, somehow test that it works.