Skip to content
Snippets Groups Projects
Commit c16e1487 authored by Andrea Enrici's avatar Andrea Enrici
Browse files

eliminated the option to select a simulator specifically for CPs

parent 6f6407a9
No related branches found
No related tags found
No related merge requests found
...@@ -80,8 +80,7 @@ public class JDialogSystemCGeneration extends javax.swing.JDialog implements Act ...@@ -80,8 +80,7 @@ public class JDialogSystemCGeneration extends javax.swing.JDialog implements Act
private static String unitCycle = "1"; private static String unitCycle = "1";
private static String[] simus = { "SystemC Simulator - LabSoC version", private static String[] simus = { "SystemC Simulator - LabSoC version",
"C++ Simulator - LabSoc version", "C++ Simulator - LabSoc version" };
"C++ Simulator with Communication Patterns" };
private static int selectedItem = 1; private static int selectedItem = 1;
protected static String pathCode; protected static String pathCode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment