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 MWind

  1. M

    Tips for writing synthesizable VHDL for RTL

    Re: Synthesizable vhdl For a synthesizable design, ensure that all the logic is based on a clock signal (i.e. synchronous). You cannot implement 'wait statements' or the like as synthesis does not evaluate time, only event driven states. good luck.
  2. M

    state machine problem

    You have state 1 (S1) feeding back to S1 - should have next state assigned to S2. Tools will not implement an state machine without being able to resolve all the states.
  3. M

    How to make an LFSR with a loop length of 5 or 10 clock cycles?

    Re: LFSR design question Xilnx has a application note regarding LFSRs (XAPP210). The last section has all the taps for a 3 to 168 clock cycle LFSR. See hxxp://www.xilinx.com/bvdocs/appnotes/xapp210.pdf
  4. M

    How to use IPC standards in PCB design?

    Re: IPC Standards If you are desiging to IPC standards, go to h**p://www.pcblibraries.com/ and download their IPC-7351 viewer. The authors of this website are part of the IPC committee and have some very valuable tools for automatically creating IPC complient footprints for Allegro, Pads...
  5. M

    a problem in simulation VHDL code

    Conventional binary counters use complex or wide fan-in logic to generate high end carry signals. A much simpler structure sacrifices the binary count sequence, but achieves very high speed with very simple logic, easily packing two bits into every CLB. Such Linear Feedback Shift-Register (LFSR)...
  6. M

    a problem in simulation VHDL code

    What version of Modesim are you using? The default resolution Modelsim uses is 1 picosecond, so any simulation of a minute requires an enormous amount of clock cycles. This resolution can be changed. Also, this will syntesize using a 25 bit counter, which can be hard to route with a 25MHz...
  7. M

    Any Ideas for this FSM Design!!!!!!

    What language are you using? In VHDL I would create a 3 state FSM using a typical FSM format. The first state would be to identify the "01" pattern. The second state would initiate a counter which would count the number of bits to skip. The third state would be to compare/capture the...
  8. M

    which is best controller to start

    I agree with the others, try a PIC16Cx for starters - www.microchip.com has a number of good application notes - and if you have access to a distributer, are pretty good about getting you started with a demo board.
  9. M

    Books for Beginers in [VHDL or Verilog]

    If you don't want to purchase a book, try going to the Aldec site and using their tutorials. It will get you started and they have a great Verilog primer with over 130 examples.

Part and Inventory Search

Back
Top