24#ifndef __ACT_PASS_SIZING_H__
25#define __ACT_PASS_SIZING_H__
30#include <act/passes/booleanize.h>
31#include <common/hash.h>
32#include <common/array.h>
This pass is used to pre-process information about languages and variables within the design....
Definition: booleanize.h:271
The main Act class used to read in an ACT file and create basic data structures. All design informati...
Definition: act.h:334
The main ActPass class used to implement an ACT analysis/synthesis pass. All the core tools use this ...
Definition: act.h:791
Act * a
Definition: act.h:810
ActBooleanizePass * bp
Definition: sizing.h:44
void * local_op(Process *p, int mode=0)
User-defined processes.
Definition: types.h:750
This contains the implementation of a number of C++ iterators to make it easier to walk through an AC...