mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 10:48:35 +02:00
fix compiler errors (to upstream)
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
+1
-1
@@ -542,7 +542,7 @@ public:
|
||||
ClockSet *to_clks,
|
||||
InstanceSet *to_insts,
|
||||
const RiseFallBoth *rf,
|
||||
RiseFallBoth *end_rf);
|
||||
const RiseFallBoth *end_rf);
|
||||
void checkExceptionToPins(ExceptionTo *to,
|
||||
const char *file, int) const;
|
||||
void deleteExceptionTo(ExceptionTo *to);
|
||||
|
||||
+1
-1
@@ -2073,7 +2073,7 @@ Sta::makeExceptionTo(PinSet *to_pins,
|
||||
ClockSet *to_clks,
|
||||
InstanceSet *to_insts,
|
||||
const RiseFallBoth *rf,
|
||||
RiseFallBoth *end_rf)
|
||||
const RiseFallBoth *end_rf)
|
||||
{
|
||||
return sdc_->makeExceptionTo(to_pins, to_clks, to_insts, rf, end_rf);
|
||||
}
|
||||
|
||||
+1
-1
@@ -84,7 +84,7 @@ TagGroup::hasTag(Tag *tag) const
|
||||
size_t
|
||||
TagGroup::pathIndex(Tag *tag) const
|
||||
{
|
||||
size_t path_index;
|
||||
size_t path_index = 0;
|
||||
bool exists;
|
||||
pathIndex(tag, path_index, exists);
|
||||
return path_index;
|
||||
|
||||
Reference in New Issue
Block a user