Skip to main content

Peek at signals in a MyHDL digital system simulation.

Project description

https://img.shields.io/pypi/v/myhdlpeek.svg

A module that lets you monitor signals in a MyHDL digital system simulation and display them as waveforms in a Jupyter notebook. Make changes to your digital design and see the results reflected immediately in the waveforms of your notebook!

myhdlpeek implements a Peeker object that monitors a signal and records the time and value when it changes. Just add multiple Peekers where you want to monitor something (even at sub-levels of a hierarchical design) and then view the collected timing waveforms with a single command. You can also select which signals are shown, set the beginning and ending times of the display, and set other options.

Below are some examples of Jupyter notebooks using myhdlpeek. Unfortunately, the Github Notebook viewer doesn’t render the waveform displays so you’ll have to download and run the notebooks locally or click on the static HTML link to see what myhdlpeek can do.


Features

  • Captures timing traces of signals in a MyHDL digital design.

  • Works at the top-level and sub-levels of a hierarchical design.

  • All signals or a selected subset can be displayed.

  • The beginning and ending points of the waveform display can be set.

  • Timing marks can be turned on or off.

  • Titles and captions are supported.

  • Tabular output in Jupyter and console.

  • Trigger expressions allow the display of a selected portion of traces.

History

0.0.6 (2017-10-11)

  • The skin can now be set for waveform traces (either ‘default’ or ‘narrow’).

  • clear_traces() was added to remove signal trace data from Peekers without removing the Peekers so another simulation can be run.

  • Updated documentation.

  • Removed unused __main__.py.

0.0.5 (2017-08-25)

  • Added PeekerGroup class to allow grouping of Peekers.

  • Trace objects now only return integer values.

0.0.4 (2017-07-04)

  • Added trigger capability to select a portion of traces for display.

  • Extended waveform & table display to both Peekers and Traces.

0.0.3 (2017-06-23)

  • Made compatible with Python 2.7.

  • Added tabular output of Peeker data traces.

0.0.2 (2017-06-12)

  • Added static HTML pages to display what myhdlpeek can do. (Notebook rendering with nbconvert won’t show waveforms.)

0.0.1 (2017-06-10)

  • First release on PyPI.

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

myhdlpeek-0.0.6.tar.gz (21.7 kB view hashes)

Uploaded Source

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