From 43a2eb726385af75d1c734226c696fe0c8e3ad51 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Thu, 2 Mar 2023 16:44:12 -0600 Subject: [PATCH] Link language about `read` being above source in hierarchy to example. --- spec.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spec.md b/spec.md index dc9fdde0..bb5a61f1 100644 --- a/spec.md +++ b/spec.md @@ -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