ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
rrr::Action Struct Reference

#include <rrrTypes.h>

Public Attributes

ActionType type = NONE
 
int id = -1
 
int idx = -1
 
int fi = -1
 
bool c = false
 
bool fNew = false
 
std::vector< int > vFanins
 
std::vector< int > vIndices
 
std::vector< int > vFanouts
 

Detailed Description

Definition at line 49 of file rrrTypes.h.

Member Data Documentation

◆ c

bool rrr::Action::c = false

Definition at line 54 of file rrrTypes.h.

◆ fi

int rrr::Action::fi = -1

Definition at line 53 of file rrrTypes.h.

◆ fNew

bool rrr::Action::fNew = false

Definition at line 55 of file rrrTypes.h.

◆ id

int rrr::Action::id = -1

Definition at line 51 of file rrrTypes.h.

◆ idx

int rrr::Action::idx = -1

Definition at line 52 of file rrrTypes.h.

◆ type

ActionType rrr::Action::type = NONE

Definition at line 50 of file rrrTypes.h.

◆ vFanins

std::vector<int> rrr::Action::vFanins

Definition at line 56 of file rrrTypes.h.

◆ vFanouts

std::vector<int> rrr::Action::vFanouts

Definition at line 58 of file rrrTypes.h.

◆ vIndices

std::vector<int> rrr::Action::vIndices

Definition at line 57 of file rrrTypes.h.


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