Package ptolemy.codegen.SystemC.kernel

Examples of ptolemy.codegen.SystemC.kernel.SystemCCodeGenerator


                        // FIXME: This introduces a dependency to codegen.c
                        // We should fix this by having a way to choose languages.
//                        codeGenerator = new CCodeGenerator(toplevel,
//                                "CodeGenerator_AutoAdded");
                        // metroii
                        codeGenerator = new SystemCCodeGenerator(toplevel,
                        "CodeGenerator_AutoAdded");
                    } else {
                        // Get the last CodeGenerator in the list, maybe
                        // it was added last?
                        codeGenerator = (CodeGenerator) codeGenerators
View Full Code Here

TOP

Related Classes of ptolemy.codegen.SystemC.kernel.SystemCCodeGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.