VisitAll struct
#include <netlist/NetlistBuilder.hpp>
Visitor to visit the entire AST prior to freezing. This is required since AST construction is lazy, so visiting a previously univisted node can cause modifications, which is not threadsafe. This allows the subsequent netlist construction pass to be multithreaded, in the same way Slang's analysis pass is.
Public functions
- void handle(const ast::ValueSymbol& symbol)
Public variables
- uint64_t count