Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

matrix multipilcation

Altera_Forum
Honored Contributor II
948 Views

hi, 

i have a vhdl code for matrix multiplication each element in a matrix is 16 bit. both matrices are in 8x8 order. firstly i created array-pack for define the matrix. in next step, me designed a program which representing the text document data of binary values in matrix format. then wrote a code which in structural way , in which two component representing the matrix form and 3rd component for matrix multiplication... 

me getting the each module output separately,.when am connecting all these programs by structural,am not getting the output.. what will be the reason?:(
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
259 Views

Because you did it wrong? 

Did you write a testbench? have you simulated it?
0 Kudos
Altera_Forum
Honored Contributor II
259 Views

am doing this program in altera model sim software. is there need of test bench here..i want to simulate it..

0 Kudos
Altera_Forum
Honored Contributor II
259 Views

you should always simulate all code you write for FPGA.

0 Kudos
Reply