Skip to content

Getting Started

Jucemar Monteiro edited this page Jan 11, 2019 · 4 revisions

Getting Started

Rsyn was tested in Ubuntu 16.04.2 LST and compiled with g++ 5.4.0.

$ git clone https://github.com/rsyn/rsyn-x.git
$ cd rsyn-x
$ mkdir build 
$ cd build
$ cmake ..
$ make
 

Bash script to install Rsyn dependencies

Opening a design in Rsyn Graphics User Interface:

  • File -> Run Script (Ctrl+R)
  • Go to rsyn-x/x/demo/simple directory
  • Open simple.rsyn file
  • Rsyn GUI shows the simple circuit
Tip:
  • Selecting a cell: shift+left click
  • Moving a cell: Keep shift key pressed -> left click on a cell -> move the mouse

Running with command-line mode:

  • GUI is not available in command-line mode
$ make rscript script=../demo/simple/simple.rsyn