ArchitectureCompiler

Joseph E Coffland

05 April 2006

Version 1.5.0

ArchitectureCompiler combines a virtual layer YML will an architecture YML to create a combined YML file for use with the ymlpearl(1) simulator.

Table of Contents

Syntax

ArchitectureCompiler [-s] simulation.yml

Options

-s
Print to standard out.

Description

ArchitectureCompiler is part of the SESAME software system. More information can be found on the web at http://sesamesim.sourceforge.net/.

ArchitectureCompiler takes as input a YML simulation file. It creates a combined YML file suited for simulation with ymlpearl(1). ArchitectureCompiler connects components in the virtual layer with components in the architecture layer according to their mappings. The mappings are placed in virtual layer properties by the VirtualLayerGenerator(1). By making these connections trace events can be communicated between the two layers.

ArchitectureCompiler was created with XmlPL, the XML Processing Language.

Authors

Joseph Coffland - jcofflan@users.sourceforge.net

See Also

AppVirtualMapGenerator(1), VirtualLayerGenerator(1), http://sesamesim.sourceforge.net/, http://xmlpl.org/