Skip to content

Commit c2e0e0b

Browse files
committedAug 25, 2016
doc/rtio: vis RTIOUndeflow tweak
1 parent 8f952fd commit c2e0e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/manual/rtio.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ The experiment attempts to handle the exception by moving the cursor forward and
9696
.. wavedrom::
9797
{
9898
signal: [
99-
{name: 'kernel', wave: 'x34..2.3x', data: ['on()', 'RTIOUnderflow', 'delay(dt)', 'on()'], node: '..AB....C', phase: -3},
100-
{name: 'now_mu', wave: '2.....2', data: ['t0', 't0+dt'], node: '.D.....E', phase: -4},
99+
{name: 'kernel', wave: 'x34..2.3x', data: ['on()', 'RTIOUnderflow', 'delay()', 'on()'], node: '..AB....C', phase: -3},
100+
{name: 'now_mu', wave: '2.....2', data: ['t0', 't1'], node: '.D.....E', phase: -4},
101101
{},
102102
{name: 'slack', wave: '2x....2', data: ['< 0', '> 0'], node: '.T', phase: -4},
103103
{},
104-
{name: 'rtio_counter', wave: 'x2x.........2x', data: ['t0', 't0+dt'], node: '............P'},
104+
{name: 'rtio_counter', wave: 'x2x.2x....2x2', data: ['t0', '> t0', '< t1', 't1'], node: '............P'},
105105
{name: 'tll', wave: 'x...........1', node: '.R..........S', phase: -.5}
106106
],
107107
edge: [

0 commit comments

Comments
 (0)
Please sign in to comment.