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 arnoud

  1. A

    How to design an USB based XDS510

    xds510 clone schematic Hi, There seems to be cheap alternative to the 510. Look here: https://www.olimex.com/dev/tms320-jtag.html Does anyone have experience with this device ?
  2. A

    Internal Dual Port RAM interface

    Did those tricks lots of times in telecom fpga's 16Mhz + 75 = 91 Mhz, so bandwith will fit a 100 mhz device. Assuming everything synchronous, and ram has no problems with mixed read/writes (SRAM) then use a mux that switches all address/data/rw lines. It has to give out of 5 timeslots 4 to the...
  3. A

    Searching in a memory array

    Same way as you would do it in C (or whatever language you use): - use a counter to address the whole array one by one: at seach start set register to max value, and coutner to 0. for every data read: - compare output with a register - if lower, load register with read value Hope this helps.
  4. A

    Help...E1 frame synchronization implementation???

    Is the PHY already creating a datastream and a clock for you? If yes, then life is simple: Just shift the data into a 8 bit shift register, and compare the parralell outputs to be equal to 00011101 pattern. Then reset you bit/byte counters with that signal. Hope this helps.
  5. A

    How to realize the port transform from ARM to ISA bus

    How much support of isa do you need: -8/16 bit transfers? -IO addressing ? -Memory addressing? -DMA? -correct ISA access timing? If you like all, it is a more complex task. Have not looked at the CPU you mentioning, but likely only supporting for only 8bit mem addressing, likely you don't...
  6. A

    What are the methods to avoid metastability?

    Re: Metastability? Metastability is unavoidable if you have multiple async clock domains. Ways to transfer information between clock domains are: - multiple flip flops inseries - one signal one direction, slow, simple - Fifo - wider databusses & higher datarates possible, complex - smart...
  7. A

    Speed Prediction with Tracking Algorithm

    WHy need to a speed prediction? when sensing any of th rotation sensors, you know the speed already.
  8. A

    Help me write a VHDL code for a down counter

    Re: vhdl help Creating a pulse less that one clock cycle, is notmally never needed. Also it is not a good design appriach for a fully sunchonoes design. Normally you can always design, that a full clock pulse can be used. Making smaller pulses, you must and the outptu of a flipflop with the...
  9. A

    Two questions regarding to HDL design

    I strongly suggest to use only vhdl or verilog, no grapical entry. The graphics can not easily ported over to other compilers. Sadly making top level design on larger fpga is a very long task, but for that there are some scripts available to help you out.

Part and Inventory Search

Back
Top