CIRCT  19.0.0git
Static Public Attributes | List of all members
circt::esi::Platform Struct Reference

This should eventually become a set of functions to define the various platform-specific lowerings. More...

#include <ESIPasses.h>

Collaboration diagram for circt::esi::Platform:
Collaboration graph
[legend]

Static Public Attributes

static constexpr char cosim [] = "cosim"
 
static constexpr char fpga [] = "fpga"
 

Detailed Description

This should eventually become a set of functions to define the various platform-specific lowerings.

Definition at line 27 of file ESIPasses.h.

Member Data Documentation

◆ cosim

constexpr char circt::esi::Platform::cosim[] = "cosim"
staticconstexpr

Definition at line 28 of file ESIPasses.h.

◆ fpga

constexpr char circt::esi::Platform::fpga[] = "fpga"
staticconstexpr

Definition at line 29 of file ESIPasses.h.


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