Skip to content

Commit

Permalink
Pull BlockDriver CycleOut port into an interface (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
chownw authored Apr 30, 2024
1 parent d518121 commit 20dfe22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Drv/BlockDriver/BlockDriver.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ module Drv {
# General ports
# ----------------------------------------------------------------------

include "../Interfaces/TickInterface.fppi"

@ The rate group scheduler input
async input port Sched: Svc.Sched

@ The input data buffer port
async input port BufferIn: Drv.DataBuffer

@ The cycle outputs. Meant to be connected to rate group driver
output port CycleOut: Svc.Cycle

@ The output data buffer port
output port BufferOut: Drv.DataBuffer

Expand Down
2 changes: 2 additions & 0 deletions Drv/Interfaces/TickInterface.fppi
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ The cycle outputs. Meant to be connected to rate group driver
output port CycleOut: Svc.Cycle

0 comments on commit 20dfe22

Please sign in to comment.