mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
Merge branch 'master' into write_timing_model
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -447,6 +447,7 @@ public:
|
||||
float axisValue(size_t index) const { return (*values_)[index]; }
|
||||
// Find the index for value such that axis[index] <= value < axis[index+1].
|
||||
size_t findAxisIndex(float value) const;
|
||||
FloatSeq *values() const { return values_; }
|
||||
|
||||
private:
|
||||
TableAxisVariable variable_;
|
||||
|
||||
Reference in New Issue
Block a user