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

corrected init value for prex signals

parent 70a10f05
No related branches found
No related tags found
No related merge requests found
......@@ -815,7 +815,7 @@ public class TMLCCodeGeneration {
StringBuffer s = new StringBuffer();
for( TMLPort port: prexList ) {
s.append( TAB + "sig[ " + port.getName() +" ].f = true;" + CR );
s.append( TAB + "sig[ " + port.getName() +" ].f = false;" + CR );
}
return s.toString();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment