Skip to content

chiggs/oc_jpegencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages