fpp/compiler/tools/fpp-depend/test/spec_connection_graph_pattern.fpp
2021-03-10 15:17:25 -08:00

9 lines
115 B
Fortran

locate instance a at "a.fpp"
locate instance b at "b.fpp"
topology T {
command connections instance a { b }
}