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.2.4.tar.gz (25.7 kB view details)

Uploaded Source

Built Distribution

skillbridge-1.2.4-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skillbridge-1.2.4.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for skillbridge-1.2.4.tar.gz
Algorithm Hash digest
SHA256 d2b76d979faa529fa3ae199cce37b5c6678ec41c4d98f77a11e05ef6e06afe51
MD5 d3832341e8e61ad7ad372c5207915b6d
BLAKE2b-256 350a3e83b29a60fdba3b9a2c0cb3f403ebde93d4b65b38494795279088cdee22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skillbridge-1.2.4-py3-none-any.whl
  • Upload date:
  • Size: 33.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for skillbridge-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e131c20630cd6cb300c93eab361082988eadebf1a39da8921e4cd82577103b27
MD5 ded14b9a31e7a09f7c4ce6bd9b392c57
BLAKE2b-256 2c8e6b4cd62ce56c663007d81b6b4b4c6cde0c499d65e51c06c36f3cea24773e

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