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 karthikec23

  1. K

    Hspice and Cadence Spectra

    Re: user manual for cadence spectra hi . upto yet i worked with spectre tool for simulation now i'm trying do simulations with HSPICE. where can i get the hspice package.. give me the link for that tool.. thanks in advance....:lol:
  2. K

    HSPICE Installation for CADENCE

    Hi There, I'm using Cadence IC615 package. i need to use HSPICE on it. was HSPICE package there along with ic615 or i need to download it? Thanks in Advance:-(
  3. K

    Serial comm with 8051

    hey try this.. #include<reg51.h> #include<string.h> char a; void main() { TMOD=0x20; TH1=0xFD; SCON=0x50; SBUF=' '; TR1=1; while(1) { while(RI==0); a=SBUF; P2=a; } }

Part and Inventory Search

Back
Top