diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments')
-rw-r--r-- | testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl b/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl index 834eaa999..d64421a35 100644 --- a/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl +++ b/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl @@ -5,8 +5,8 @@ entity e2 is -- comments in design units (python doc-string style) :e2: -- might be multi line :e2: generic ( - -- comment before a generic :frequency: - -- might be multiline :frequency: + -- comment before a generic :FREQUENCY: + -- might be multiline :FREQUENCY: constant FREQUENCY : positive ); port ( |