File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,9 @@ deriving instance
187
187
, C. NFDataX (QosType kq ) ) =>
188
188
C. NFDataX (M2S_ReadAddress kb ksz lw iw aw kr kbl kl kc kp kq userType )
189
189
190
-
190
+ -- | Circuit that transforms the LHS 'Axi4ReadAddress' protocol to a
191
+ -- version using different type parameters according to two functions
192
+ -- that can transform the data and ack signal to and from the other protocol.
191
193
mapFull ::
192
194
forall dom
193
195
kb1 ksz1 lw1 iw1 aw1 kr1 kbl1 kl1 kc1 kp1 kq1 t1
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ deriving instance
185
185
, C. NFDataX (QosType kq ) ) =>
186
186
C. NFDataX (M2S_WriteAddress kb ksz lw iw aw kr kbl kl kc kp kq userType )
187
187
188
+ -- | Circuit that transforms the LHS 'Axi4WriteAddress' protocol to a
189
+ -- version using different type parameters according to two functions
190
+ -- that can transform the data and ack signal to and from the other protocol.
188
191
mapFull ::
189
192
forall dom
190
193
kb1 ksz1 lw1 iw1 aw1 kr1 kbl1 kl1 kc1 kp1 kq1 userType1
Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ deriving instance
131
131
, C. KnownNat nBytes ) =>
132
132
Show (M2S_WriteData ks nBytes userType )
133
133
134
+ -- | Circuit that transforms the LHS 'Axi4WriteData' protocol to a
135
+ -- version using different type parameters according to two functions
136
+ -- that can transform the data and ack signal to and from the other protocol.
134
137
mapFull ::
135
138
forall dom ks1 ks2 nBytes1 nBytes2 t1 t2 .
136
139
(M2S_WriteData ks1 nBytes1 t1 -> M2S_WriteData ks2 nBytes2 t2 ) ->
Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ deriving instance
126
126
, C. KnownNat (Width iw ) ) =>
127
127
Show (S2M_WriteResponse kr iw userType )
128
128
129
+ -- | Circuit that transforms the LHS 'Axi4WriteResponse' protocol to a
130
+ -- version using different type parameters according to two functions
131
+ -- that can transform the data and ack signal to and from the other protocol.
129
132
mapFull ::
130
133
forall dom
131
134
kr1 iw1 userType1
You can’t perform that action at this time.
0 commit comments