PyTCL allows control EDA tools directly from Python that use TCL
Project description
SPDX-FileCopyrightText: 2025 Tymoteusz Blazejczyk tymoteusz.blazejczyk@tymonx.com SPDX-License-Identifier: Apache-2.0
PyTCL
PyTCL allows control EDA tools directly from Python that use TCL.
Examples
Creating new Vivado project:
from pathlib import Path
from pytcl import Vivado
def main() -> None:
"""Create new Vivado project."""
project_dir: Path = Path.cwd() / "my-awesome-project"
with Vivado() as vivado:
vivado.create_project(project_dir.name, project_dir)
vivado.close_project()
if __name__ == "__main__":
main()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytcl_eda-0.1.1.tar.gz
(11.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytcl_eda-0.1.1.tar.gz.
File metadata
- Download URL: pytcl_eda-0.1.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b934d4222c2248995296b83b91471c911e4a7bf6771e36ff5e7ced5ebe72a2ff
|
|
| MD5 |
bf81bc773516afa24942d308a39d083e
|
|
| BLAKE2b-256 |
73e04d45a7c74fdaaf46863b90ef8639025cf0c3da2aab3aa3da9602bad9898c
|
File details
Details for the file pytcl_eda-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pytcl_eda-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d123230ca80769d53ba879c397951dc34225d67fd6fd285ba12dda4c53237c1
|
|
| MD5 |
96f5728919019653b9b8c35127c51bec
|
|
| BLAKE2b-256 |
d3f808a16bf63ea4da38a8e27d3ca275db6743245707f8c8186228d6b6ffede3
|