[][src]Module open_vaf::ast_lowering::ast_to_hir_fold

Structs

Fold

A struct that contains data and functionality all ast to hir folds share It is used for abstracting over functionality/data for the resolve!/resolve_hierarchical! macros and BranchResolver

VerilogContext

The Verilog AMS standard uses multiple different grammar rules to enfoce that constants/analog exprerssions only contain items valid in their context OpenVAF uses flags stored inside this struct instead during the AST to MIR folding process in this module

Traits

DeclarationHandler