mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
12 lines
127 B
Fortran
12 lines
127 B
Fortran
port P
|
|
|
|
passive component C1 {
|
|
guarded input port p: P
|
|
}
|
|
|
|
module M {
|
|
active component C2 {
|
|
async input port p: P
|
|
}
|
|
}
|