source: PlatformSupport/Deprecated/pcores/radio_controller_v1_03_a/devl/README.txt

Last change on this file was 120, checked in by sgupta, 18 years ago

New radio controller w/ SPI. Includes both the drivers as well as the pcores folders. Currently not tested. Nothing added to drivers yet.

File size: 9.6 KB
Line 
1TABLE OF CONTENTS
2  1) Peripheral Summary
3  2) Description of Generated Files
4  3) Description of Used IPIC Signals
5  4) Description of Top Level Generics
6
7
8================================================================================
9*                             1) Peripheral Summary                            *
10================================================================================
11Peripheral Summary:
12
13  XPS project / EDK repository               : C:\localhome\sgupta\spiper\MyProcessorIPLib
14  logical library name                       : radio_controller_v1_03_a
15  top name                                   : radio_controller
16  version                                    : 1.03.a
17  type                                       : OPB slave
18  features                                   : slave attachement
19                                               user s/w registers
20
21Address Block for User Logic and IPIF Predefined Services
22
23  User logic slave space service             : C_BASEADDR + 0x00000000
24                                             : C_BASEADDR + 0x000000FF
25
26
27================================================================================
28*                          2) Description of Generated Files                   *
29================================================================================
30- HDL source file(s)
31  C:\localhome\sgupta\spiper\MyProcessorIPLib/pcores/radio_controller_v1_03_a/hdl
32
33  vhdl/radio_controller.vhd
34
35    This is the template file for your peripheral's top design entity. It
36    configures and instantiates the corresponding IPIF unit in the way you
37    indicated in the wizard GUI and hooks it up to the stub user logic where
38    the actual functionalites should get implemented. You are not expected to
39    modify this template file except certain marked places for adding user
40    specific generics and ports.
41
42  verilog/user_logic.v
43
44    This is the template file for the stub user logic design entity, either in
45    VHDL or Verilog, where the actual functionalities should get implemented.
46    Some sample code snippet may be provided for demonstration purpose.
47
48
49- XPS interface file(s)
50  C:\localhome\sgupta\spiper\MyProcessorIPLib/pcores/radio_controller_v1_03_a/data
51
52  radio_controller_v2_1_0.mpd
53
54    This Microprocessor Peripheral Description file contains information of the
55    interface of your peripheral, so that other EDK tools can recognize your
56    peripheral.
57
58  radio_controller_v2_1_0.pao
59
60    This Peripheral Analysis Order file defines the analysis order of all the HDL
61    source files that are used to compile your peripheral.
62
63
64- ISE project file(s)
65  C:\localhome\sgupta\spiper\MyProcessorIPLib/pcores/radio_controller_v1_03_a/devl/projnav
66
67  radio_controller.npl
68
69    This is the ProjNavigator project file. It sets up the needed logical
70    libraries and dependent library files for you to help you develop your
71    peripheral using ProjNavigator.
72
73  radio_controller.cli
74
75    This is the TCL command line file used to generate the .npl file.
76
77
78- XST synthesis file(s)
79  C:\localhome\sgupta\spiper\MyProcessorIPLib/pcores/radio_controller_v1_03_a/devl/synthesis
80
81  radio_controller_xst.scr
82
83    This is the XST synthesis script file to compile your peripheral.
84    Note: you may want to modify the device part option for your target.
85
86  radio_controller_xst.prj
87
88    This is the XST synthesis project file used by the above script file to
89    compile your peripheral.
90
91
92- Driver source file(s)
93  C:\localhome\sgupta\spiper\MyProcessorIPLib/drivers/radio_controller_v1_03_a/src
94
95  radio_controller.h
96
97    This is the software driver header template file, which contains address offset of
98    software addressable registers in your peripheral, as well as some common masks and
99    simple register access macros or function declaration.
100
101  radio_controller.c
102
103    This is the software driver source template file, to define all applicable driver
104    functions.
105
106  radio_controller_selftest.c
107
108    This is the software driver self test example file, which contain self test example
109    code to test various hardware features of your peripheral.
110
111  Makefile
112
113    This is the software driver makefile to compile drivers.
114
115
116- Driver interface file(s)
117  C:\localhome\sgupta\spiper\MyProcessorIPLib/drivers/radio_controller_v1_03_a/data
118
119  radio_controller_v2_1_0.mdd
120
121    This is the Microprocessor Driver Definition file.
122
123  radio_controller_v2_1_0.tcl
124
125    This is the Microprocessor Driver Command file.
126
127
128- Other misc file(s)
129  C:\localhome\sgupta\spiper\MyProcessorIPLib/pcores/radio_controller_v1_03_a/devl
130
131  ipwiz.opt
132
133    This is the option setting file for the wizard batch mode, which should
134    generate the same result as the wizard GUI mode.
135
136  README.txt
137
138    This README file for your peripheral.
139
140  ipwiz.log
141
142    This is the log file by operating on this wizard.
143
144
145================================================================================
146*                         3) Description of Used IPIC Signals                  *
147================================================================================
148For more information (usage, timing diagrams, etc.) regarding the IPIC signals
149used in the templates, please refer to the following specifications (under
150%XILINX_EDK%\doc for windows or $XILINX_EDK/doc for solaris and linux):
151proc_ip_ref_guide.pdf - Processor IP Reference Guide (chapter 4 IPIF)
152user_core_templates_ref_guide.pdf - User Core Templates Reference Guide
153
154Bus2IP_Clk
155    This is the clock input to the user logic. All IPIC signals are synchronous
156    to this clock. It is identical to the <bus>_Clk signal that is an input to
157    the user core. In an OPB core, Bus2IP_Clk is the same as OPB_Clk, and in a
158    PLB core, it is the same as PLB_Clk. No additional buffering is provided on
159    the clock; it is passed through as is.
160
161Bus2IP_Reset
162    Signal to reset the User Logic; asserts whenever the <bus>_Rst signal does
163    and, if the Reset block is included, whenever there is a software-programmed
164    reset.
165
166Bus2IP_Data
167    This is the data bus from the IPIF to the user logic; it is used for both
168    master and slave transactions. It is used to access user logic registers.
169
170Bus2IP_BE
171    The Bus2IP_BE is a bus of Byte Enable qualifiers from the IPIF to the user
172    logic. A bit in the Bus2IP_BE set to '1' indicates that the associated byte
173    lane contains valid data. For example, if Bus2IP_BE = 0011, this indicates
174    that byte lanes 2 and 3 contains valid data.
175
176Bus2IP_RdCE
177    The Bus2IP_RdCE bus is an input to the user logic. It is Bus2IP_CE qualified
178    by a read transaction.
179
180Bus2IP_WrCE
181    The Bus2IP_WrCE bus is an input to the user logic. It is Bus2IP_CE qualified
182    by a write transaction.
183
184IP2Bus_Data
185    This is the data bus from the user logic to the IPIF; it is used for both
186    master and slave transactions. It is used to access user logic registers.
187
188IP2Bus_Ack
189    The IP2Bus_Ack signal provide the read/write acknowledgement from the user
190    logic to the IPIF. For writes, it indicates the data has been taken by the
191    user logic. For reads, it indicates that valid data is available. For
192    immediate acknowledgement (such as for a register read/write), this signal
193    can be tied to '1'. Wait states can be inserted in the transaction by
194    delaying the assertion of the acknowledgement. If the IP2Bus_Ack for OPB
195    cores will be delayed more than 8 clocks, then the IP2Bus_ToutSup (timeout
196    suppress) signal must also be asserted to prevent a timeout on the host bus.
197
198IP2Bus_Retry
199    IP2Bus_Retry is a response from the user logic to the IPIF that indicates
200    the currently requested transaction cannot be completed at this time and
201    that the requesting master should retry the operation. If the IP2Bus_Retry
202    signal will be delayed more than 8 clocks, then the IP2Bus_ToutSup (timeout
203    suppress) signal must also be asserted to prevent a timeout on the host bus.
204    Note: this signal is unused by PLB IPIF.
205
206IP2Bus_Error
207    This signal from the user logic to the IPIF indicates an error has occurred
208    during the current transaction. It is valid when IP2Bus_Ack is asserted.
209
210IP2Bus_ToutSup
211    The IP2Bus_ToutSup must be asserted by the user logic whenever its
212    acknowledgement or retry response will take longer than 8 clock cycles.
213
214================================================================================
215*                     4) Description of Top Level Generics                     *
216================================================================================
217C_BASEADDR/C_HIGHADDR
218    These two generics are used to define the memory mapped address space for
219    the peripheral registers, including Reset/MIR register, Interrupt Source
220    Controller registers, Read/Write FIFO control/data registers, user logic
221    software accessible registers and etc., but excluding those user logic
222    address ranges if ever used. When instantiation, the address space size
223    determined by these two generics must be a power of 2 (e.g. 2^k =
224    C_HIGHADDR - C_BASEADDR + 1), a factor of C_BASEADDR and larger than the
225    minimum size as indicated in the template.
226
227C_OPB_DWIDTH
228    This is the data bus width for On-chip Peripheral Bus (OPB). It should
229    always be set to 32 as of today.
230
231C_OPB_AWIDTH
232    This is the address bus width for On-chip Peripheral Bus (OPB). It should
233    always be set to 32 as of today.
234
235C_FAMILY
236    This is to set the target FPGA architecture, s.t. virtex2, virtex2p, etc.
237
Note: See TracBrowser for help on using the repository browser.