fpp/compiler/tools/fpp-depend/test/spec_connection_graph_direct.fpp
2020-04-15 14:56:19 -07:00

15 lines
182 B
Fortran

locate instance a at "a.fpp"
locate constant b at "b.fpp"
locate instance c at "c.fpp"
locate constant d at "d.fpp"
topology T {
connections C {
a.out[b] -> c.in[d]
}
}