#include <CGRA/Module.h>
#include <CGRA/ModuleProcedures.h>
#include <CGRA/ModuleElastic.h>
#include <coreir/passes/analysis/coreirjson.h>
#include <ios>
#include <fstream>
#include <ostream>
#include <sstream>
#include <regex>
Go to the source code of this file.
◆ getmoduleport()
static bool getmoduleport |
( |
std::string |
name, |
|
|
std::string * |
module, |
|
|
std::string * |
port |
|
) |
| |
|
static |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
VerilogType |
vt |
|
) |
| |
◆ operator>>()
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
port_type & |
type |
|
) |
| |
◆ port_type_map
const std::map<std::string, port_type> port_type_map |
|
static |