Skip to content
Snippets Groups Projects
Commit ad0eddb6 authored by Irina LEE's avatar Irina LEE
Browse files

fixed error in generation (syscams)

parent 75973d05
No related branches found
No related tags found
1 merge request!72Syscams
...@@ -88,7 +88,7 @@ public class TopCellGenerator { ...@@ -88,7 +88,7 @@ public class TopCellGenerator {
if (TopCellGenerator.syscams.getNbPortConverter() == 0) { if (TopCellGenerator.syscams.getNbPortConverter() == 0) {
System.out.println("***Warning: require at least one converter port***"); System.out.println("***Warning: require at least one converter port***");
} }
if (TopCellGenerator.syscams.getNbConnector() == 0) { if (TopCellGenerator.syscams.getNbConnectorCluster() == 0) {
System.out.println("***Warning: require at least one connector***"); System.out.println("***Warning: require at least one connector***");
} }
String top = Header.getClusterHeader(c) + ClusterCode.getClusterCode(c, connectors); String top = Header.getClusterHeader(c) + ClusterCode.getClusterCode(c, connectors);
......
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