Searched refs:downstream_net_name_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/model/
H A DElectricalModel.cc498 // case 1: 'assign downstream_net_name_ = upstream_net_name_'
499 void ElectricalModel::assign(const String& downstream_net_name_, const String& upstream_net_name_) argument
501 ASSERT(getNetReferences()->keyExist(downstream_net_name_), "[Error] " + getInstanceName() + " -> Net '" +
502 downstream_net_name_ + "' does not exist!");
507 assign(downstream_net_name_, getNetReference(downstream_net_name_),
513 // case 2: 'assign downstream_net_name_[begin:end] = upstream_net_name_'
514 void ElectricalModel::assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_) argument
516 ASSERT(getNetReferences()->keyExist(downstream_net_name_), "[Error] " + getInstanceName() + " -> Net '" +
517 downstream_net_name_
529 assign(const String& downstream_net_name_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
543 assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
575 assignVirtualFanout(const String& downstream_net_name_, const String& upstream_net_name_) argument
587 assignVirtualFanout(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
615 assignVirtualFanin(const String& downstream_net_name_, const String& upstream_net_name_) argument
626 assignVirtualFanin(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
[all...]
H A DElectricalModel.h102 // case 1: 'assign downstream_net_name_ = upstream_net_name_'
103 void assign(const String& downstream_net_name_, const String& upstream_net_name_);
104 // case 2: 'assign downstream_net_name_[end:begin] = upstream_net_name_'
105 void assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_);
106 // case 3: 'assign downstream_net_name_ = upstream_net_name_[end:begin]'
107 void assign(const String& downstream_net_name_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_);
108 // case 4: 'assign downstream_net_name_[end:begin] = upstream_net_name_[end:begin]'
109 void assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_);
118 void assignVirtualFanout(const String& downstream_net_name_, const String& upstream_net_name_);
119 void assignVirtualFanout(const String& downstream_net_name_, cons
[all...]

Completed in 4 milliseconds