We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adfff2 commit f862d99Copy full SHA for f862d99
README.md
@@ -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