CIRCT  19.0.0git
Classes | Static Public Member Functions | List of all members
llvm::yaml::MappingContextTraits< sv::InterfaceOp, Context > Struct Reference

Conversion from an sv::InterfaceOp to YAML. More...

Classes

struct  Interface
 A YAML-serializable representation of an interface. More...
 

Static Public Member Functions

static void mapping (IO &io, sv::InterfaceOp &op, Context &ctx)
 

Detailed Description

Conversion from an sv::InterfaceOp to YAML.

This is implemented using YAML normalization to first convert the interface to an internal Interface which reformats the Grand Central-generated interface into the YAML format.

Definition at line 289 of file GrandCentral.cpp.

Member Function Documentation

◆ mapping()

static void llvm::yaml::MappingContextTraits< sv::InterfaceOp, Context >::mapping ( IO &  io,
sv::InterfaceOp &  op,
Context &  ctx 
)
inlinestatic

Definition at line 383 of file GrandCentral.cpp.


The documentation for this struct was generated from the following file: