-
Notifications
You must be signed in to change notification settings - Fork 1
CPLD control tool
License
marex/cpld-control
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CPLD control tool
=================
This tool is meant for operating the CPLD present on either ULCB or Stout
boards. The tool allows accessing the CPLD registers via the USB-serial
port on the board.
To compile the tool, use "make".
To use the tool, see help first:
CPLD control
cpld-control [-h] ............................... Print this help.
cpld-control -l ................................. List available devices.
cpld-control -d <FTDI iSerial> .................. Dump CPLD registers.
cpld-control -w <FTDI iSerial> [<reg> <val>]* ... Write CPLD register(s).
*One or more [<reg> <val>] pairs can be specified.
Then either dump CPLD registers with -d or write CPLD registers with -w .
About
CPLD control tool
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published