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

Corrected DMA node type (from Transfer to Controller)

parent ace4a960
No related branches found
No related tags found
1 merge request!164updated method for reconfiguration of CP nodes after renaming HW nodes
...@@ -338,7 +338,7 @@ public class TMLArchiDMANode extends TMLArchiCommunicationNode implements Swallo ...@@ -338,7 +338,7 @@ public class TMLArchiDMANode extends TMLArchiCommunicationNode implements Swallo
} }
public int getComponentType() { public int getComponentType() {
return TRANSFER; return CONTROLLER;
} }
} }
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