Difference between revisions of "Main Page"
From Verific Design Automation FAQ
m |
m |
||
Line 14: | Line 14: | ||
'''Output''' | '''Output''' | ||
− | * [[Output file formats | What | + | * [[Output file formats | What language formats does Verific support as output?]] |
'''TCL, Perl, Python, Java''' | '''TCL, Perl, Python, Java''' | ||
* [[What languages can I use with Verific software? | What programming languages can I use with Verific software?]] | * [[What languages can I use with Verific software? | What programming languages can I use with Verific software?]] |
Revision as of 18:10, 22 July 2016
General
- How do I know what language a Netlist in the netlist database comes from?
- What are the data structures in Verific?
- Does Verific build control and data flow graph (CDFG)?
- Does Verific support cross module references (XMR)?
VHDL, Verilog, Liberty, EDIF
- I'm using -v, -y, .... After Verific is done with the analysis, how do I get a list of all the files being analyzed?
- While looking at a Netlist, is there a clean way to look back at what VeriModule* or VhdlPrimaryUnit* this netlist was derived from?
- Why are the ports in original Verilog file renamed to p1, p2, ....?
- For a design consisting of a mixture of Verilog 2001 and SystemVerilog input files, should I parse all the files as SystemVerilog?
- VHDL-1993 and VHDL-2008 each has its own IEEE library set. How do I analyze/elaborate a design with a mixture of files of different VHDL dialects (1993 and 2008)?
- From the Verilog parsetree, how can I get the ports of a module?
Output
TCL, Perl, Python, Java