MNourbakhsh75 / cad_ca1

Computer-Aided Design Course Assignment - Spring 2018 - University of Tehran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Matrix Multiplication Module

Computer-Aided Design Course Assignment - Spring 2018 - University of Tehran

Table of Contents
  1. About The Project
  2. Built With
  3. Useful Links
  4. Contact

About The Project

This is an implementation of a matrix multiplication module intended to compute the product of two P × Q and Q × R matrix instances, resulting in a new P × R matrix (where P, Q and R are greater than or equal to 2). The resulting module includes an Overflow signal to indicate overflow conditions. Additionally, the output is transmitted to the DataOUT port over several cycles. Once the output is ready, the Done signal is issued, indicating that the valid output is available on the DataOut port.

Built With

The programming language, frameworks, and technologies used in the project are listed here:

(back to top)

Useful Links

Here is a list of some useful links and tutorials relevant to this project:

Contact

Mehrdad Nourbakhsh - mehrdad.nb4@gmail.com

(back to top)

About

Computer-Aided Design Course Assignment - Spring 2018 - University of Tehran


Languages

Language:Verilog 100.0%