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 Eddy786

  1. E

    Matrix Multiplication in Vhdl

    Hi , I am able to solve this but not with pipelining but calculating the address on the falling edge and reading the data on positive edge.With this i am to remove setup and hold constraint.Thanks anyway.
  2. E

    Matrix Multiplication in Vhdl

    Did you mean i have to put a register between rom and mux or rom and controller.please elaborate.
  3. E

    Matrix Multiplication in Vhdl

    I am using controller to calculate rom address and sending it to rom but due to memory timing issue I am not able to get the correct value out of memory, my memory output is going to mux to select upper and lower bit, how can I latch a correct value without violating setup and hold time.
  4. E

    Matrix Multiplication in Vhdl

    This means you are trying to say that i need to put the hardcode values directly in ROM in vhdl script, not loading data from file.
  5. E

    Matrix Multiplication in Vhdl

    I am able to design the flow diagram of my intended problem, now i want to read my coefficient matrix in ROM, for this matrix i have created a matlab script and put the data into a text file, does anyone knows how i can read this file into ROM and also i need to put 2 coefficient in one memory...
  6. E

    Matrix Multiplication in Vhdl

    My input matrix is of 4*6 and coefficient matrix is of 6*4.Resultant matrix should be of 4*4,the coefficient matrix is in ROM, can we do this without for loop.
  7. E

    Matrix Multiplication in Vhdl

    Hi Folks, I would like to perform matrix multiplication in Vhdl,I have to save the end product in RAM. Thanks in advance.

Part and Inventory Search

Back
Top