Ignore:
Timestamp:
09/27/11 20:15:36 (13 years ago)
Author:
wschamai
Message:
  • added code generation before verification models execution
  • modifications due to profile update
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.gen.modelica/src/ModelicaML_config.properties

    r944 r1021  
    44# Configuration: Code generation
    55c_outputFolder = code-gen/
     6c_incFolder = code-inc/
    67c_includeModelComments = true
    78c_includeAsserts = true
     
    1920p_path_ModelicaSimulationConstructs = ModelicaML::ModelicaSimulationConstructs
    2021p_path_ModelicaAnnotationConstructs = ModelicaML::ModelicaAnnotationConstructs
    21 p_path_ModelicaMLTestDefinition = ModelicaML::TestDefinition
    22 
    23 p_path_ModelicaMLValueBinding = "ModelicaML::ValueBinding";
     22p_path_ModelicaMLTestDefinition = ModelicaML::Verification
     23p_path_ModelicaMLValueBinding = ModelicaML::ValueBinding
     24p_path_ModelicaMLModelReferences = ModelicaML::ModelReferences
     25p_path_ModelicaMLCodeGeneration = ModelicaML::CodeGeneration
    2426
    2527    #### ModelicaML specific END
     
    3840    ### ModelicaML specific
    3941s_calculationModel = CalculationModel
    40 s_testScenario = TestScenario
    41 s_test = Test
     42s_testScenario = VerificationScenario
     43s_test = VerificationModel
    4244s_requirement = Requirement
    4345s_requirementRepresentative = RequirementRepresentative
    4446s_measureOfEffectiveness = MeasureOfEffectiveness
     47
    4548s_ModelicaModelReference = ModelicaModelReference
    4649s_p_modelPath = modelPath
     50
     51s_ModelicaModelProxy = ModelicaModelProxy
     52
     53s_CodeGenerationSpecification = CodeGenerationSpecification
    4754    #### ModelicaML specific END
    4855
    49     ### ModelicaML specific: Test Definition Dependencies
     56    ### ModelicaML specific: Verification Definition Dependencies
    5057s_requires = Requires
    5158s_requiredFor = RequiredFor
    5259s_usedToVerify = UsedToVerify
    53     #### ModelicaML specific END: Test Definition Dependencies
     60    #### ModelicaML specific END: Verification Definition Dependencies
    5461   
    5562   
Note: See TracChangeset for help on using the changeset viewer.