OpenCores
URL https://opencores.org/ocsvn/mpeg2fpga/mpeg2fpga/trunk

Subversion Repositories mpeg2fpga

[/] [mpeg2fpga/] [trunk/] [README] - Blame information for rev 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 kdv
This is a mpeg2 video core. To run a testbench:
2
 
3
1. Download a sample video
4
 
5
cd tools/streams
6
wget ftp://ftp.tek.com/tv/test/streams/Element/MPEG-Video/625/susi_015.m2v
7
mv susi_015.m2v stream-susi.mpg
8
 
9
2. Install Icarus verilog
10
 
11
apt-get install iverilog
12
 
13
3. Run testbench
14
 
15
cd bench/iverilog
16
Verify top of Makefile looks like this:
17
 
18
STREAM = ../../tools/streams/stream-susi.mpg
19
MODELINE = MODELINE_SIF
20
 
21
make clean test
22
 
23
Directory ought to fill with .ppm files.
24
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.