-
Notifications
You must be signed in to change notification settings - Fork 42
Creating a Rsyn Script
Guilherme Flach edited this page Apr 21, 2017
·
4 revisions
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