Robert L. Bocchino Jr dab91ee1b3 Revise C++ code gen
Remove uses of NATIVE_UINT_TYPE
2024-02-27 22:48:34 -08:00

9 lines
129 B
Fortran

module Svc {
@ Scheduler Port with order argument
port Sched(
context: U32 @< The call order
)
}