yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
register.cc File Reference
#include "kernel/yosys.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
+ Include dependency graph for register.cc:

Go to the source code of this file.

Data Structures

struct  HelpPass
 
struct  EchoPass
 

Macros

#define MAX_REG_COUNT   1000
 

Variables

bool echo_mode = false
 
Passfirst_queued_pass
 
Passcurrent_pass
 
std::map< std::string, Frontend * > frontend_register
 
std::map< std::string, Pass * > pass_register
 
std::map< std::string, Backend * > backend_register
 
HelpPass HelpPass
 
EchoPass EchoPass
 

Macro Definition Documentation

#define MAX_REG_COUNT   1000

Definition at line 28 of file register.cc.

Variable Documentation

std::map<std::string, Backend*> backend_register

Definition at line 36 of file register.cc.

Pass* current_pass

Definition at line 32 of file register.cc.

bool echo_mode = false

Definition at line 30 of file register.cc.

Pass* first_queued_pass

Definition at line 31 of file register.cc.

std::map<std::string, Frontend*> frontend_register

Definition at line 34 of file register.cc.

std::map<std::string, Pass*> pass_register

Definition at line 35 of file register.cc.