Skip to content

Commit

Permalink
Link language about read being above source in hierarchy to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed Mar 2, 2023
1 parent 8c849d0 commit 43a2eb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2416,8 +2416,10 @@ module Bar :
x <= read(f.p.b) ; indirectly access the probed data
```

The source of the probe must reside at or below the point of the `read`
expression in the design hierarchy.
The source of the probe must reside at or below the point of the
`read`{.firrtl} expression in the design hierarchy. See
[@sec:invalid-input-reference] for an example of an invalid `read`{.firrtl} of
an input reference.

## Probe

Expand Down

0 comments on commit 43a2eb7

Please sign in to comment.