2024-11-04 16:31:07 -08:00

18 lines
220 B
Fortran

module FppTest {
active component SmChoiceActive {
include "include/sm_choice.fppi"
}
queued component SmChoiceQueued {
sync input port schedIn: Svc.Sched
include "include/sm_choice.fppi"
}
}