1 |
5 |
sree205 |
//////////////////////////////////////////////////////////////////////
|
2 |
|
|
//// ////
|
3 |
|
|
//// APB- SPI 0.1 IP Core READ_ME file ////
|
4 |
|
|
//// ////
|
5 |
|
|
//// This file is part of the APB- SPI 0.1 IP Core project ////
|
6 |
|
|
//// http://www.opencores.org/cores/APB- SPI 0.1 ////
|
7 |
|
|
//// ////
|
8 |
|
|
//// Description ////
|
9 |
|
|
//// ------------ ////
|
10 |
|
|
//// Initial version of README file. With more additions and ////
|
11 |
|
|
//// changes of RTL and TB, more steps and descriptions will be ////
|
12 |
|
|
//// added ////
|
13 |
|
|
//// ////
|
14 |
|
|
//// ////
|
15 |
|
|
//// Author(s): ////
|
16 |
|
|
//// - Lakshmi Narayanan Vernugopal, email@opencores.org ////
|
17 |
|
|
//// - Srikumar Kadagambadi, email@opencores.org ////
|
18 |
|
|
//// ////
|
19 |
|
|
//////////////////////////////////////////////////////////////////////
|
20 |
|
|
//// ////
|
21 |
|
|
//// Copyright (C) 2009 Authors and OPENCORES.ORG ////
|
22 |
|
|
//// ////
|
23 |
|
|
//// This source file may be used and distributed without ////
|
24 |
|
|
//// restriction provided that this copyright statement is not ////
|
25 |
|
|
//// removed from the file and that any derivative work contains ////
|
26 |
|
|
//// the original copyright notice and the associated disclaimer. ////
|
27 |
|
|
//// ////
|
28 |
|
|
//// This source file is free software; you can redistribute it ////
|
29 |
|
|
//// and/or modify it under the terms of the GNU Lesser General ////
|
30 |
|
|
//// Public License as published by the Free Software Foundation; ////
|
31 |
|
|
//// either version 2.1 of the License, or (at your option) any ////
|
32 |
|
|
//// later version. ////
|
33 |
|
|
//// ////
|
34 |
|
|
//// This source is distributed in the hope that it will be ////
|
35 |
|
|
//// useful, but WITHOUT ANY WARRANTY; without even the implied ////
|
36 |
|
|
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ////
|
37 |
|
|
//// PURPOSE. See the GNU Lesser General Public License for more ////
|
38 |
|
|
//// details. ////
|
39 |
|
|
//// ////
|
40 |
|
|
//// You should have received a copy of the GNU Lesser General ////
|
41 |
|
|
//// Public License along with this source; if not, download it ////
|
42 |
|
|
//// from http://www.opencores.org/lgpl.shtml ////
|
43 |
|
|
//// ////
|
44 |
|
|
//////////////////////////////////////////////////////////////////////
|
45 |
|
|
|
46 |
|
|
|
47 |
|
|
Steps to take get the Project up & running by making changes
|
48 |
|
|
to Makefile and other files.
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
Step 1 : In the makefile under TB directory, there is a variable called
|
52 |
|
|
"BUILD_NAME". That has to be updated to where the
|
53 |
|
|
trunk is going to be checked out.
|
54 |
|
|
Step 2 : Allow the direcctory "TB" to be parallel to "RTL"
|
55 |
|
|
directory
|
56 |
|
|
Step 3 : other directories which are under TB should be kept
|
57 |
|
|
as is under the TB directory.
|
58 |
|
|
Step 4 : Ensure that the directory where "defines.v" file is kept
|
59 |
|
|
is added to the incdir in makefile
|
60 |
|
|
|
61 |
|
|
|
62 |
|
|
To Do in the future:
|
63 |
|
|
---------------------
|
64 |
|
|
1. Ensure that different configurations of the APB to SPI.
|
65 |
|
|
|
66 |
|
|
2. Add more testcases and ensure that they can be run from
|
67 |
|
|
command line using the makefile target and a variable
|
68 |
|
|
along with that which'll be the testcase's name.
|
69 |
|
|
|
70 |
|
|
3. Add a testplan which is configurable based on different
|
71 |
|
|
variations of RTL and change the TB accordingly.
|
72 |
|
|
|