Skip to content

Commit fde586e

Browse files
kdesnosAntoine Morvan
authored andcommitted
(Doc) Remove DynamiAlloc printer from documentation. (following their removal from code in previous commit).
1 parent 73cd1df commit fde586e

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

doc/workflow_tasks.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@
674674
\tabValue{
675675
\valueDef{\texttt{C}}{Print C code and shared-memory based communications. Currently compatible with \texttt{x86}, \texttt{c6678}, and \texttt{arm} architectures.}
676676
\valueDef{\texttt{InstrumentedC}}{Print C code instrumented with profiling code, and shared-memory based communications. Currently compatible with \texttt{x86}, \texttt{c6678} architectures.}
677-
\valueDef{\texttt{DynamicAllocC}}{Print C code and shared-memory based communications with dynamic allocation. Compatible with \texttt{x86}, \texttt{c6678}. \textit{(Not maintained, use at your own risks)}}
678677
\valueDef{\texttt{XML}}{Print XML code with all informations used by other printers to print code. Compatible with \texttt{x86}, \texttt{c6678}.}
679678
}
680679
}

plugins/org.ietr.preesm.codegen.xtend/plugin.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -150,23 +150,6 @@
150150
type="c6678">
151151
</core_type>
152152
</printer>
153-
</printers>
154-
<printers
155-
language="DynamicAllocC">
156-
<printer
157-
class="org.ietr.preesm.codegen.xtend.printer.c.DynamicAllocCPrinter"
158-
extension=".c">
159-
<core_type
160-
type="x86">
161-
</core_type>
162-
</printer>
163-
<printer
164-
class="org.ietr.preesm.codegen.xtend.printer.c.DynamicAllocC6678CPrinter"
165-
extension=".c">
166-
<core_type
167-
type="c6678">
168-
</core_type>
169-
</printer>
170153
</printers>
171154
</extension>
172155
<extension

0 commit comments

Comments
 (0)