Skip to main content

Design And Test Environment

Project description

UTDATE: Design And Test Environment

utdate is a tool provided by Navabi Lab Group (University of Tehran) to facilitate design and test flow of digital circuits.

In fact, utdate is a toolchain to generate some of files required for testing a design. It takes takes a high-level description of the circuit under test (CUT) in an HDL format, i.e., Verilog or VHDL, and in addition to synthesizing, it automatically generates the files needed for testing and executes simulations. Some stages might dependent on others, meaning that one phase might use outputs of the other. Hence, it is recommended to run all steps in specified order one after the other. However, it is possible to individually execute each stage. After running the toolchain, two main categories of files will be generated, synthesis and test-related files. The synthesis directory contains pre- and post-mapped synthesis outputs. The former is netlists of the default library of Yosys and the latter is netlists mapped to our custom library. The test directory gathers all files needed for test purposes including the “.bench” format of the CUT, fault list, and test set.

How to install

utdate is a python package hosted at Pypi (the Python Package Index) and can be installed like any other using pip install <package> command. The package is self-contained and takes care of prerequisites. But before starting to use it you must make sure you have the right version of python installed.

This package relys on tcl/tk to run its GUI. tkinter is the standard Python interface to the Tcl/Tk. According to official python documentation page

Running python -m tkinter from the command line should open a window demonstrating a simple Tk interface, letting you know that tkinter is properly installed on your system

It simply means that Tkinter (and, since Python 3.1, ttk, the interface to the newer themed widgets) is included in the Python standard library and it relies on Tcl/Tk being installed on your system. But depending on how you install Python, this may not happen automatically.

There is a detailed tutorial on how to get Python and Tkinter onto your machine on tk documentation page but here's a brief overview:

1. For Linux Distribution (Using Package Manager)

Usually Linux distributions comes with a recent version of Python 3.x installed (if don't go a head and install it using Package Manager). That is most likely to contained with tkinter package as well. To find out, simply open python and import tkinter. If no error occures you're good to go. but

Sometimes Linux distributions separate out their Tkinter support into a separate package. If so, you'll need to find and install this package, which will also ensure that appropriate versions of the Tcl/Tk libraries are installed on your system. For example, running Ubuntu 20.04LTS, Python 3.8.2 is already installed. However, to use Tkinter, you need to install a separate package, named python3-tk:

%sudo apt-get install python3-tk

2. For MacOs

Easy Way

the easiest way to get Tk and Tkinter installed on your system is using Python's binary installer, available at python.org.

Install package using PIP

As was already mentioned, utdate can be easily installed using pip:

  • (Although not neccessary) let's Start by making sure you have the latest version of "pip" installed: Unix/MacOs:

    python3 -m pip install --upgrade pip
    

    Windows:

    py -m pip install --upgrade pip
    
  • Next, download the package from PyPi:

    pip install -i https://test.pypi.org/simple/ 
    

How to Run

To run utdate, open a terminal at your working dirctory and call:

python3 -m utdate

This executes utdate's main module and opens up the gui.

Remember that opening the program would automatically creates new directories and places some file.

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

ut-date-1.3.0.tar.gz (12.8 MB view details)

Uploaded Source

Built Distribution

ut_date-1.3.0-py3-none-any.whl (12.9 MB view details)

Uploaded Python 3

File details

Details for the file ut-date-1.3.0.tar.gz.

File metadata

  • Download URL: ut-date-1.3.0.tar.gz
  • Upload date:
  • Size: 12.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.2

File hashes

Hashes for ut-date-1.3.0.tar.gz
Algorithm Hash digest
SHA256 2c71d4f37aa838a29a354c34afdaa8a08b70f4aa0146dfd8254106565666ad0f
MD5 b5bd8abfdc17ed18b203ce4314d0a157
BLAKE2b-256 6a2ef778c4d3390ab49bab7376c771e8903aac516b7306946a967877376c8216

See more details on using hashes here.

Provenance

File details

Details for the file ut_date-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: ut_date-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.2

File hashes

Hashes for ut_date-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07838ebab3145cb8841ed10a677000b71c554aa47b098a50a2d6dc7b682a4683
MD5 da48c6985770827a854567494b51fcad
BLAKE2b-256 ce192404d968cd694390356caa088e5ba7ffa49062150dcde455cc91adefdd55

See more details on using hashes here.

Provenance

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