@@ -13,7 +13,7 @@ Author: Daniel Kroening, kroening@kroening.com
1313
1414/* ******************************************************************\
1515
16- Function: instantiate_var_mapt ::convert_bool
16+ Function: netlist_boolbvt ::convert_bool
1717
1818 Inputs:
1919
@@ -23,7 +23,7 @@ Function: instantiate_var_mapt::convert_bool
2323
2424\*******************************************************************/
2525
26- literalt instantiate_var_mapt ::convert_bool (const exprt &expr)
26+ literalt netlist_boolbvt ::convert_bool (const exprt &expr)
2727{
2828 if (expr.id () == ID_symbol || expr.id () == ID_next_symbol)
2929 {
@@ -53,7 +53,7 @@ literalt instantiate_var_mapt::convert_bool(const exprt &expr)
5353
5454/* ******************************************************************\
5555
56- Function: instantiate_var_mapt ::convert_bitvector
56+ Function: netlist_boolbvt ::convert_bitvector
5757
5858 Inputs:
5959
@@ -63,7 +63,7 @@ Function: instantiate_var_mapt::convert_bitvector
6363
6464\*******************************************************************/
6565
66- bvt instantiate_var_mapt ::convert_bitvector (const exprt &expr)
66+ bvt netlist_boolbvt ::convert_bitvector (const exprt &expr)
6767{
6868 if (expr.id () == ID_symbol || expr.id () == ID_next_symbol)
6969 {
@@ -95,7 +95,7 @@ bvt instantiate_var_mapt::convert_bitvector(const exprt &expr)
9595
9696/* ******************************************************************\
9797
98- Function: instantiate_var_mapt ::get_literal
98+ Function: netlist_boolbvt ::get_literal
9999
100100 Inputs:
101101
@@ -106,7 +106,7 @@ Function: instantiate_var_mapt::get_literal
106106\*******************************************************************/
107107
108108literalt
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)
110110{
111111 return var_map.get_current (symbol, bit);
112112}
0 commit comments