Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Cleanup + Yosys Updates #5

Merged
merged 7 commits into from
Sep 11, 2024
Merged

Python Cleanup + Yosys Updates #5

merged 7 commits into from
Sep 11, 2024

Conversation

donn
Copy link
Member

@donn donn commented Aug 20, 2024

  • Created buildPythonEnvForInterpreter, which can be used for applications embedding Python interpreters (e.g. KLayout) to provide a passthru withPythonPackages method
  • Updated KLayout to 0.29.4
    • withPythonPackages method added to add packages to built-in Python interpreter
    • klayout-pymod moved as a passthru named klayout.pymod
  • Updated Yosys to 0.44
    • Yosys and YosysHQ plugins now use versions instead of revs
    • Now built with Pyosys enabled, module accessible via yosys.pymod
    • yosys-ghdl plugin now also available on x86_64-darwin
    • yosys-abc now moved inside same file as yosys, uses abc tarball from yosys release
    • Patched in -y flag for libyosys Python scripts YosysHQ/yosys#4553
  • Cleaned up metadata
  • Cleaned up rec{ blocks

donn added 7 commits July 22, 2024 00:07
* Cleaned up licenses
* Cleaned up `rec{` blocks
* Created `buildPythonEnvForInterpreter`, which can be used for applications embedding Python interpreters (e.g. KLayout) to provide a passthru `withPythonPackages` method
* Updated KLayout to `0.29.4`
  * `withPythonPackages` method added to add packages to built-in Python interpreter
  * `klayout-pymod` moved as a passthru named `klayout.pythonModule`
* Yosys
  * Now built with Pyosys enabled, module accessible via `yosys.pythonModule`
  * ghdl plugin now also available on `x86_64-darwin`
@donn donn marked this pull request as ready for review September 11, 2024 18:12
@donn donn merged commit 5d66bb7 into main Sep 11, 2024
@donn donn deleted the python_cleanup branch September 11, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant