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 mehanathan

  1. mehanathan

    To buy FPGA development board

    sir i am doing project in Canny edge detection and i need to implement my project in fpga board and displaying the same with help of VGA monitor. my image size is 512 X 512. please suggest which development board will be more suitable with less cost.
  2. mehanathan

    DAC on STRATIX II EP2S60

    I am getting analog output from an output SMA Connector (J15) in stratix board. From development board datasheet it sayys it uses a 1:1 transformer to couple the output to SMA.
  3. mehanathan

    DAC on STRATIX II EP2S60

    Sir/Madam, I am using a dac on stratix board to generate a triangular waveform. Actually the DAC in stratix board is dac904. I have gone through its datasheet. I hav designed as clock to dac is 100MHz and the input to 14 bit dac is an up/down counter of 10MHz. But i get only a peak to peak...
  4. mehanathan

    Generating a pulse of 100ns

    Statements inside if statement are concurrent so all rst_pulse becomes HIGH at once wen the clock event has occured. isn't it????
  5. mehanathan

    Generating a pulse of 100ns

    Hi sir, HDL files are shown with the different methods that i ded. METHOD 1: library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity pulsein is port(clk:in std_logic; reset:out std_logic); end entity; architecture rtl of pulsein...
  6. mehanathan

    Generating a pulse of 100ns

    Sir/Madam, I am trying to generate a low going pulse of 100ns and after 100ns the pulse must be HIGH. I am using a clock of 50MHz. Methods i have used so far but couldnot synthesize it. 1. Using a counter to count upto 5 and after 5 the reset pin goes high. it was simulated but couldnot...

Part and Inventory Search

Back
Top