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 magnanimus

  1. M

    multiplication in verilog

    hey thanks for replying actually i am using the concept of parallel multiplication in which in each cycle one row of a matrix is multiplied with each column of the second matrix....so in next cycle the next row with all the columns of the second matrix thus it reduces the computation...
  2. M

    multiplication in verilog with value from ROM

    It's very simple you'r data type in the rom module is read_en ---- input wire type address ---- input wire type Q ---- output reg type now to instantiate this module in top module declare read_en as reg or wire type address as reg or wire type Q as wire type (all the variables with same...
  3. M

    multiplication in verilog

    hey I am a student of B-tech . I am doing a project in which i have to use a parallel multiplier. I have to multiply two matrices of 8x8 size and each element is a 16 bit fractional number represented in binary format. I wrote a code in matlab and verilog both but when I matched the result of...

Part and Inventory Search

Back
Top