Skip to main content

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

Project description

Python-Skill Bridge 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 python -m skillbridge 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")
    • pyDumpFunctionDefinitions "<install>" ("<install>" is not a placeholder, type it as is)

Note: Generating the function definitions may take several seconds to complete.

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

  • Type python -m skillbridge -g 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.0.5.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

skillbridge-1.0.5-py3-none-any.whl (28.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skillbridge-1.0.5.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for skillbridge-1.0.5.tar.gz
Algorithm Hash digest
SHA256 4d7be8587054400152e8d194738d6b037456fc075ff52ae9524fb2116b1edee8
MD5 fa2f0153649f951510ea43679495df37
BLAKE2b-256 17891fb1885de6a2ce4f1ba8785f5ede0952b3a747230189a30bcaf2e863bfe5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skillbridge-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 28.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for skillbridge-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0a244d2dfbe9d0846a7f9b1d1ec9f19a1c5258465623fda9e5ec4849a8be180f
MD5 fbbc736e1675a9095ef8f2235afc6c5c
BLAKE2b-256 edf4c5cf63241c7086930322c3534d6c1e9bca8edd3c6ce6a36069e6b46c40f1

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