Verilog Parser
AST Utility Functions

Contains utility data structures and functions which are used to help represent portions of the AST, but which are not specific to a particular node. More...

Modules

 Linked List
 
 Stack
 
 Hash Table
 A very simple hash table implemented (for now) over a linked list.
 
 Memory Management
 Helps to manage memory allocated during AST construction.
 
 Module Resoloution & Searching
 Functions for resolving module names.
 

Detailed Description

Contains utility data structures and functions which are used to help represent portions of the AST, but which are not specific to a particular node.