Difference between revisions of "Main Page"

From Verific Design Automation FAQ
Jump to: navigation, search
Line 44: Line 44:
  
 
'''Code examples'''
 
'''Code examples'''
* [[Create a Netlist Database from scratch (not from RTL elaboration) | Database: Create a Netlist Database from scratch (not from RTL elaboration)]]
+
* [[Create a Netlist Database from scratch (not from RTL elaboration) | Database/Perl: Create a Netlist Database from scratch (not from RTL elaboration)]]
* [[Write out an encrypted netlist | Database: Write out an encrypted netlist]]
+
* [[Write out an encrypted netlist | Database/C++: Write out an encrypted netlist]]
* [[Extract clock enable | Database: Extract clock enable]]
+
* [[Extract clock enable | Database/C++: Extract clock enable]]
* [[Retrieve package name for user-defined variable types | SystemVerilog: Retrieve package name for user-defined variable types]]
+
* [[Retrieve package name for user-defined variable types | SystemVerilog/C++: Retrieve package name for user-defined variable types]]
* [[Pretty-print a module and the packages imported by the module | SystemVerilog: Pretty-print a module and the packages imported by the module]]
+
* [[Pretty-print a module and the packages imported by the module | SystemVerilog/C++: Pretty-print a module and the packages imported by the module]]

Revision as of 17:05, 1 March 2019

General

Input: VHDL, Verilog (and SystemVerilog), Liberty, EDIF

Netlist Database

Output

Scripting languages: TCL, Perl, Python

Code examples