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

/gem5/ext/dsent/model/
H A DElectricalModel.h105 void assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_);
109 void assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_);
119 void assignVirtualFanout(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_);
123 void assignVirtualFanin(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_);
H A DElectricalModel.cc514 void ElectricalModel::assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_) argument
522 assign(downstream_net_name_, downstream_net_indices_,
543 void ElectricalModel::assign(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
552 int downstream_width = downstream_net_indices_.second - downstream_net_indices_.first + 1;
560 int down_index = downstream_net_indices_.first;
562 while (down_index <= downstream_net_indices_.second)
587 void ElectricalModel::assignVirtualFanout(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
606 int begin_index = downstream_net_indices_.first;
607 int end_index = downstream_net_indices_
626 assignVirtualFanin(const String& downstream_net_name_, const NetIndex& downstream_net_indices_, const String& upstream_net_name_, const NetIndex& upstream_net_indices_) argument
[all...]

Completed in 9 milliseconds