Skip to content

Commit

Permalink
Print base clocks in synchronous dump info
Browse files Browse the repository at this point in the history
  • Loading branch information
gossen authored and OpenModelica-Hudson committed Jul 10, 2015
1 parent 9116d28 commit b943111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/BackEnd/BackendDump.mo
Expand Up @@ -596,7 +596,6 @@ algorithm
print("\n");
end dumpClocks;


public function dumpVariables "function dumpVariables"
input BackendDAE.Variables inVars;
input String heading;
Expand Down
1 change: 1 addition & 0 deletions Compiler/BackEnd/SynchronousFeatures.mo
Expand Up @@ -115,6 +115,7 @@ algorithm

if Flags.isSet(Flags.DUMP_SYNCHRONOUS) then
BackendDump.dumpEqSystems(systs, "base-clock partitioning");
BackendDump.dumpClocks(baseClocks, "Base clocks");
end if;
end clockPartitioning1;

Expand Down

0 comments on commit b943111

Please sign in to comment.