eclipsevl / altera-stapl

A user-space port of the altera-stapl driver from the linux kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

altera-stapl

Build Status

Alteras Jam STAPL Bytecode Player with 64-bit support. This is a user-space port of the altera-stapl driver from the linux kernel. The source released by Altera wasn't 64-bit compatible. Additionally, the linux version is much cleaner and old cruft was removed.

Compared to the original Altera sources this has the following new features:

  • uses the generic GPIO interface, thus should be usable with any CPLD/FPGA devices which have their JTAG port connected to GPIOs accessible by the kernel.
  • much cleaner source code
  • GPLv2 license

Authors

About

A user-space port of the altera-stapl driver from the linux kernel

License:GNU General Public License v2.0


Languages

Language:C 99.4%Language:Makefile 0.6%