Skip to content
Snippets Groups Projects
Commit 52f874ed authored by Andrea Enrici's avatar Andrea Enrici
Browse files

defined USER_TO_DO string

parent 0ff61926
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ public abstract class CPMEC {
public static final String SingleDMA = "Single DMA";
public static final String DoubleDMA = "Double DMA";
public static final String MemoryCopy = "Memory Copy";
//The number must be the same as the index in cpTypes
public static final int CpuMemoryCopyMEC = 0;
public static final int SingleDmaMEC = 1;
......@@ -79,6 +80,8 @@ public abstract class CPMEC {
public static final String sourceStorage = "Src_Storage_Instance";
public static final String destinationStorage = "Dst_Storage_Instance";
public static final String USER_TO_DO = "/* USER TO DO */";
public String getExecCode() {
return exec_code;
}
......
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