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 2Ambitious

  1. 2

    [SOLVED] Signal cannot be synthesized, bad synchronous description.

    I think the problem is the "else clkout<='0';". Because "clk_count(25)'event" is an instant in time (ideally) then your else statement implies every other point in time "clkout<='0'". So your your asking it to create a perfect impulse like: _____|______ which it can't do of course. If you want a...
  2. 2

    Program Actel Igloo Nano

    I'm looking to do a project with the Actel Igloo Nano AGLN010 FPGA. A FLASHPRO4 programmer is probably the easiest way to make it work right away, but its $70 :-( At first I thought I could use the JTAG pins on my Spartan3E Starter Kit board to program the chip. I imagine creating a bitstream...
  3. 2

    Correlation of pH value and impedance

    The conductivity of a solution depends on the concentration of dissolved ions (and their charge and mobility). pH is the concentration of dissolved hydrogen + ions. So just knowing the pH of a solution is not enough information to make any statements about the conductivity. A strong base has...
  4. 2

    How to Find DFT index

    Quick and discouraging disclaimer: I have 0 formal education in these matters, but here is my best attempt to solve this math problem This is way more complicated then it needs to be, but here was my train of thought in solving this. Step 1: Initially, forget about the 980 samples already...
  5. 2

    [SOLVED] how to make brent kung adder?

    This might help: **broken link removed**
  6. 2

    simple logic circuit for 1/X

    I don't know how powerful the XC9572 is but here's how one would accomplish x/1. First of all, I'm going to make the assumption that x is a natural number (positive integer). In that case, your result typically ranges from 0 to 1 (exception: 1/0 = infinity) As FvM pointed out, if your 12 bits...
  7. 2

    Advice for low speed camera project

    I'm a student working on a very basic, low-performance imaging hardware project. It is for my own interest, it is not homework (thank goodness they don't assign these things for homework!) The project is very simple, I just need to interface a OVM7690 CMOS camera to a micro controller. I want to...

Part and Inventory Search

Back
Top