mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 19:23:13 -06:00
8 lines
122 B
Fortran
8 lines
122 B
Fortran
locate port P1 at "P1.fpp"
|
|
locate port P2 at "P2.fpp"
|
|
|
|
interface I {
|
|
async input port p1: P1
|
|
output port p2: P2
|
|
}
|