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 Tarunfpga1

  1. T

    How to calculate the Energy of the architecture on a FPGA device ?

    Hello ! I synthesized the architecture and then calculated the power using XPower Analyzer tool, now i want to calculate the energy consumed by the design. Is energy would be equal to product of power, number of clock cycles to get the output and clock time period ? Or, is there any xilinx tool...
  2. T

    Register vs BRAM vs slice count

    In my code there is a 80-bit register which is used and after synthesizing the code the no. of slices are 56, no. of LUTs are 224 and no. of Registers are 216. But in that code i replaced 80-bit register with BRAM (single port, synchronous, in write first mode) and after synthesizing this code...
  3. T

    [moved] Slice count on FPGA ?

    There is a VHDL code which i synthesized for Xilinx Virtex-5 FPGA device. Now that is very small code which has 4-bit input and 4-bit output and it is purely combinational, no clk is used. After synthesis i am getting the results which are as follows: no. of LUTs - 4 which is understandable but...
  4. T

    Stereo AC97 Audio Codec

    Ok, just focus on this that i have to play audio file through Audio Codec in which input is in the form of sampled values in 16 bit and those values i got from "audioread" function in MATLAB, i.e. by sampling the .wav file. So those values i have written in .vhd file in the form of ROM, now i...
  5. T

    Stereo AC97 Audio Codec

    Ok i just want to play a audio file by giving or storing the data values in 8-bit and that values will be received by AC'97 so this is one way to get audio file from headphone and the other way is that no need to convert audio file into text file and just give directly to stereo jack in fpga...
  6. T

    Stereo AC97 Audio Codec

    Hello ! I am doing a project in which i am using Xilinx ML-505 FPGA board and there i want to use AC'97 Audio codec IC for audio files. When i'm giving input through Mic or Analog Line-in then i am receiving output through Headphone. But i want to store my sample values in ROM and then from...

Part and Inventory Search

Back
Top