There was an error while loading. Please reload this page.
Rsyn script example
Rsyn uses Json to parse the script commands.
# This is a comment # Instruction to open a benchmark using a Rsyn default load procedure. open "iccad2015" { "config" : "superblue18/superblue18.iccad2015", "maxDisplacement" : 400, "targetUtilization" : 0.85, "parms" : "ICCAD15.parm" }; # Running a process called "ufrgs.ISPD16Flow" run "ufrgs.ISPD16Flow" {} # Rsyn instructions may be run via script or at command box in # the Graphics User Interface
Please visit Creating a "Hello-World" Process in Rsyn for more details how to create a Rsyn process