mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 16:47:48 -06:00
15 lines
182 B
Fortran
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]
|
|
|
|
}
|
|
|
|
}
|