Difference between revisions of "Main Page"

From Verific Design Automation FAQ
Jump to: navigation, search
Line 45: Line 45:
  
 
'''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)]]
 
* [[Write out an encrypted netlist | Database: Write out an encrypted netlist]]
 
* [[Write out an encrypted netlist | Database: Write out an encrypted netlist]]
 
* [[Extract clock enable | Database: Extract clock enable]]
 
* [[Extract clock enable | Database: 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: 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: Pretty-print a module and the packages imported by the module]]

Revision as of 16:18, 1 March 2019

General

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

Netlist Database

Output

Scripting languages: TCL, Perl, Python

Code examples