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 uday_das

  1. U

    what is the most ffs we used in our design, DFFs or JKFFs?

    Re: what is the most ffs we used in our design, DFFs or JKFF D flop-flop is used in VHDL and Verilog RTL widely.
  2. U

    What is the actual Need of script language like TCl,Perl

    Most of the popular the front end tools having TCL shell in built , and they provide commands for performing various thing during a single run. More advanced users take that benefit and write TCL utilities inside the tool script to get job done. And for Perl I have seen , it is mostly used to...
  3. U

    verilog to VHDL converter help.. very urgent

    Check here ( many other topics also available in the forum)
  4. U

    Formal methods for verification (not PSL)

    Re: Formal Engine (PSL) All the Formal assertion based verification tool supports now PSL and it seems to be popular among the designers. Formal methods not time consuming like simulators, often very very fast and give a Yes/No answer with resonable time. Sometimes the problem with these types...
  5. U

    Regarding Static Timing analysis

    search this forum to get many
  6. U

    clock domain crossing question

    For transferring one bit signal ( which is typically control signal ) a standard synchronizer like double flop synchronizer at the destination ( slow ) domain is enough. But as we are sending data from "fast" to "slow" we need to care about the possibility of data loss too , which can occurs...
  7. U

    Which book to read to learn about Verilog PLIs?

    Re: Verilog PLIs Try this site . It maybe useful to start with PLI understanding https://asic-world.com/verilog/pli.html
  8. U

    Is there a tool to convert fsdb to vpd file?

    fsdb to vpd vpd ? did you mean VCD file ?
  9. U

    What is the difference between dynamic and static timing analysis?

    Re: Timing analysis STA tools validate the timing performance of a design by checking all possible paths for timing violations. It does the things in the same way that designer would does it manually, but with much greater speed and accuracy. For this STA tools splits the design down into a set...
  10. U

    Info about problems with X propagation

    Re: X propagation If there are reachable X statement in your design , then these X's can be propagated. Hence in practice there should not be any reachable X assignment. This material maybe useful https://www.arm.com/pdfs/Verilog_X_Bugs.pdf
  11. U

    best verilog lint tool

    verilog lint In HAL custom rule can be coded. It provides standard VPI ( Verilog procedural interface ), VHPI ( VHDL procedural interface ) , CPI ( common front-end procedural interce) and HAL API , which is tool's own C programming application specific interface .
  12. U

    What are Synthesis Pragmas and what's their effect?

    Re: Synthesis Pragmas Pragmas or synthesis directives are specially formatted comments. Thye should not contain any extra characters other than what is necessary for the synthesis directive. There are several types of pragmas supported by various RTL synthesis tool: Synthesis On and Off...
  13. U

    Explanation of Static Timing Analysis

    Re: STA Lots of links already there in this forum. Check this one :
  14. U

    transaction-based verification

    Transaction -based verification is a kind of verification which is done in higher abstraction level. Hence often it is done from system level prospective. Here concept of transaction plays the key role. Testbench often can be written in two layer. The top layer is used to model transactional...
  15. U

    Can I simulate Verilog and C code simultaneously ??

    Re: query in simulation I think you can. Instead of directly writing test vectors inside verilog testbench , write them in .txt file. Then you can read those .txt files by verilog file I/O functions which becomes standard in verilog 2001. The C model should also read those .txt file by file...

Part and Inventory Search

Back
Top