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 ramdin2006

  1. R

    Throughput calculation on design in XIlinx

    If this is the simulation result, what would be the latency and throughput of the design? Could you explain me. Thanks.
  2. R

    Throughput calculation on design in XIlinx

    How to calculate throughput, latency from a simulation of verilog design?
  3. R

    Matrix Array - Help needed fro project using verilog code

    Is it possible for you write the code? Will be helpful to know how the flow works with a sample program. Considering matrix addition. Please.
  4. R

    Matrix Array - Help needed fro project using verilog code

    The code is as below ! module top; wire[17:0]A[1:3][1:3]; // the matrices wire[17:0]B[1:3][1:3]; wire[17:0]C[1:3][1:3]; wire[(9*18)-1:0] Abits; // bit-decomposed versions of the above wire[(9*18)-1:0] Bbits; wire[(9*18)-1:0] Cbits; genvar i,j; // set A and B...
  5. R

    Matrix Array - Help needed fro project using verilog code

    Is this possible placing the if statement inside the genvar and for look because I want to check each element of an array zero or not ? And then assign specific function for the values if its zero or non-zero element? Because when I tried the above syntax its throwing an error "A is not a...
  6. R

    Matrix Array - Help needed fro project using verilog code

    How can we check if the element of a 2D array is equal to 0 in verilog ?
  7. R

    Help in Verilog Code

    I was trying to recreate the program from c to verilog ! Since I am familiar with C language, I started writing in C at first. But now I need to implement this in a hardware so I was trying to write in verilog for fpga implementation. Any suggestions for converting C to verilog ?
  8. R

    Help in Verilog Code

    I am writing program to add two sparse matrix to work in vivado 2016.2 and I am not able to get the output properly. If anyone is interested in helping me out, it will be a great help for me. Following is the verilog code which i tried out/ This program should add two sparse matrix by finding...

Part and Inventory Search

Back
Top