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 brianhe

  1. B

    where can i find some specman E tutor

    Besides the specman e basic training. You should lern to use eRM (e Resuse Methodology) and/or sVM (system verification methdology), which are specman e advanced application.
  2. B

    What is the procedure for writing a synthesizable code for 3D hardware?

    Re: 3D hardware Of cause, VHDL can do this. Actually to design such a HW, VHDL/Verdilog is used. But the big problem is from algorigthem->architecture-> RTL code-> Design Graphics chip is very very complex, with often contains millions of gates. Its function is not ONE BLOCK can do. As far...
  3. B

    What is FPGA and ASIC and how each of those is used?

    ASIC & FPGA There have been so many discussion about ASIC vs FPGA in the forum. You can just search it and enjoy yourself.
  4. B

    is it necessary to run post_layout simulation for tape-out?

    Re: is it necessary to run post_layout simulation for tape-o For rtl level simulation, we should run sim and pass all the tests, which is called regression. But gate level simulation, we may not run all the test, because of time. We just select some classical test to run So for timing, we...
  5. B

    Anyone use MATLAB in VLSI designing

    matlab for vlsi engineers Matlab is for system modeling. It is used to verify and improve algorithm, to design the architecture. But to design the Circuit, at least right now, no one can take place of HDL.
  6. B

    How to correct the setup and hold time violations in Physical Design flow?

    Re: Setup Hold time Change rtl is the last way. You can imporve the timing through ECO, that is modifiy the netlist directly. Setup time is more critical. One possible reason may be the load at that point is too heavy. So you can resove it in two way: 1. Replace the driving component with more...
  7. B

    req about reed solomon hardware decoder

    You can search in https://www.opencores.org/
  8. B

    When to add IO buffers during flow?

    In our RTL chip level simulation, IP buffer is added as a seperate module. The conenction sequence is rtl-core->IO->rtl_pad
  9. B

    SystemC , Systemverilog , vera , specman...

    Specman is great but also expensive. System verilog is well defined but sill not mature and well supported
  10. B

    Analog IC design in Windows environment

    why not use linux, it is more statle than windows. you can install a virtual maching software on windows so that you can switch between linux and windows easily Added after 4 minutes: Search in the other forum, such as software upload/download, EDA books / doc upload/download. You are in the...
  11. B

    how to do ECO? where can I find doc for it?

    To speak simply, eco is just change the design on netlist. So that you did not need to make the change from the rtl level. ECO is used normally for timing closure. After P&R, you may still have some timing issue, such as heavy load, small buffer... then you can manually replace the component...
  12. B

    why CLK & RESET pins should not be placed side by side

    Re: why CLK & RESET pins should not be placed side by si Power and ground are often used to resolve coupling. Not only for clock, but also for some often toggling signal. So in the meltal layer of IC, some time you can see power or ground is lied between two signals. It is completely...
  13. B

    What is the best Power Analysis tool?

    In my opinion, it is hard to do RTL level, or say standard cell based power analysis, for it is quite not accurate. Take sysnosys compiler as example, normally it do the analysis in this way: cuculates the toogle times for each gate, get the related parameters from the lib, multiple the power...
  14. B

    What is Verification Engineer?

    In front end asic design, normally only 30% time on coding, 70% time on functional verification. RTL code without verification is not really RTL code. So it is a very important and mandatory process in asic design flow. However in some small company, verification is very simple, just run...

Part and Inventory Search

Back
Top