Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by zaidali

  1. Z

    using for loop in vhdl

    ok, thanx you all , the problem is that iam beginner in vhdl , i wrote some programs which deals with matrices , i will post some of these codes because i need your help to tell me if my code is optimal or there is better ways to write it , i need the smallest area and least execution time in my...
  2. Z

    using for loop in vhdl

    thanx for your replies , i will complet my code and post it
  3. Z

    using for loop in vhdl

    thanx for your replies , i will complete my code and post it
  4. Z

    using for loop in vhdl

    hi friends i need to use a nested loop in vhdl , like this for j in 0 to 3 loop for i in j to 3 loop -------- -------- end loop end loop but this is not acceptable in vhdl , i mean i can't use a variable in the range of a for loop , but i need to do that , so how can i solve that ?
  5. Z

    matrix decomposition

    hi below is a matlab code for computing the QR decomposition ,i need the same program in vhdl , i tried to convert it but the result which i get after simulation is always wrong , i think my problem is in using the for loop statement in vhdl, i don't know how to use a nested loops , so plz if...
  6. Z

    matrix inverse verilog

    is there someone who is professional in verilog , i will post a verilog program which calculates the matrix multiplication in systolic array , i need to convert it to vhdl . thanx //=================================== `timescale 1ns/1ps...
  7. Z

    no path found problem

    hi all members , i am using a matrix operations in vhdl , like matrix addition , subtraction , i declare the matrices as type arrays (distributed ram ) , i am reading the elements of matrices from those arrays , make the operations on them , then i save also in a matrix (array type) , the...
  8. Z

    matrix multiplication using systolic array

    hello, i need the help about the matrix multiplication using systolic array ,i know how systolic array works but i need a help in vhdl code for doing that

Part and Inventory Search

Back
Top