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 Muthuraja.M

  1. M

    Usage of Synchronous and Asynchronuos FIFOs

    Hi Friends, I need to know the exact difference Synchronous FIFOs and Asynchronous FIFOs based on its usage and applications. If the clock frequency is same for EX: read_clk and write_clk is same (10MHz) the write will be fast and read will be slow in that case what type of FIFO need to be...
  2. M

    how to design a simple 8 bit RISC Microcontroller ?

    Hi friends, I need to design a simple 8 bit RISC Microcontroller. How can i start? I read through several ideas regarding Program memory, RAM etc. But i can't get a clear overview about the design. So please suggest me some ideas to begin. Thanks in advance..
  3. M

    Verilog conditional operator

    Sharath666 Thank u very much.. I got it..
  4. M

    Purpose twiddle factors in FFT

    Twiddle factors are the rotating factors that are used in FFT process. These factors are vary with respect to the number of points. For details about twiddle factors better refer this link below.. **broken link removed**
  5. M

    Verilog conditional operator

    Hi friends, I need to know about the conditional operator clearly. Even though i do some of the examples as mux using conditional operators. But i didn't understand wat actually doing in the below code.. module rumania(gate, D, Q); parameter Bi = 16; parameter prop_delay = 0; input gate...
  6. M

    [SOLVED] Need to know about xilinx system generator

    I will do this once i have successfully installed all the things and start the new design in system generator :)
  7. M

    [SOLVED] Need to know about xilinx system generator

    okay thank u very much nick... Hereafter i will do the installation... After that i will ask for further queries..
  8. M

    [SOLVED] Need to know about xilinx system generator

    Thanks again nick123.. Now i am having matlab 2012a and xilinx ISE 14.4 version. So these two are the proper versions for installing the system generator. My doubt is now if i have installed these two softwares means whether it is enough to do with the system generator... Reply me with the...
  9. M

    [SOLVED] Need to know about xilinx system generator

    Thank u very much for ur reply nick123. Then wat about the Vivado system edition. Does it has any relation with System generator.??? Thanks in advance....
  10. M

    [SOLVED] Need to know about xilinx system generator

    Hi friends, I need to know about Xilinx system generator. For what purpose we are using that ?? And whether the blocks are modeled using MATLAB or Xilinx.. I need to know about these things.. And also for using the system generator whether we have to install separate tool or not??? I am...
  11. M

    Verilog multi dimensional array

    yes dave_59 most probably the memory array used as reg [1:0] variable [0:N-1]. so only i stated like that.. But actually as your words There is no right way here....
  12. M

    FFT in image processing

    Hi friends, I need to know the applications of FFT in image processing.. Whether the possible image enhancements that are done by DWT are all also done by FFT ???? Thanks in advance...
  13. M

    Verilog multi dimensional array

    the right way of declaring a multi dimensional array is reg [1:0] variable [0:N-1]. This is the general structure.. It means that the two bits array of N elements have been declared starts from 0 to N...
  14. M

    Need maximum voltage among two inputs

    Thanks for your reply horace1.. But i need to draw the schematic in tanner.. For that do u have any reference diagrams using cmos??
  15. M

    Need maximum voltage among two inputs

    Hi friends, I need to compare two voltages and i want the output as which one is greater.. I need this circuit using cmos.. Please anyone help me.. Thanks in advance..

Part and Inventory Search

Back
Top