chiggs / oc_jpegencode

Fork of OpenCores jpegencode with Cocotb testbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fork of OpenCores jpegencode with Cocotb testbench

License:Other


Languages

Language:Verilog 96.9%Language:Coq 2.1%Language:Python 0.5%Language:Makefile 0.4%Language:Stata 0.1%