1 #ifndef FREEHDL_VAUL_CREATOR_BASE_H
2 #define FREEHDL_VAUL_CREATOR_BASE_H
3 
4 #include <freehdl/fire.h>
5 #include <freehdl/vaul-pool.h>
6 #include <freehdl/vaul-dunit.h>
7 
8 struct vaul_node_creator_base {
9   vaul_design_unit *cur_du;
10   tree_histogram hist;
11   pIIR_PosInfo make_posinfo (int lineno);
12 };
13 
14 void vaul_fix_static_level (pIIR_Type type);
15 
16 #endif
17