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 files required for testing a design. It takes a high-level description of the circuit under test (CUT) in an HDL format, i.e., Verilog or VHDL. In addition to synthesizing, it automatically generates the files needed for testing and executes simulations. Some stages might be dependent on others, meaning that one phase might use the outputs of the other. Hence, it is recommended to run all steps in the specified order one after the other. However, it is possible to execute each stage individually. 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 ut-date
    

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.6.1.tar.gz (67.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ut_date-1.6.1-py3-none-any.whl (68.4 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ut-date-1.6.1.tar.gz
  • Upload date:
  • Size: 67.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.6.1.tar.gz
Algorithm Hash digest
SHA256 2e08c3c4416537bc6c965b5bafdbb797bbf791299f158b9ee9ab7d5b4bea1a0c
MD5 400b77d22ab11bd0f47d843a5ad151fe
BLAKE2b-256 8db71068abc4c919b4067a68e16ba7c48ee8a13257cc1562a7b7e4f64f8a9fd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ut_date-1.6.1-py3-none-any.whl
  • Upload date:
  • Size: 68.4 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.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 94f2ca26ece5b01f791f7abdff746e9b5fe58399f81791ccec30fefd995b5d9e
MD5 10ec4ef7e742e0435c92e76913453574
BLAKE2b-256 be11b2dc3e1a586687869f313b3527552051518c25f69d5e67c91ccf6d1034e3

See more details on using hashes here.

Supported by

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