Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

CRUNCH Application
------------------

This is the demo application we will use to test the Value Schedulers.

An example Value scheduler is also included.

To compile it, please execute

make pj
make rrvalue

to run it,

x rrvalue test.dat


test.dat is the data file where you have to write your test patterns to
see if your module works. The format of the file is explained into the
file itself.

To compile your module and link it with the crunch application, please
modify the makefile adding a rule similar to the rrvalue rule, changing
rrvalue with your module name. Also please add your group in the PROGS
environment variable.

Good Luck

Paolo