HAL
netlist_abstraction.cpp
Go to the documentation of this file.
2 
8 
9 namespace hal
10 {
11  namespace dataflow
12  {
13  NetlistAbstraction::NetlistAbstraction(const Netlist* nl_arg) : nl(nl_arg)
14  {
15  }
16  } // namespace dataflow
17 } // namespace hal
This file contains the struct that holds all information on the netlist abstraction used for dataflow...
This file contains the class that holds all information of a dataflow analysis grouping.
NetlistAbstraction(const Netlist *nl_arg)
Construct a netlist abstraction from a netlist.