mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
@@ -639,7 +639,7 @@ ConcreteParasiticNetwork::ensureParasiticNode(const Pin *pin,
|
||||
if (term)
|
||||
net = network->net(term);
|
||||
}
|
||||
else
|
||||
else if (net)
|
||||
net = network->highestNetAbove(net);
|
||||
node = new ConcreteParasiticNode(pin, net != net_);
|
||||
pin_nodes_[pin] = node;
|
||||
|
||||
@@ -927,7 +927,7 @@ VerilogModule::checkInstanceName(VerilogInst *inst,
|
||||
{
|
||||
const char *inst_name = inst->instanceName();
|
||||
if (inst_names.findKey(inst_name)) {
|
||||
int i = 0;
|
||||
int i = 1;
|
||||
const char *replacement_name = nullptr;
|
||||
do {
|
||||
if (replacement_name)
|
||||
|
||||
Reference in New Issue
Block a user