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 srinivasandelta

  1. S

    Divider(4bit) verilog code for Spartan3E-XC3S100E

    First of all sorry for not posting the code under code tag. I checked the forum for division program and help, but couldn't find any working code. All are incomplete and not executable. While in the investigation, I got reminded about something I read about no solution for subtract operation...
  2. S

    Divider(4bit) verilog code for Spartan3E-XC3S100E

    My 4 bit divider code is not working: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> `timescale 1ns / 1ps module divider4t4(clock, divisor, dividend,quotient,reminder); input clock; input [3:0] divisor; input [3:0] dividend; output [3:0]quotient; output...
  3. S

    how to use backup battery for atmega128 MCU?

    battery back up for atmega You are welcome!!:D
  4. S

    how to use backup battery for atmega128 MCU?

    srinivasandelta Hey, From your question we assume that you are trying to develop an efficient battery operated application using the AVR Device for which you need the Source code and tools. Unfortunately I do not have the ready-made application note for the AVR device mentioned in the...

Part and Inventory Search

Back
Top