[][src]Module moore_vhdl::add_ctx

A context within which nodes can be added.

Create a new AddContext for groups of nodes that share common information, for example their containing scope. Then use the context's functions to add specific types of nodes, which schedules the necessary work in the lazy tables.

Structs

AddContext

A context within which nodes can be added.