Skip to content
Snippets Groups Projects
Commit e72fcc64 authored by Daniela Genius's avatar Daniela Genius
Browse files

bugfix

parent 7ae4f9a2
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ public class Platforminfo {
//DG 28.08. example coprocessors
int i=0;
for(i=0;i<nb_hwa;i++){
platforminfo+="Uses('caba:my_hwa"+i+"),"+CR;
platforminfo+="Uses('caba:my_hwa"+i+"'),"+CR;
}
//+"Uses('caba:MyHWA1'),"+CR
platforminfo+="Uses('common:elf_file_loader'),"+CR
......
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