Unverified Commit 0f64c83c by Yucheng Wang Committed by GitHub

updated link to testcases

parent 9b72e053
...@@ -12,42 +12,42 @@ Where <b>W<sub>wirelength</sub></b>, <b>W<sub>density</sub></b> and <b>W<sub>con ...@@ -12,42 +12,42 @@ Where <b>W<sub>wirelength</sub></b>, <b>W<sub>density</sub></b> and <b>W<sub>con
Circuit Training repo provides the plc_wrapper_main binary to compute these cost functions. There is no available detailed description, or open-source implementation, of these cost functions. With feedback and confirmations from Google engineers, we have implemented all three cost functions; the source code is available [here](../../CodeElements/Plc_client/plc_client_os.py). In the following, we provide a detailed description of the implementation of these cost functions. Circuit Training repo provides the plc_wrapper_main binary to compute these cost functions. There is no available detailed description, or open-source implementation, of these cost functions. With feedback and confirmations from Google engineers, we have implemented all three cost functions; the source code is available [here](../../CodeElements/Plc_client/plc_client_os.py). In the following, we provide a detailed description of the implementation of these cost functions.
## Comparison with Google's Plc_client ## Comparison with Google's Plc_client
<table class="tg"> <table>
<thead> <thead>
<tr> <tr>
<th class="tg-c3ow">Testcase</th> <th>Testcase</th>
<th class="tg-baqh">Method</th> <th>Method</th>
<th class="tg-c3ow">HPWL Cost<br></th> <th>HPWL Cost<br></th>
<th class="tg-baqh">Density Cost</th> <th>Density Cost</th>
<th class="tg-baqh">Congestion Cost</th> <th>Congestion Cost</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td class="tg-c3ow" rowspan="2">Google's<br>Ariane</td> <td rowspan="2"><a href="https://github.com/google-research/circuit_training/tree/main/circuit_training/environment/test_data/ariane" target="_blank" rel="noopener noreferrer">Google's Ariane</a><br></td>
<td class="tg-baqh">Google</td> <td>Google</td>
<td class="tg-c3ow">0.050186608</td> <td>0.050186608</td>
<td class="tg-baqh"><span style="font-weight:400;font-style:normal">0.756401122</span></td> <td>0.756401122</td>
<td class="tg-baqh"><span style="font-weight:400;font-style:normal">0.984565650</span></td> <td>0.984565650</td>
</tr> </tr>
<tr> <tr>
<td class="tg-baqh">Our</td> <td>Our</td>
<td class="tg-c3ow">0.050186604</td> <td>0.050186604</td>
<td class="tg-baqh">0.756401122</td> <td>0.756401122</td>
<td class="tg-baqh">0.984565675</td> <td>0.984565675</td>
</tr> </tr>
<tr> <tr>
<td class="tg-c3ow" rowspan="2">Ariane<br>NanGate45</td> <td rowspan="2"><a href="https://github.com/TILOS-AI-Institute/MacroPlacement/tree/main/CodeElements/Plc_client/test/ariane_ng45" target="_blank" rel="noopener noreferrer">Ariane-NanGate45</a><br></td>
<td class="tg-baqh"><span style="font-weight:400;font-style:normal">Google</span></td> <td>Google</td>
<td class="tg-c3ow">0.387988658</td> <td>0.387988658</td>
<td class="tg-baqh">0.500452106</td> <td>0.500452106</td>
<td class="tg-baqh">2.448659090</td> <td>2.448659090</td>
</tr> </tr>
<tr> <tr>
<td class="tg-baqh"><span style="font-weight:400;font-style:normal">Our</span></td> <td>Our</td>
<td class="tg-c3ow">0.387988659</td> <td>0.387988659</td>
<td class="tg-baqh">0.500452101</td> <td>0.500452101</td>
<td class="tg-baqh">2.448659182</td> <td>2.448659182</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment