#include "rose.h"
#include "conflict_table.h"
#include "mapped_variable.h"
#include "port_call_path.h"
#include <unordered_map>
 
Go to the source code of this file.
 | 
| class   | risc::sg::EventConflictTable | 
|   | The conflicts are stored in the base class variable conflict_table_. The columns represent wait statements of the segments. The rows are representing the notifications of events. So, a true in conflict_table_[i][j] means that the associated segment/instance i notifies the event for which the associated segment/instance j is waiting.  More...
  | 
|   |