Skip to content

antmicro/dac-eyescan-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI DAC Eyescan test

Copyright (c) 2025 Antmicro

Contains scripts to connect to the DAC38J8x using JTAG and perform eyescan test.

Install

  1. Download the repository
git clone https://github.com/antmicro/dac-eyescan-test.git
  1. Setup virtual environment and install requirements
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

  1. Connect the DAC38J8x to the host using FTDI
  2. Power the DAC38J8x board
  3. Run the test
python eyescan.py

List available FTDI interfaces

By default, the script picks the first available FTDI interface. --pyftdi-url can be used to select a specific FTDI interface. To list all available interfaces, run the following command in the active virtual environment:

(.venv) $ ftdi_urls.py
Available interfaces:
    ftdi://ftdi:232h:210299BF3425/1  (Digilent USB Device)

You can then pass the preferred url to --pyftdi-url.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages