Skip to content

Commit 6ecec62

Browse files
committed
made necessary changes
1 parent 93a2189 commit 6ecec62

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ideas.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ Mentor: [Dr.Minal Moharir](mailto:minalmoharir@rvce.edu.in), [Dr.Anala](mailto:a
136136

137137
## Implementation of Odd-Even Routing of NoC on FPGA ##
138138

139-
Network on Chip Architecture is the word of tongue these days in Processor Architectures. You can find more about NoC here https://en.wikipedia.org/wiki/Network_on_a_chip . Our goal is to implement the famous odd-even routing on hardware(FPGA).
139+
[Network on Chip Architecture](https://en.wikipedia.org/wiki/Network_on_a_chip) is the word of tongue these days in Processor Architectures.
140+
NoCs are being extensively used in modern muticore SoCs, including the famous Intel Core i9 processor.
141+
Our goal is to implement the famous odd-even routing algorithm on hardware(FPGA).
140142

141143
Prerequisites:
142144
- Computer Architecture
@@ -147,16 +149,15 @@ Prerequisites:
147149

148150
Skill Level: Advanced
149151
Language/Tools: Verilog, VHDL
150-
Tags: FPGA Programming, XIlinx Vivado
152+
Tags: FPGA Programming, Xilinx Vivado
151153

152154
Mentors: [Prof.Namita](mailto:namitapalecha@rvce.edu.in), [Dr.Minal](mailto:minalmoharir@rvce.edu.in)
153155

154156

155157
## Aruco Marker Project ##
156158

157-
Aruco Markers are a special class of markers used in pose estimation, which is of great importance in many computer vision applications: robot navigation, augmented reality, and many more. This project aims to create a website that will determine the pose using aruco markers, thereby speeding up of aruco marker testing for augmented reality with Unity 3D.
158-
You can learn more about Aruco Markers here: https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html
159-
159+
[Aruco Markers](https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html) are a special class of markers used in pose estimation, which is of great importance in many computer vision applications: robot navigation, augmented reality, and many more.
160+
This project aims to create a website that will determine the pose using aruco markers, thereby speeding up of aruco marker testing for augmented reality with Unity 3D.
160161

161162
Skill Level: Intermediate/Advanced
162163
Language/Tools:Python, Django, JavaScript, HTML, CSS

0 commit comments

Comments
 (0)