Lines Matching refs:Wire
36 Wire::Wire(
53 cout << "Wire not initialized. Initializing it with default values\n";
54 Wire winit;
70 Component Wire::global;
71 Component Wire::global_5;
72 Component Wire::global_10;
73 Component Wire::global_20;
74 Component Wire::global_30;
75 Component Wire::low_swing;
77 int Wire::initialized;
78 double Wire::wire_width_init;
79 double Wire::wire_spacing_init;
82 Wire::Wire(double w_s, double s_s, enum Wire_placement wp, double resis,
122 Wire::~Wire() {
128 Wire::calculate_wire_stats() {
223 Wire::signal_fall_time () {
249 double Wire::signal_rise_time () {
275 /* Wire resistance and capacitance calculations
289 double Wire::wire_cap (double len /* in m */, bool call_from_outside) {
366 Wire::wire_res (double len /*(in m)*/) {
403 Wire::low_swing_model() {
547 Wire::sense_amp_input_cap() {
555 void Wire::delay_optimal_wire () {
625 Wire::init_wire() {
660 Wire *l_wire = new Wire(Low_swing, 0.001/* 1 mm*/, 1);
668 void Wire::update_fullswing() {
720 powerDef Wire::wire_model (double space, double size, double *delay) {
784 Wire::print_wire() {