Merge branch 'master' into write_timing_model

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2022-06-11 16:38:48 -07:00
4 changed files with 26 additions and 30 deletions

View File

@@ -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_;