Skip to content
Snippets Groups Projects
Commit 0e9a8a2c authored by Letitia Li's avatar Letitia Li
Browse files

Encryption icon

parent 80f7c422
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class TMLADEncrypt extends TGCWithoutInternalComponent implements Embedde
public TMLADEncrypt(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp) {
super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp);
width = 60;
width = 40;
height = 50;
textX = width + 5;
textY = height/2 + 5;
......
......@@ -477,7 +477,7 @@ public class JDialogDSE extends javax.swing.JDialog implements ActionListener, R
// config.setOutputVCD("true");
// config.setOutputXML("true");
config.setRecordResults("true");
/*if (config.runParallelSimulation(Nbsim, true, true) != 0) {
if (config.runParallelSimulation(Nbsim, true, true) != 0) {
output+="Simulation Failed";
outputText.setText(output);
checkMode();
......@@ -486,7 +486,7 @@ public class JDialogDSE extends javax.swing.JDialog implements ActionListener, R
else {
output+="Simulation Succeeded";
outputText.setText(output);
}*/
}
if (config.runDSE("", false, false)!=0){
TraceManager.addDev("Can't run DSE");
}
......
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