2025-12-04 16:43:33 -08:00

26 lines
303 B
Fortran

module M {
passive component C {
command recv port cmdOut
command reg port cmdRegOut
command resp port cmdResponseOut
sync command C
}
passive component NoCommands {
command recv port cmdOut
command reg port cmdRegOut
command resp port cmdResponseOut
}
}