Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a6e74b4

Browse files
committed
Update README.md
1 parent db326a4 commit a6e74b4

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

Milestone-2/README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
# Milestone 2
1+
# Milestone 2
2+
3+
## Documentation
4+
### Reports
5+
If you want more information about each module you could read (or just try to read, unfortunately at this point are only in greek language) the following report files:
6+
* [Milestone 2](./doc/Milestone-2-Report.pdf)
7+
8+
### Diagrams
9+
10+
Block and timing diagrams are able to be changed:
11+
* For [xml](./doc/schematics/) files (block diagrams) we have used [draw.io](https://www.draw.io/)
12+
* For [json](./doc/timing-diagrams/) files (timing diagrams) we have used [Wavedrom editor](https://wavedrom.com)
13+
14+
15+
## Usage
16+
17+
### Enviroment
18+
This project was developed using [Xilinx Vivado 2017.4](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/2017-4.html)
19+
20+
### Import and Run
21+
22+
#### In order to import project:
23+
24+
1. Open [Vivado 2017.4](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/2017-4.html) and using it open reference project
25+
26+
2. Open Project by going to the File -> Open project
27+
28+
3. Import Files if needed by right clicking the Source and selecting the components
29+
30+
4. Completed
31+
32+
#### If you want to run simulations:
33+
34+
1. Go to the bar in the top of Vivado and select the Run C Simulation
35+
36+
(Simulation screenshots are included [here](./doc/sim))

0 commit comments

Comments
 (0)