diff options
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index 7b701b3..f0ab7ff 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -5590,7 +5590,8 @@ package Iirs is function Get_Design_Unit (Target : Iir) return Iir; procedure Set_Design_Unit (Target : Iir; Unit : Iir); - -- Field: Field5 + -- Corresponding block statement for an implicit guard signal. + -- Field: Field5 Ref function Get_Block_Statement (Target : Iir) return Iir; procedure Set_Block_Statement (Target : Iir; Block : Iir); |