yosys-master
|
#include "kernel/yosys.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
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 |
Pass * | first_queued_pass |
Pass * | current_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 |
#define MAX_REG_COUNT 1000 |
Definition at line 28 of file register.cc.
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.