mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
18 lines
143 B
Fortran
18 lines
143 B
Fortran
module M {
|
|
|
|
port P
|
|
|
|
active component Active {
|
|
|
|
async input port p: P
|
|
|
|
}
|
|
|
|
passive component Passive {
|
|
|
|
output port p: P
|
|
|
|
}
|
|
|
|
}
|