# Data for PPA prediction

We employ logic synthesis tools to transform the RTL code into netlist and record the reports about Power, Performance and Area (PPA). Our dataset could enable predicting PPA metrics based on RTL code.&#x20;

#### Example for PPA prediction

Given a complete RTL repositories, train a model to predict the *total dynamic power*, *number of cells* and *maximum path delay* after logic synthesis using a specific standard library.&#x20;

{% file src="/files/uFvFL7DB98HVgqjJq7Lm" %}

Ground Truth:&#x20;

<table><thead><tr><th width="134">Metric</th><th>Feature</th><th>Number</th></tr></thead><tbody><tr><td>Area</td><td>Number of cells</td><td>4,116</td></tr><tr><td>Power</td><td>Total dynamic power</td><td>23.8842 mW</td></tr><tr><td>Delay</td><td>Maximum path dalay</td><td>19.57 ns</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zeju.gitbook.io/lcm-team/deepcircuitx/data-for-ppa-prediction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
