set up run for tech map to synthesis view

This commit is contained in:
Tramy Nguyen 2019-10-01 13:34:49 -06:00
parent 5458c21eb7
commit ced01407d3
3 changed files with 88 additions and 91 deletions

View file

@ -22,7 +22,7 @@ public class Executables {
public static String reb2sacExecutable = "reb2sac";
public static String[] envp = null;
public static String geneNetExecutable = "GeneNet";
public static String yosysExecutable = "yosys";
public static String yosysExecutable = "Yosys";
public static Boolean libsbmlFound = false;
public static Boolean reb2sacFound = false;