diff --git a/src/ui/GTMLModeling.java b/src/ui/GTMLModeling.java index 901aa01051eb2ea9ffcaa23e170b52bfdf64439e..2c13155af96d3c9bd6a4ceb9d8ceef3893b56416 100755 --- a/src/ui/GTMLModeling.java +++ b/src/ui/GTMLModeling.java @@ -2676,7 +2676,7 @@ public class GTMLModeling { while(iterator.hasNext()) { tgc = (TGComponent)(iterator.next()); - if( tgc instanceof TMLArchiCPNode ) { + //if( tgc instanceof TMLArchiCPNode ) { node = archi.getHwNodeByName( tgc.getName() ); if( ( node != null ) && ( node instanceof HwExecutionNode ) ) { //why checking this instanceof? artifacts = ( (TMLArchiNode)(tgc) ).getAllTMLArchiArtifacts(); @@ -2698,7 +2698,7 @@ public class GTMLModeling { } // Other nodes (memory, bridge, bus) - } + //} TraceManager.addDev( "IN MAKE MAPPING: " + map.getMappedTasks().toString()); if ((tgc instanceof TMLArchiBUSNode) || (tgc instanceof TMLArchiBridgeNode) || (tgc instanceof TMLArchiMemoryNode)|| (tgc instanceof TMLArchiDMANode)) {