HAL
netlist_abstraction.h File Reference

This file contains the struct that holds all information on the netlist abstraction used for dataflow analysis. More...

#include "hal_core/defines.h"
#include "hal_core/netlist/gate_library/enums/pin_type.h"
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <vector>
Include dependency graph for netlist_abstraction.h:

Go to the source code of this file.

Classes

struct  hal::dataflow::NetlistAbstraction
 The abstraction of the netlist that only contains gates of a specified type, e.g., flip-flops. More...
 

Namespaces

 hal
 
 hal::dataflow
 

Detailed Description

This file contains the struct that holds all information on the netlist abstraction used for dataflow analysis.

Definition in file netlist_abstraction.h.