-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathFolder Structure
39 lines (38 loc) · 1.09 KB
/
Folder Structure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
The folder structure is as follows:
AMBA=AXI4-Lite
|
|---- README_AXI4_Lite.txt
|
|
|
|
|---. AXI4_Lite_Protocol
| |
| |
| |
| |----- Simulation Data
| | |
| | |---------------- Master FSM's ----- Contains AXI_Master's FSM's
| | |
| | |---------------- Slave FSM's ----- Contains AXI_Slave's FSM's
| | |
| | '---------------- Simulation Waveform ----- Contains Simulation Waveform of Master & Slave.
| |
| |
| |----- Simulation Project
| | |
| | | ------------- All Files required for Simulation
| | |
| | |---------------- AXI_master.v |
| | | |
| | |---------------- AXI_slave.v |
| | |
| | |---------------- AXI_top.v |
| | | |
| | |---------------- wave_top.do |
| | | |
| | |---------------- force_top.do |
| | | |
| | '---------------- run_top.do |
| |
| |