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 dig_des

  1. D

    Solution manual of Probability and Random Processes for Electrical Engineering

    Re: Solution Manual Can you guys give the exact link?
  2. D

    sdf generated by Astro and PT,any difference?

    Typically there should be no differences except few syntax. But people generally use PT generated as it accounts SI effects.
  3. D

    MS/MTech after 3 yrs exp

    It really depends on your circumstances. If you just want to live with whatever you are doing now, there in no need to go for further studies. You can always get promotion once in every 3-4 years if you work consistenly. But MS/Phd is a must If you want to generate new ideas, model new...
  4. D

    Principles of Computer Architecture: class test edition, 1999

    Re: Solution Why did you mentioned it "solution"? And please give accurate details when you upload it to edaboard.
  5. D

    Digital system testing project topic.

    You can consider implementing some of the test algorithms like PODEM/FAN in C++/Java. This could be a least expensive project. Refer to Electronic testing by Bushnell.
  6. D

    Problem with code for submodule which generates clocks for other submodules

    Re: synthesize problem Or wherever "module up" is instantiated in your system, it's indata[0] bit is driven by "0" or it might be floating. That could be another reason for your outdata[0] being tied to 0 after synthesis. Check the instantiation of module "up".
  7. D

    Problem with code for submodule which generates clocks for other submodules

    Re: synthesize problem Can you try this code? always @(posedge clk) if(!rst) outdata<=16'b0; else outdata<=indata;
  8. D

    AC scan techniques in the latest process technologies

    I couldn't find a thread on Ac scan. I welcome the interested members to discuss emerging Ac scan techniques in the latest process technologies (65nm, 45nm, 55nm etc). Proposed topics for discusion:- 1. Different tools that are matured to handle Ac scan (transition & path delay) patterns...
  9. D

    Electronics Exercises!

    Message is unavailable.
  10. D

    Who has the homework for BERKELEY EE231?

    I think you misunderstood my point. Well, I also like solution manuals, and request the members of the forum to post the solutions of each and every book. But when posting solution manuals is not a problem, why requesting help for homework is a problem to somebody in the forum?? If somebody...
  11. D

    Who has the homework for BERKELEY EE231?

    True, I 100% agree with the view that everybody should do his own homework. But why so many solution manuals are posted in this site? It is not appropriate to post the Sol. man. right?
  12. D

    solutions for cmos vlsi design(neil weste,3rd edition)

    cmos vlsi solutions Look at this. Some what older though.
  13. D

    ATPG issue with testbench of STIL format

    Re: ATPG issue 2 Can you check your load_unload procedure and confirm that the capture clocks are indeed declared there?
  14. D

    [SOLVED] All Interview Questions - Open Thread - Please Contribute

    interviw questions for 8051 microprocessor 1. How do you implement a 256x8 RAM using 2 128X8 RAMs. 2. How do you implement a given comb. ckt using only NAND or NOR gates.

Part and Inventory Search

Back
Top