Skip to content

Commit ae35830

Browse files
authored
Update README.md
1 parent 9f82146 commit ae35830

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
![example workflow](https://github.com/kaist-silab/DPPBench/actions/workflows/pytest.yml/badge.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![python_sup](https://img.shields.io/badge/python-3.7+-blue.svg?)](https://www.python.org/downloads/release/python-370/)[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://dppbench.streamlit.app/)
33

44

5-
> To download from Anonymous Github automatically, download [download_anonymous_github.py](download_anonymous_github.py) and run:
6-
> `python3 download_anonymous_github.py`
7-
> in the terminal. This will download the repository to the current directory.
8-
9-
105
This repository contains the benchmark for the decoupling capacitor placement problem (DPP) and the accompanying paper "DevFormer: A Symmetric Transformer for Context-Aware Device Placement". The benchmark is designed to evaluate the performance of the proposed DevFormer architecture and to facilitate future research in hardware design optimization.
116

127

138
## Setup
149

10+
### Clone repository
11+
First, download the [repository on Anonymous Github](https://anonymous.4open.science/r/DPPBench) by running this on a terminal:
12+
```bash
13+
curl -sSL https://anonymous.4open.science/r/DPPBench/download_anonymous_github.py | python3 -
14+
```
15+
or use the [downloader script](https://anonymous.4open.science/r/DPPBench/download_anonymous_github.py) and run it with your favorite Python interpreter. Note that we use the above since Anonymous Github is currently not providing a way to download the repository as a zip file.
16+
17+
### Install dependencies
1518
```bash
1619
# Clone the repository and cd into it
1720
git clone https://github.com/kaist-silab/DPP_benchmark.git && cd DPP_benchmark

0 commit comments

Comments
 (0)