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

Subversion Repositories xmatchpro

[/] [xmatchpro/] [trunk/] [xmw4-comdec/] [readme.txt] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 eejlny
X-MatchPROvw readme file
2
 
3
This release has been updated to support Xilinx V4/v5/Zynq parts. Pushbutton performance on these parts is around 100 MHz
4
for V4 and 140 MHz for V5 which translates in a substained streaming compression/decompression throughput of 400 Mbytes/second
5
and 560 Mbytes/second respectively.
6
 
7
package contents
8
 
9
directories:
10
prj => create your modelsim, ise or synplify projects in the appropriate subfolder in this directory
11
src => all the sources needed for the project. Fully synthesisable and targetting Altera FPGAs.
12
lib => libraries needed for the project
13
doc => documentation. The data sheet is the best paper to know how to use the core. xmw is the best paper to understanding
14
       the hardware architecture and CR_comp provides compression test results done by a third party agains the popular
15
LZS algorithm
16
test => test vector samples
17
bin  => executables to test compression/decompression performance in a Windows PC
18
 
19
----modelsim
20
To simulate the core create a project in the "prj/modelsim" directory. The "prj/modelsim" directory contains a script file (vw.do) that
21
will do all the compilation for you.
22
Once the prj has been create in the Modelsim prompt type "do vw.do" to create the required libraries and
23
compile the whole project.
24
Make sure that the vw.do file is located in your project directory.
25
 
26
After compilation finishes successfully you can simulate the core using the testbench tb_level1cr.
27
The testbench supplies sample data and checks the CRC error output for problems.
28
The design is self testing in the sense that anything compressed by the compress channel will be decompressed
29
by the decompress channel on the fly.
30
 
31
Both channels will calculate a 32-bit CRC code that is compared at the end to detect any problems.
32
 
33
----ISE
34
To generate the design for the ML402 platform, create a project in the "prj/ISE" directory. This is achieved by opening the xmw2_comdec.npl
35
file as a project file in ISE. ISE version 8.2 and greater will require the project file to be converted. once the conversion process
36
is completed, the project can be implemented to generate the bitstream. It is important to note that a user constraint file ".ucf" is required
37
in order to define how the ports of the XMW2_comdec map to the interface of the FPGA. This UCF file is not provided as it is dependant
38
on user application.
39
 
40
----Synplify
41
Synplify_pro can be used to generate a netlist of the system. The xmw2-comdec.prj in "prj/Synplify" is the project file and when loaded
42
automatically creates the project with all of the libraries in Synplify. The netlist can then be generated for a standalone implementattion
43
of the system or as a module/netlist that will fit in a larger design.
44
The NGC files in this "prj/Synplicity" are only required when the netlist generated in Synplify is to be ported to ISE software platform. The NGC
45
files are essentially the encrypted memory module netlist required for implementation.
46
 
47
The core has been fully tested using a Xilinx and Altera devices, however it can be modified for implementation in other platform.
48
 
49
The core is available with a LGPL license and you can use it free of charge for commercial or research purposes.
50
 
51
The supplied core implements a 16-entry dictionary that will provide limited compression.
52
You are free to modify the core to increase the dictionary size although this process requires a
53
good understanding of how the hardware works.
54
 
55
Also available in the X-MatchPRO section of the http://seis.bris.ac.uk/~eejlny/ is the windows
56
executables that can be use to test for compression results using different
57
dictionary sizes.
58
 
59
Contact us if you would like to discuss dictionary extensions or other type of modifications.
60
 
61
email : j.l.nunez-yanez@bristol.ac.uk

powered by: WebSVN 2.1.0

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