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 Sreya39

  1. S

    Help me to find the squareroot of a number using verilog

    verilog sqrt i want to implement the division and squareroot module from the IP core... I am coding in verilogHDL and the tool i am using is xilinx and the target device is SPARTAN-3E(XC3S500E) Thanks and regards, Sreya
  2. S

    Help me to find the squareroot of a number using verilog

    algorithm for square root using verilg How to use the IP core.. Thanks and regards, Sreya
  3. S

    Help me plz......Veriolg code to find division.....

    Hi frenz... I am in need of verilog code to find the divison of numbers which is not the power of 2....its very urgent... if anyone knows plz help me........... Thanks and Regards, Remya.
  4. S

    Help me to find the squareroot of a number using verilog

    verilog code for square root algorithm Hi frenz, I am in need of the verilog code to find the squareroot of a number.. If anyone knows plz.. help me.. its very urgent to complete my project... Thanks and Regards, Sreya
  5. S

    How to insert library function to find sum.....

    Hi, I want to find the variance of 20 numbers....For that first i have to find the sum of 20 nos..... I have given my verilog code below. There is no synthesis errors....but i am not getting the sum..... Does it works if library file (Arithmetic) is included... If so how to include library...
  6. S

    [SOLVED] verilog code to find mean of 20 numbers

    how to use look up table method???? Thanks and regards, Sreya.
  7. S

    [SOLVED] verilog code to find mean of 20 numbers

    Hi nand_gates, The error i am getting is unsupported real constant while multiplying the value with 0.2. i have also tried by first dividing by 4, then by 8 and then multiplying by 1.6. Is there any other way to solve this pblm.... Thanks and Regards, Sreya
  8. S

    [SOLVED] verilog code to find mean of 20 numbers

    Mr.sameem_shabbir will u plz explain in a more clear way the steps followed. I hav tried over it. But i am not able to get the output. Thanks and Regards, Sreya.
  9. S

    [SOLVED] verilog code to find mean of 20 numbers

    How to use divider IP Core from core generator
  10. S

    [SOLVED] verilog code to find mean of 20 numbers

    verilog synthesis unsupported real constant Hi buddies, Plz help me to find the mean of 20 numbers. it is easy to add all the 20 numbers. But it accepts the divisor only in power of 2 (ie 2,4, 16....). it is for my project so plz respond as quickly as possible..... Thanks and regards, Sreya
  11. S

    Handheld PDAs and Wearable Computing Devices

    Hi friends, I want to something about PDA, if anyone has idea plz provide me the information on the same ........ Thanks a lot...
  12. S

    help me to get the output of the following verilog code

    what is output of following verilog code Hi I am getting the output for the first submodule corr1(iecorrouti1,corroutq1)... i am not able to get the output of remaining submodules... can anyone help me why it is happening and how to correct it.....Thanks module...
  13. S

    Books about switched capacitor techniques

    Re: Book needed, please. Hi go to this link . i think this will provide the information about the book https://www.sciencedirect.com/science/book/9780750679077
  14. S

    2's complement generator inside Xilinx FPGA

    Any negative number is represented as a 2's complement for example, y= -x; then y is represented as 2's complement of x ;
  15. S

    Can any one have some information about matlab code of QAM

    Re: Can any one have some information about matlab code of Q matlab provides the inbuilt function for QAM. Here is the code... just try over this Create a random digital message M = 16; % Alphabet size x = randint(5000,1,M); % Message signal % Use 16-QAM modulation. y = qammod(x,M); %...

Part and Inventory Search

Back
Top