Difference between revisions of "Main Page"

From Verific Design Automation FAQ
Jump to: navigation, search
Line 71: Line 71:
 
* [[Process -f file and explore the Netlist Database (py)| Database/Verilog/Python: Process -f file and explore the Netlist Database]]
 
* [[Process -f file and explore the Netlist Database (py)| Database/Verilog/Python: Process -f file and explore the Netlist Database]]
 
* [[Simple example of visitor pattern | Verilog/C++: Simple example of visitor pattern]]
 
* [[Simple example of visitor pattern | Verilog/C++: Simple example of visitor pattern]]
 +
* [[Where in RTL is it get assigned? | Verilog/C++: Where in RTL is it get assigned?]]
 
* [[Statically elaborate with different values of parameters | Verilog/C++: Statically elaborate with different values of parameters]]
 
* [[Statically elaborate with different values of parameters | Verilog/C++: Statically elaborate with different values of parameters]]
 
* [[Prettyprint all modules in the design hierarchy | Verilog/C++: Prettyprint all modules in the design hierarchy]]
 
* [[Prettyprint all modules in the design hierarchy | Verilog/C++: Prettyprint all modules in the design hierarchy]]

Revision as of 13:18, 23 March 2021

General

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

Netlist Database

Output

Scripting languages: TCL, Perl, Python

Code examples