Skip to content

Commit f862d99

Browse files
Create README.md
1 parent 9adfff2 commit f862d99

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Multicore_processor_Matrix_multiply_verilog_design
2+
3+
* This is a multi-core processor design for FPGA
4+
* A parameterized verilog design
5+
* Mainly designed for DE-115 Altera FPGA board.
6+
* Simulation codes are given for codes except for the codes used for UART system and show clock count on the HEX display on the FPGA board.
7+
* Questa-sim (and probably modelsim) can be used for simulations.
8+
* This is specially designed for matrix multiplication
9+
* In this design
10+
* Core-count can be changed as wished
11+
* Every core can access only the part of the memory allocated to it.
12+
* Communication happens by UART between PC and FPGA.

0 commit comments

Comments
 (0)