Copyright (c) 2025 Antmicro
Contains scripts to connect to the DAC38J8x using JTAG and perform eyescan test.
- Download the repository
git clone https://github.com/antmicro/dac-eyescan-test.git
- Setup virtual environment and install requirements
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt- Connect the DAC38J8x to the host using FTDI
- Power the DAC38J8x board
- Run the test
python eyescan.pyBy 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.