Joshua Anderson 8058e79185 Remove schema refrence in XML files
Our XML files had incorrect schema paths, so they needed to be corrected or removed.
Because of the upcoming transition to F'' YAML modeling, removing the schema refrences is an easier
approach than correcting all component xml files.
2021-06-01 20:38:33 -07:00
..
2019-02-20 16:15:33 -08:00
2019-02-20 16:15:33 -08:00

Date: 10 May. 2013

This test case builds a passive component called Passive with a single input
and output port to demonstrate the code generation of a passive component
with only typed ports.

In the future this will be automated.

1. Execute ../../bin/yacgen.py PassiveComponentAi.xml
2. Execute ../../bin/yacgen.py TypedInterfaceAi.xml
3. Execute scons
4. Execute ./Top

It should work.