Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1663 | pj | 1 | CRUNCH Application |
2 | ------------------ |
||
3 | |||
4 | This is the demo application we will use to test the Value Schedulers. |
||
5 | |||
6 | An example Value scheduler is also included. |
||
7 | |||
8 | To compile it, please execute |
||
9 | |||
10 | make pj |
||
11 | make rrvalue |
||
12 | |||
13 | to run it, |
||
14 | |||
15 | x rrvalue test.dat |
||
16 | |||
17 | |||
18 | test.dat is the data file where you have to write your test patterns to |
||
19 | see if your module works. The format of the file is explained into the |
||
20 | file itself. |
||
21 | |||
22 | To compile your module and link it with the crunch application, please |
||
23 | modify the makefile adding a rule similar to the rrvalue rule, changing |
||
24 | rrvalue with your module name. Also please add your group in the PROGS |
||
25 | environment variable. |
||
26 | |||
27 | Good Luck |
||
28 | |||
29 | Paolo |