mirror of
https://github.com/nasa/fpp.git
synced 2025-12-17 17:34:46 -06:00
10 lines
148 B
Fortran
10 lines
148 B
Fortran
locate port P at "P.fpp"
|
|
locate constant a at "a.fpp"
|
|
locate constant b at "b.fpp"
|
|
|
|
active component C {
|
|
|
|
async input port p: [a] P priority b
|
|
|
|
}
|