sc_bit.cc (12854:c95c35407325) sc_bit.cc (13032:35f2d72d73c8)
1/*****************************************************************************
2
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at

--- 105 unchanged lines hidden (view full) ---

114}
115
116void
117sc_deprecated_sc_bit()
118{
119 static bool warn_sc_bit_deprecated = true;
120 if (warn_sc_bit_deprecated) {
121 warn_sc_bit_deprecated = false;
1/*****************************************************************************
2
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at

--- 105 unchanged lines hidden (view full) ---

114}
115
116void
117sc_deprecated_sc_bit()
118{
119 static bool warn_sc_bit_deprecated = true;
120 if (warn_sc_bit_deprecated) {
121 warn_sc_bit_deprecated = false;
122 SC_REPORT_INFO("/IEEE_Std_1666/deprecated",
122 SC_REPORT_INFO("(I804) /IEEE_Std_1666/deprecated",
123 "sc_bit is deprecated, use bool instead");
124 }
125}
126
127} // namespace sc_dt
123 "sc_bit is deprecated, use bool instead");
124 }
125}
126
127} // namespace sc_dt