13
13
14
14
/* ******************************************************************\
15
15
16
- Function: instantiate_var_mapt ::convert_bool
16
+ Function: netlist_boolbvt ::convert_bool
17
17
18
18
Inputs:
19
19
@@ -23,7 +23,7 @@ Function: instantiate_var_mapt::convert_bool
23
23
24
24
\*******************************************************************/
25
25
26
- literalt instantiate_var_mapt ::convert_bool (const exprt &expr)
26
+ literalt netlist_boolbvt ::convert_bool (const exprt &expr)
27
27
{
28
28
if (expr.id () == ID_symbol || expr.id () == ID_next_symbol)
29
29
{
@@ -53,7 +53,7 @@ literalt instantiate_var_mapt::convert_bool(const exprt &expr)
53
53
54
54
/* ******************************************************************\
55
55
56
- Function: instantiate_var_mapt ::convert_bitvector
56
+ Function: netlist_boolbvt ::convert_bitvector
57
57
58
58
Inputs:
59
59
@@ -63,7 +63,7 @@ Function: instantiate_var_mapt::convert_bitvector
63
63
64
64
\*******************************************************************/
65
65
66
- bvt instantiate_var_mapt ::convert_bitvector (const exprt &expr)
66
+ bvt netlist_boolbvt ::convert_bitvector (const exprt &expr)
67
67
{
68
68
if (expr.id () == ID_symbol || expr.id () == ID_next_symbol)
69
69
{
@@ -95,7 +95,7 @@ bvt instantiate_var_mapt::convert_bitvector(const exprt &expr)
95
95
96
96
/* ******************************************************************\
97
97
98
- Function: instantiate_var_mapt ::get_literal
98
+ Function: netlist_boolbvt ::get_literal
99
99
100
100
Inputs:
101
101
@@ -106,7 +106,7 @@ Function: instantiate_var_mapt::get_literal
106
106
\*******************************************************************/
107
107
108
108
literalt
109
- instantiate_var_mapt ::get_literal (const std::string &symbol, const unsigned bit)
109
+ netlist_boolbvt ::get_literal (const std::string &symbol, const unsigned bit)
110
110
{
111
111
return var_map.get_current (symbol, bit);
112
112
}
0 commit comments