Skip to content
Snippets Groups Projects
Commit 21aef0d4 authored by Minh Hiep Pham's avatar Minh Hiep Pham :speech_balloon:
Browse files

updated cp node config for DMA and FPGA node

parent 65b9c086
No related branches found
No related tags found
1 merge request!164updated method for reconfiguration of CP nodes after renaming HW nodes
......@@ -195,7 +195,8 @@ public class TMLArchiDMANode extends TMLArchiCommunicationNode implements Swallo
error = true;
errors += "Name of the node ";
} else {
name = tmpName;
updateCPNodeConfigAfterRenamingHWNode(tmpName);
//name = tmpName;
}
}
......
......@@ -205,7 +205,8 @@ public class TMLArchiFPGANode extends TMLArchiNode implements SwallowTGComponent
error = true;
errors += "Name of the node ";
} else {
name = tmpName;
updateCPNodeConfigAfterRenamingHWNode(tmpName);
//name = tmpName;
}
}
......
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