hidmic / ltitop

Linear Time Invariant Topology Optimization Toolkit
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Generate C code for a topology #14

Open hidmic opened 2 years ago

hidmic commented 2 years ago

Description

To actually use and validate an optimized LTI system, it has to be translated into code that can be assembled or compiled for a given processor architecture. C is by far the most common language for that purpose. Thus, putting all together, ltitop must support C code generation for a given realization or diagram.

Definition of Done

In the following, it is assumed that #9 was implemented.