Skip to content

Running Timing Driven Placement Flow

Jucemar Monteiro edited this page Mar 21, 2017 · 5 revisions

Running Incremental Timing-driven Placement flow at Rsyn

  • Required rsyn-x project. Please go to README for download instructions of Rsyn project.

  • create a rsyn-example directory

$ mkdir rsyn-example
$ cd <pathExample>/rsyn-example/
$ tar xvf rsyn-example.tar.bz2
  • go to the bin directory of the rsyn-x project downloaded as shown in README.

Running in command-line mode:

 ```sh
  $ cd <pathToRsyn>/rsyn-x/x/bin
  $ make all
  $ make rscript script=<path>/rsyn-example/superblue18-long.rsyn 
  ```

Running with GUI enabled

  ```sh
  $ cd <pathToRsyn>/rsyn-x/x/bin
  $ make all
  $ make rgui
  ```
  • File -> Run Script (or ctrl+r)
  • Go to the rsyn-example directory
  • Open superblue-18.rsyn script
Clone this wiki locally