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 fpga_man

  1. F

    virtex 2 pro ml310 board

    On this board, there is a chipset ali m1535D+ i 'm looking for its data sheet... (not available on ali's site) thank's
  2. F

    Help me fix code for divide by N counter

    Re: Divide By N counter why vhdl to build a counter with dff "manually"!!! in fact you should use the numeric_std library and use these instructions: process(raz,clk) if raz='1' then qint <=(others=> '0'); elsif rising_edge(clk) qint<= std_logic_vector(unstigned(dint)+1); end if; end...
  3. F

    Frequency of operation in state machines

    Re: State Machines. Are you sure of the good quality of your vhdl code? odes the xilinx synthesis tool recognize a state machine? If not, rewrite the vhdl. If yes, then you must find the critical path! to understand where the combinatory part has to be changed! this with timing analysis You...
  4. F

    Differences between DSP and FPGA/CPLD

    Re: DSP or FPGA/CPLD in fact fpga are for architecture developpers (hardware!) and dsp for soft developpers! it is not the same approach! Aniway, NOW, embedded mac in fpga make them more efficient and powerfull than dsp! also they can do // computation, (not possible in dsp) BUT... you...
  5. F

    chipset documentation

    I have a board with an ali M1535D+ chipset I am looking for this chipset documentation. (doc not available on ali's site) OR any usefull information to program it... thank you
  6. F

    MP3 decoder chip built with PLD and VHDL

    vhdl mp3 thank you! but the rar seems to be corrupted! the vhdl files cannot be openned anyway merry christmas to everyone! fpga_man
  7. F

    MP3 decoder chip built with PLD and VHDL

    mp3 decoder project in vhdl Hello first of all, congratulations for this design! nice work I am a lecturer and i want my students to build part of this design in fpga xilinx! So I am interested in your design! Have you tested it completely (with real music I mean!) How many slices did you...

Part and Inventory Search

Back
Top