All Projects → chiggs → oc_jpegencode

chiggs / oc_jpegencode

Licence: other
Fork of OpenCores jpegencode with Cocotb testbench

Programming Languages

Verilog
626 projects
Coq
218 projects

oc_jpegencode

Documentation Status Build Status Coverage Status

Fork of OpenCores jpegencode with Cocotb testbench. Uses the Python image library to send files through the encoder.

Original project page on Opencores: http://opencores.org/project,jpegencode

To run the testbench:

# Pre-requisites
sudo yum install -y python-imaging
sudo yum install -y iverilog

# Checkout git repositories
git clone https://github.com/potentialventures/cocotb.git
git clone https://github.com/chiggs/oc_jpegencode.git

# Environment
export COCOTB=`pwd`/cocotb

# Run the tests...
cd oc_jpegencode/tb
make

Documentation hosted on ReadTheDocs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].