slang-netlist  0.9.0
Loading...
Searching...
No Matches
slang::report::ReportPorts Class Reference

Visitor for printing port information in a human-readable format. More...

#include <ReportPorts.hpp>

Inheritance diagram for slang::report::ReportPorts:

Public Member Functions

 ReportPorts (ast::Compilation &compilation)
void report (FormatBuffer &buffer)
 Renders the collected variable information to the given format buffer.
void handle (const ast::PortSymbol &symbol)

Detailed Description

Visitor for printing port information in a human-readable format.

Constructor & Destructor Documentation

◆ ReportPorts()

slang::report::ReportPorts::ReportPorts ( ast::Compilation & compilation)
inlineexplicit

Member Function Documentation

◆ handle()

void slang::report::ReportPorts::handle ( const ast::PortSymbol & symbol)
inline

◆ report()

void slang::report::ReportPorts::report ( FormatBuffer & buffer)
inline

Renders the collected variable information to the given format buffer.


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