Skip to main content

A seamless Python remote bridge to Cadence's Skill in Virtuoso

Project description

Python-Skill Bridge

PyPI version build

Prerequisites

  • Python 3.6 or higher
  • pip
  • IC 6.1.7 or ICADV/M or higher

Features

  • Run Virtuoso's Skill functions from Python
  • Automatically translate all Skill objects to Python
  • Automatically translate Python numbers, booleans, strings, lists and dictionaries to Skill
  • Retrieve Skill function documentation in Python
  • Convenient tab-completion (+ jupyter support)
    • object attributes
    • global function list
    • methods

Read more in the full documentation.

Installation

pip install skillbridge

Add the --user option if you don't want to install it systemwide.

Before you can use the Skill bridge you must generate the function definitions from Virtuoso via the Skill console.

  1. Type skillbridge path into your shell to acquire the correct PATH-TO-IPC-SERVER
  2. Open Virtuoso
  3. Type these commands into the Skill console
    • load("PATH-TO-IPC-SERVER")

After that you can also generate the static completion stub files. This is useful for code completion in certain IDEs (e.g. PyCharm)

  • Type skillbridge generate into your shell.

Updating

In order to update the python package type this

pip install skillbridge --upgrade

Examples

Note: All these examples assume that the Skill server is running. You can start it by typing the following command into the Skill console.

load("PATH-TO-IPC-SERVER")
pyStartServer
Connecting to the server
from skillbridge import Workspace

ws = Workspace.open()
Accessing the currently open edit cell view
cell_view = ws.ge.get_edit_cell_view()
Inspecting available properties
>>> dir(cell_view)
['DBUPerUU', 'any_inst_count', 'area_boundaries', 'assoc_text_displays', 'b_box', ...]

or type cell_view.<TAB> in jupyter/ipython

Reading properties
>>> print(cell_view.b_box)
[[0, 10], [2, 8]]

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

skillbridge-1.3.1.tar.gz (24.1 kB view details)

Uploaded Source

Built Distribution

skillbridge-1.3.1-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

Details for the file skillbridge-1.3.1.tar.gz.

File metadata

  • Download URL: skillbridge-1.3.1.tar.gz
  • Upload date:
  • Size: 24.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for skillbridge-1.3.1.tar.gz
Algorithm Hash digest
SHA256 9bdfeb83b06f5e535e883231b6dc5c987732355b497f57b0408a9d5275a1cd39
MD5 1bb17cfcb2bf19059e7a0faca6d5f99c
BLAKE2b-256 f2d814f012a2f5ed734512bb8dd20693c1e1d6e44c63b165ece7c5b8251f522a

See more details on using hashes here.

File details

Details for the file skillbridge-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: skillbridge-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 28.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for skillbridge-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 33231aac404f715d34fb749a632f941886b8dd9e4f05cf871fced13f545790e9
MD5 9efa9527786b24e1bdea627298419c96
BLAKE2b-256 2ef522b3d914e0708ce37ec4da249cada54e4f43559f4a9ba632889ad4cc8420

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page