4a5
> * Copyright (c) 2010-2013 Advanced Micro Devices, Inc.
28c29
< * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.”
---
> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46,48c47,48
< class Wire : public Component
< {
< public:
---
> class Wire : public Component {
> public:
59,63c59,63
< double spacing_scaling = 1,
< enum Wire_placement wire_placement = outside_mat,
< double resistivity = CU_RESISTIVITY,
< TechnologyParameter::DeviceType *dt = &(g_tp.peri_global)
< ); // should be used only once for initializing static members
---
> double spacing_scaling = 1,
> enum Wire_placement wire_placement = outside_mat,
> double resistivity = CU_RESISTIVITY,
> TechnologyParameter::DeviceType *dt = &(g_tp.peri_global)
> ); // should be used only once for initializing static members
68c68
< double wire_cap(double len, bool call_from_outside=false);
---
> double wire_cap(double len, bool call_from_outside = false);
84,86c84,85
< void set_in_rise_time(double rt)
< {
< in_rise_time = rt;
---
> void set_in_rise_time(double rt) {
> in_rise_time = rt;
98c97
< private:
---
> private:
101c100
< // is broadcasting data to multiple destinations
---
> // is broadcasting data to multiple destinations