Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daquintero/piel
Photonic Integrated ELectronics. Microservices to codesign photonics, electronics, quantum, and more.
https://github.com/daquintero/piel
codesign electronics gdsfactory openroad optimization photonics quantum system
Last synced: 20 days ago
JSON representation
Photonic Integrated ELectronics. Microservices to codesign photonics, electronics, quantum, and more.
- Host: GitHub
- URL: https://github.com/daquintero/piel
- Owner: daquintero
- License: mit
- Created: 2023-06-10T09:07:38.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-10-24T10:29:26.000Z (23 days ago)
- Last Synced: 2024-10-25T08:49:31.219Z (22 days ago)
- Topics: codesign, electronics, gdsfactory, openroad, optimization, photonics, quantum, system
- Language: Python
- Homepage: https://piel.readthedocs.io
- Size: 58.4 MB
- Stars: 42
- Watchers: 1
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# **P**hotonic **I**ntegrated **EL**ectronics
[![PyPI
Name](https://img.shields.io/badge/pypi-piel-blue?style=for-the-badge)](https://pypi.python.org/pypi/piel)
[![PyPI
Version](https://img.shields.io/pypi/v/piel.svg?style=for-the-badge)](https://pypi.python.org/pypi/piel)
[![Documentation
Status](https://readthedocs.org/projects/piel/badge/?style=for-the-badge)](https://piel.readthedocs.io/en/latest/?version=latest)
![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/daquintero/605df9da19061593715258b77e06ab9b/raw/piel_coverage.json)
[![MIT](https://img.shields.io/github/license/gdsfactory/gdsfactory?style=for-the-badge)](https://choosealicense.com/licenses/mit/)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/psf/black)**`piel < 0.1` is still in active development. The API is starting to stabilize, but use it currently at your own risk.**
Microservices to codesign photonics, electronics, communications,
quantum, and more.- Free software: MIT license
- Documentation:
- Slack Channel: [Join `#piel` in open-source-silicon.dev](https://join.slack.com/t/open-source-silicon/shared_invite/zt-22rt521qo-C7HUHAXDJ~am33y9ZNOPlg)## Target functionality
- Co-simulation and optimisation between integrated photonic and
electronic chip design.
- System interconnection modelling in multiple domains.
- Experimental and simulation metadata/data management & integration.
- Chip and interposer design integration.
- Co-design components to circuits flow.
- Maintain a multi-tool dependency design environment.`piel` aims to provide an integrated workflow to co-design photonics and
electronics, classically and quantum. It does not aim to replace the
individual functionality of each design tool, but rather provide a glue
to easily connect them all together and extract the system performance.## Examples
Follow the many [examples in the
documentation](https://piel.readthedocs.io/en/latest/examples.html).## Microservices Toolset
This package provides interconnection functions to easily co-design
microelectronics through the functionality of the major python-integrated microelectronics projects and
photonics via the [GDSFactory project](https://github.com/gdsfactory/gdsfactory).![image](docs/_static/img/piel_microservice_structure.png)
Some existing microservice dependency integrations are:
- [amaranth](https://github.com/amaranth-lang/amaranth) - A modern hardware definition language and toolchain based on Python.
- [cocotb](https://github.com/cocotb/cocotb) - a coroutine based
cosimulation library for writing VHDL and Verilog testbenches in
Python.
- [hdl21](https://github.com/dan-fritchman/Hdl21) - Analog Hardware
Description Library in Python
- [GDSFactory](https://github.com/gdsfactory/gdsfactory) - An open
source platform for end to-end photonic chip design and validation
- [Openlane v2](https://github.com/efabless/openlane2) - The next generation of OpenLane, rewritten from scratch in Python with a modular architecture
- [sax](https://github.com/flaport/sax) - S-parameter based frequency
domain circuit simulations and optimizations using JAX.
- [thewalrus](https://github.com/XanaduAI/thewalrus) -A library for
the calculation of hafnians, Hermite polynomials and Gaussian boson
sampling.
- [qutip](https://github.com/qutip/qutip) - QuTiP: Quantum Toolbox in
Python`piel` also provides a common dependency-resolved environment for all these tools, so that you just get started with designing rather than manage dependencies (which is a massive pain). Full flow environment toolsets can use `nix`, `docker`, and `local` installations following the existing open-source design flows.
## Contribution
If you feel dedicated enough to become a project maintainer, or just
want to do a single contribution, let\'s do this together!