xls icon indicating copy to clipboard operation
xls copied to clipboard

[enhancement] New message storing data points in EstimatorModel

Open hnpl opened this issue 5 months ago • 0 comments

What's hard to do? (limit 100 words)

Currently, message EstimatorModel uses message DataPoint to store data points for an estimator model. While an estimator model is supposed to estimate exactly one metric, message DataPoint retains all information from synthesis, such as area and delay for an op.

Current best alternative workaround (limit 100 words)

N/A

Your view of the "best case XLS enhancement" (limit 100 words)

We should add another message recording value and value_offset of one metric instead of reusing message DataPoint in message EstimatorModel.

hnpl avatar Sep 04 '24 18:09 hnpl